aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.md
Commit message (Collapse)AuthorAgeFilesLines
* Clean up TODO.mdYigit Sever2021-05-101-3/+0
|
* Update TODOsYigit Sever2021-04-261-4/+3
|
* Implement nicenetYigit Sever2021-04-251-5/+1
| | | | | | | - 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
* Update TODOsYigit Sever2021-04-201-2/+9
|
* Update TODOsYigit Sever2021-04-181-22/+2
|
* update todoalpaylan2021-04-161-9/+7
|
* Update TODOsYigit Sever2021-04-161-4/+5
|
* Tracking TODO.mdYigit Sever2021-04-161-2/+2
|
* Move on to productionYigit Sever2021-04-151-1/+4
|
* Start frontendYigit Sever2021-04-151-8/+8
|
* Move template TODO to bragYigit Sever2021-04-151-4/+3
| | | | | Apart from CHAOS mode, that seems to be all the _initial_ tasks we've set out for ourselves, yay!
* python_client halfway through and updated todoalpaylan2021-04-151-0/+24
|
* Update TODOsYigit Sever2021-04-141-3/+1
|
* Implement coinbase rewardYigit Sever2021-04-141-1/+1
|
* Update TODOsYigit Sever2021-04-141-5/+2
|
* Update TODOsYigit Sever2021-04-141-10/+11
|
* update todoalpaylan2021-04-141-1/+2
|
* update todoalpaylan2021-04-141-1/+1
|
* update todoalpaylan2021-04-141-1/+4
|
* Update TODOYigit Sever2021-04-131-4/+9
|
* Fix typoyigit sever2021-04-131-1/+1
|
* Update 'TODO.md'yigit sever2021-04-131-0/+1
|
* Require authorization for Block POSTYigit Sever2021-04-131-2/+2
| | | | | Not tested because it's impossible to follow without verbose error messages, failing 1 test
* Update todo and readmeYigit Sever2021-04-131-4/+5
|
* implement user authentication using jwtalpaylan2021-04-121-8/+4
|
* Add new TODO itemsYigit Sever2021-04-121-0/+5
|
* Implement proof-of-workYigit Sever2021-04-121-2/+2
| | | | | | | | Using blacke2s: https://docs.rs/blake2/0.9.1/blake2/ Using this guy's hash checker https://gist.github.com/gkbrk/2e4835e3a17b3fb6e1e7 blacke2s with 5 bits 0 can mine a block between 20 seconds to 359 during my tests, hope it'll be fun
* Update brag sectionYigit Sever2021-04-121-2/+1
|
* Add TODO itemsyigit sever2021-04-111-0/+10
| | | | Tests and verbose error messages
* Add auth scheme JWTYigit Sever2021-04-091-2/+6
|
* Add todo itemYigit Sever2021-04-091-0/+1
|
* Implement Block GET/PUT with new schemaYigit Sever2021-04-071-1/+5
| | | | | | | | | | | | | | - `Arc`+`Mutex` is replaced by `parking_lot::RwLock,` decoupled Read+Write and ability to upgrade read locks into write locks if needed - Schema has changed, `Db` is now a struct that implements `new()` to return a new instance of itself, pros/cons listed in code but tl;dr blockchain and pending transactions are separate now - `custom_filters` now supports extracting Block json and Transaction json in separate functions too - /block GET and PUT implemented, `Blocks` currently have one check (transactions appear in pending transaction) - debug is working after something, dunno how I fixed it
* Initial commitYigit Sever2021-04-071-0/+10