aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYigit Sever2021-04-07 04:33:45 +0300
committerYigit Sever2021-04-07 04:35:44 +0300
commit20dad7d4290f2c98583168cd4b9afcdec4802944 (patch)
treeb761b56e8b629d8a295b4dd7ca55a5d7745fd4c6 /README.md
parent95ff6371303ac28d05b25fd9f6e436c5d0a58d4c (diff)
downloadgradecoin-20dad7d4290f2c98583168cd4b9afcdec4802944.tar.gz
gradecoin-20dad7d4290f2c98583168cd4b9afcdec4802944.tar.bz2
gradecoin-20dad7d4290f2c98583168cd4b9afcdec4802944.zip
Implement Block GET/PUT with new schema
- `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
Diffstat (limited to 'README.md')
0 files changed, 0 insertions, 0 deletions