zebra/zebra-rpc/src
Arya ee9ab3162a
fixes concurrency bug in z_get_treestate RPC method (#8460)
2024-04-24 20:27:56 +00:00
..
config feat(remove): Temporally remove the internal miner functionality (#8184) 2024-01-23 18:02:52 +00:00
methods add(consensus): Add `activation_heights` field to `NetworkParameters` and implement `Parameters` for `Network` (#8383) 2024-04-19 01:20:34 +00:00
queue rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
server bump(zcash_script): Bump zcash script v0.1.15 and restore Windows support (#8393) 2024-04-22 22:07:04 +00:00
tests change(rpc): Add confirmations to getrawtransaction method response (#6287) 2023-03-26 23:53:44 +00:00
config.rs feat(mine): Add an internal Zcash miner to Zebra (#8136) 2024-01-11 14:41:01 +00:00
constants.rs fix(rpc): Fix bugs and performance of `getnetworksolps` & `getnetworkhashps` RPCs (#7647) 2023-10-11 02:02:51 +00:00
lib.rs change(docs): Replace doc.zebra.zfnd.org API documentation with docs.rs (#7886) 2023-11-01 22:09:40 +00:00
methods.rs fixes concurrency bug in z_get_treestate RPC method (#8460) 2024-04-24 20:27:56 +00:00
queue.rs change(chain): Remove `Copy` trait impl from `Network` (#8354) 2024-03-19 20:45:27 +00:00
server.rs fix(beta-toolchain): Warnings (#8404) 2024-04-18 01:45:22 +00:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00