grin/api/src/handlers
Gary Yu d36a0b29ef store both mmr index and block height into database for output (#2903)
* store both mmr index and block height into database for output

* rustfmt

* fix: mmr position is 1-based instead of 0-based

* (Hash, u64, u64) deserves a type
2019-08-29 17:14:39 +01:00
..
blocks_api.rs add flag 'no_merkle_proof' to /v1/blocks api to get blocks without checking merkle proof (#2843) 2019-05-31 08:49:40 +02:00
chain_api.rs add flag 'no_merkle_proof' to /v1/blocks api to get blocks without checking merkle proof (#2843) 2019-05-31 08:49:40 +02:00
peers_api.rs Reduce number of unwwaps in api crate (#2681) 2019-03-18 19:34:35 +01:00
pool_api.rs [2.x.x] Writeable protocol version aware (#2856) 2019-07-06 15:51:03 +01:00
server_api.rs initial support for kernel data download (#2765) 2019-05-14 17:17:38 +01:00
transactions_api.rs store both mmr index and block height into database for output (#2903) 2019-08-29 17:14:39 +01:00
utils.rs store both mmr index and block height into database for output (#2903) 2019-08-29 17:14:39 +01:00
version_api.rs Upate version api call (#2899) 2019-06-15 19:24:12 +01:00