Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,263 contributions in the last year
Contribution activity
June 2020
Created a pull request in cosmos/iavl that received 4 comments
use separate batch for snapshot orphans
Fixes #261. I tried several approaches, this is the simplest one that passes all current tests. I found it hard to reason about the interactions be…
+276
−79
•
4
comments
- changelog: prepare 0.14.0-rc2
- add Repair013Orphans to repair 0.13 databases with faulty orphans
- go.mod: remove Protobuf dependencies
- Revert "Remove TM Dep (#270)"
- update changelog
- fix LoadVersionForOverwriting data corruption
- remove pruning
- test: add randomized tests
- test: fix random failure in TestVersionedTreeProofs
- add test case for pruning tail
- remove Amino
- test: fix byte slice reuse
- document byte slice immutability
- consensus: release the cs lock during ApplyBlock
- Update UPGRADING.md and bump p2p/block protocol versions
- non breaking signbytes
- proto: leftover amino
- proto: move keys to oneof
- privval: migrate to protobuf
- consensus: proto migration
- rpc: support EXISTS operator in /tx_search query
- proto: remove amino proto tests
- p2p: expose SaveAs on NodeKey
- state: proto migration
- p2p/pex: migrate to Protobuf
- readme: add source graph badge
- types: migrate params to protobuf
- json: add Amino-compatible encoder/decoder
- build(deps): Bump github.com/stretchr/testify from 1.6.0 to 1.6.1
- ci: migrate test_cover
- types: remove VerifyFutureCommit
- consensus: change logging and handling of height mismatch
- keys: change to []bytes for keys (#4634)
- ints: stricter numbers
- fix swagger page
- rpc/core: return an error if `page=0`
- statesync: use Protobuf instead of Amino for p2p traffic
- attempt to repair the WAL file on data corruption
- Some pull request reviews not shown.
Created an issue in cosmos/iavl that received 16 comments
IAVL panic with missing value
A user is reporting the following panics with the SDK (0.38.4) and options pruning=everything:
I[2020-06-08|14:01:38.646] starting ABCI with Tender…
16
comments