Marko
41403d5261
rpc: remove duplication of data in `ResultBlock ` (#3856)
## Issue: Removed BlockMeta in ResultBlock in favor of BlockId for /block Added block_size to BlockMeta this is reflected in /blockchain fixes #3188 added breaking as some clients may be using header from blockmeta instead of block in /block ## Commits: * cleanup block path Remove duplication of data in `/block` fixes #3188 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * Remove duplication of data in `/block` - Created a secondary type to be used for /block fixes #3188 Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * remove commented out code * fix ci * add changelog_pending entry * remove extra variable * update swagger * change int to uint for blocksize * fix swagger * remove extensive comments * update changelog * fix conflicts after merge * use int for BlockSize and NumTxs in BlockMeta - with 99.9% guarantee, the size of either will never reach int32 - most of the Go "Size" stdlib functions return int |
5 years ago | |
---|---|---|
.. | ||
build | get_tools = tools (#3988) | 5 years ago |
mintnet-kubernetes | remove traces of `github.com/tendermint/abci` (#4038) | 5 years ago |
tm-bench | rpc: remove duplication of data in `ResultBlock ` (#3856) | 5 years ago |
tm-monitor | abci: remove TotalTxs and NumTxs from Header (#3783) | 5 years ago |
tm-signer-harness | Fix linter errors thrown by `lll` (#3970) | 5 years ago |
README.md | Add remote signer test harness (KMS) (#3149) | 6 years ago |
Tools for working with Tendermint and associated technologies. Documentation for these tools can be found online in the Tendermint tools documentation.