You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
William Banfield e4ae922c33
consensus: update state machine to use the new consensus params (#8181)
2 years ago
..
block.go spec: merge spec repo into tendermint repo (#7804) 2 years ago
block_meta.go types: add string format to 64-bit integer JSON fields (#7787) 2 years ago
block_meta_test.go state sync: reverse sync implementation (#6463) 3 years ago
block_test.go types: remove nested evidence field from block (#7765) 2 years ago
canonical.go abci: Vote Extension 1 (#6646) 2 years ago
canonical_test.go proto: folder structure adhere to buf (#5025) 4 years ago
encoding_helper.go proto: leftover amino (#4986) 4 years ago
errors.go types: change `Commit` to consist of just signatures (#4146) 4 years ago
errors_p2p.go p2p: make NodeID and NetAddress public (#6583) 3 years ago
events.go abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
events_test.go rpc: implement the ADR 075 /events method (#7965) 2 years ago
evidence.go state: synchronize the ProcessProposal implementation with the latest version of the spec (#7961) 2 years ago
evidence_test.go types: remove nested evidence field from block (#7765) 2 years ago
genesis.go types: add default values for the synchrony parameters (#7788) 2 years ago
genesis_test.go types: add TimeoutParams into ConsensusParams structs (#8177) 2 years ago
light.go light: return light client status on rpc /status (#7536) 2 years ago
light_test.go types: tests should not panic (#7506) 2 years ago
mempool.go mempool,rpc: add removetx rpc method (#7047) 3 years ago
node_id.go p2p, types: remove legacy NetAddress type (#7084) 3 years ago
node_info.go libs/strings: cleanup string helper function package (#7808) 2 years ago
node_info_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
node_key.go rpc: use encoding/json rather than tmjson (#7670) 2 years ago
node_key_test.go testing: pass testing.T to assert and require always, assertion cleanup (#7508) 2 years ago
params.go consensus: update state machine to use the new consensus params (#8181) 2 years ago
params_test.go types: add TimeoutParams into ConsensusParams structs (#8177) 2 years ago
part_set.go Replace uses of libs/json with encoding/json. (#7534) 2 years ago
part_set_test.go testing: pass testing.T to assert and require always, assertion cleanup (#7508) 2 years ago
priv_validator.go testing: remove background contexts (#7509) 2 years ago
proposal.go spec: merge spec repo into tendermint repo (#7804) 2 years ago
proposal_test.go types: make timely predicate adaptive after 10 rounds (#7739) 2 years ago
protobuf.go cleanup: Reduce and normalize import path aliasing. (#6975) 3 years ago
protobuf_test.go testing: pass testing.T to assert and require always, assertion cleanup (#7508) 2 years ago
signable.go types: minor cleanup of un or minimally used types (#8154) 2 years ago
signed_msg_type.go proto: folder structure adhere to buf (#5025) 4 years ago
test_util.go testing: remove background contexts (#7509) 2 years ago
tx.go abci++: remove CheckTx call from PrepareProposal flow (#8176) 2 years ago
tx_test.go abci++: synchronize PrepareProposal with the newest version of the spec (#8094) 2 years ago
utils.go libs/common: refactor libs common 3 (#4232) 4 years ago
validation.go abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
validation_test.go types: tests should not panic (#7506) 2 years ago
validator.go rpc: use encoding/json rather than tmjson (#7670) 2 years ago
validator_set.go errors: formating cleanup (#7507) 2 years ago
validator_set_test.go types: tests should not panic (#7506) 2 years ago
validator_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
vote.go abci: PrepareProposal-VoteExtension integration [2nd try] (#7821) 2 years ago
vote_set.go types: minor cleanup of un or minimally used types (#8154) 2 years ago
vote_set_test.go Fix govet errors for %w use in test errors. (#8083) 2 years ago
vote_test.go abci: Vote Extension 1 (#6646) 2 years ago