Zebra/zebra-rpc/src
Arya 01168c8571
change(state): Set upper bound when reading from deleting column family tx_loc_by_transparent_addr_loc (#7732)
* Uses range_iter in address_transaction_locations

* Uses range_iter in address_transaction_locations

* uses u16::MAX instead of usize::MAX

* Moves limit code into method

* adds allow(dead_code)

* Simplifies address_iterator_range

* Moves test state init out of loop

* Updates docs
2023-10-18 06:16:29 +00:00
..
config feature(mining): Enable mining RPCs by default in production builds (#7740) 2023-10-18 04:15:17 +00:00
methods change(state): Set upper bound when reading from deleting column family tx_loc_by_transparent_addr_loc (#7732) 2023-10-18 06:16:29 +00:00
queue rename(state): Rename state verifiers and related code (#6762) 2023-06-01 12:29:03 +00:00
server git ls-tree --full-tree -r --name-only HEAD | xargs sed -i -e 's/router_verifier/block_verifier_router/g' (#6998) 2023-06-20 07:11:04 +00:00
tests change(rpc): Add confirmations to getrawtransaction method response (#6287) 2023-03-26 23:53:44 +00:00
config.rs fix(panic): Log a warning instead of panicking for unused mining configs (#7290) 2023-08-29 07:44:59 +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 fix(rpc): Make RPC "incorrect parameters" error code match `zcashd` (#6066) 2023-02-01 18:20:48 +00:00
methods.rs Implement the z_get_subtrees_by_index RPC method and return type (#7436) 2023-09-04 21:05:39 +00:00
queue.rs change(rpc): Add confirmations to getrawtransaction method response (#6287) 2023-03-26 23:53:44 +00:00
server.rs cleanup(clippy): Fix a clippy lint and deny.toml entry after recent changes (#7419) 2023-08-30 17:26:49 +00:00
tests.rs feat(rpc): add getrawtransaction (#3908) 2022-03-24 09:45:37 +00:00