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 2361e0c65c
abci++: remove CheckTx call from PrepareProposal flow (#8176)
2 years ago
..
indexer testing: logger cleanup (#8153) 2 years ago
mocks types/events+evidence: emit events + metrics on evidence validation (#7802) 2 years ago
test/factory abci++: synchronize PrepareProposal with the newest version of the spec (#8094) 2 years ago
errors.go state: propogate error from state store (#8171) 2 years ago
execution.go abci++: remove CheckTx call from PrepareProposal flow (#8176) 2 years ago
execution_test.go abci++: remove CheckTx call from PrepareProposal flow (#8176) 2 years ago
export_test.go abci: Synchronize FinalizeBlock with the updated specification (#7983) 2 years ago
helpers_test.go ABCI++: Update new protos to use enum instead of bool (#8158) 2 years ago
metrics.go state: move package to internal (#6964) 3 years ago
rollback.go fix app hash in state rollback (#7837) 2 years ago
rollback_test.go fix app hash in state rollback (#7837) 2 years ago
services.go types/events+evidence: emit events + metrics on evidence validation (#7802) 2 years ago
state.go state: avoid panics for marshaling errors (#8125) 2 years ago
state_test.go state: avoid panics for marshaling errors (#8125) 2 years ago
store.go state: propogate error from state store (#8171) 2 years ago
store_test.go abci++: synchronize PrepareProposal with the newest version of the spec (#8094) 2 years ago
time.go state: move package to internal (#6964) 3 years ago
time_test.go Completed the existing `FinalizeBlock` PR and rebased to master (#7798) 2 years ago
tx_filter.go node: nodes should fetch state on startup (#8062) 2 years ago
tx_filter_test.go node: nodes should fetch state on startup (#8062) 2 years ago
validation.go Use proposer timestamp instead of genesis time for height 1 block time (#7711) 2 years ago
validation_test.go testing: logger cleanup (#8153) 2 years ago