Zebra/zebra-state/src
teor cda0a0b475
refactor(state): Make implementation of block consensus rules clearer (#5915)
* Replace duplicate code with read::hash_by_height()

* Rename an unclear function to difficulty_threshold_and_time_are_valid()
2023-01-06 06:59:55 +00:00
..
service refactor(state): Make implementation of block consensus rules clearer (#5915) 2023-01-06 06:59:55 +00:00
tests change(state): Write non-finalized blocks to the state in a separate thread, to avoid network and RPC hangs (#5257) 2022-10-11 19:25:45 +00:00
arbitrary.rs change(mempool) reject transactions with spent outpoints or nullifiers (#5434) 2022-10-24 19:48:45 +00:00
config.rs feat(state): delete old database directories (#4586) 2022-06-21 00:59:51 +00:00
constants.rs fix(testnet): look back up to 10,000 blocks on testnet for a legacy chain (#5133) 2022-09-20 11:31:24 +00:00
error.rs change(mempool): Contextually validates mempool transactions in best chain (#5716) 2022-11-30 04:40:15 +00:00
lib.rs feat(rpc): populate some getblocktemplate RPC block header fields using the state best chain tip (#5659) 2022-11-28 09:06:32 +00:00
request.rs change(rpc): Adds `getmininginfo`, `getnetworksolps` and `getnetworkhashps` methods (#5808) 2022-12-08 19:56:14 +00:00
response.rs feature(rpc): Add basic long polling support to the `getblocktemplate` RPC (#5843) 2022-12-15 00:30:37 +00:00
service.rs refactor(state): Make implementation of block consensus rules clearer (#5915) 2023-01-06 06:59:55 +00:00
tests.rs 1. change(state): Run most StateService read requests without shared mutable chain state (#5132) 2022-09-14 00:35:37 +00:00