aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Read from config file at start-upnecrashter2022-04-232-10/+12
|
* Implement the ability to read config from yamlnecrashter2022-04-231-0/+25
|
* Remove constants in handlers, use db.confignecrashter2022-04-231-22/+13
|
* Add config property to DBnecrashter2022-04-231-0/+10
|
* Add basic config structnecrashter2022-04-232-0/+21
|
* Add logging to coinbase rewardsYigit Sever2022-04-232-0/+7
|
* Fix coinbase block rewardsnecrashter2022-04-231-5/+5
|
* add the forgotten `mut` to variable holdingOzan Akın2022-04-181-1/+1
|
* fix overwriting the reciprocated transaction during block acceptanceOzan Akın2022-04-181-1/+1
|
* Remove 404 supportYigit Sever2022-04-171-2/+0
|
* Add 404 supportYigit Sever2022-04-171-1/+3
|
* Improve commentsYigit Sever2022-04-172-6/+2
|
* final touches for 2022 springYigit Sever2022-04-163-89/+56
|
* [WIP] first part of lazy users overhaulYigit Sever2022-04-153-5/+25
|
* [WIP] more spring cleaningYigit Sever2022-04-111-9/+0
|
* [WIP] Spring cleaningYigit Sever2022-04-1110-516/+481
|
* Implements stakingYağız Şenal2021-09-081-2/+11
|
* Remove unused codeYigit Sever2021-05-101-44/+0
|
* Remove old logging residueYigit Sever2021-05-101-11/+0
|
* Lazyload the private keyYigit Sever2021-05-103-52/+24
|
* Invalid sig. more errorYigit Sever2021-05-061-1/+1
|
* Bot tx bugfixYigit Sever2021-05-051-1/+10
|
* MORE ERROR MESSAGEsYigit Sever2021-05-051-1/+1
|
* Add verbose error messageYigit Sever2021-05-041-1/+4
|
* Increase tx limit, decrease block sizeYigit Sever2021-05-011-4/+4
| | | | Thank you Abdelrahman Abounegm for suggestions
* Don't log that muchYigit Sever2021-04-271-3/+2
|
* No empty txs anymoreYigit Sever2021-04-271-4/+8
|
* Write guys to fileYigit Sever2021-04-262-7/+27
|
* fix coinbaseYigit Sever2021-04-261-7/+7
|
* Increase block capacityYigit Sever2021-04-261-1/+1
|
* BugfixYigit Sever2021-04-261-0/+12
|
* Preempive bugfixYigit Sever2021-04-251-4/+4
|
* Implement nicenetYigit Sever2021-04-252-158/+286
| | | | | | | - There are bot accounts that return what you sent them - Sending a transaction generates some coin out of thin air - No more one tx per person per block limit - Unused transactions do not disappear anymore
* Better error messages in authYigit Sever2021-04-231-6/+16
|
* Add new playerYigit Sever2021-04-221-0/+1
|
* Change block proposal, fix testsYigit Sever2021-04-201-6/+7
|
* BugfixYigit Sever2021-04-202-6/+12
| | | | Users cannot authenticate twice now
* Add default for DbYigit Sever2021-04-191-1/+7
|
* BugfixYigit Sever2021-04-191-4/+26
| | | | | It was possible (and hilarious) to mint a new block with just one transaction, by repeating it 5 times, lol
* Transaction hashing should be easierYigit Sever2021-04-181-4/+7
|
* Verbose JWT error message in transactionsYigit Sever2021-04-181-2/+3
|
* Bugfix and useful error messagesYigit Sever2021-04-181-8/+20
|
* New user and verbose JWT errorsYigit Sever2021-04-182-1/+2
|
* Temporarily reduce block limitYigit Sever2021-04-181-1/+1
|
* Fix transaction blocking bugYigit Sever2021-04-181-1/+1
| | | | | | We used to insert transactions by their source field. Then we started using by (actually unique). This bug caused only one bank transaction to exist at any time
* Rename functions and move checksYigit Sever2021-04-172-33/+23
| | | | Proposals are authenticated, no need to parrot
* Implement block/tx boundsYigit Sever2021-04-172-13/+42
|
* Add existing user get supportYigit Sever2021-04-162-9/+29
|
* Passing auth testYigit Sever2021-04-161-5/+4
|
* Almost passsing authYigit Sever2021-04-161-5/+9
|