go-ethereum/consensus/bor
Arpit Agarwal d1ea515af1
chg: Cancel active sealing op when a new chain segment is received (MAT-1116) (#54)
* dev: Fix out-of-turn signing log statement

* dev: Cancel active sealing op when a new chain segment is received

* remove debug statement and return value

* minor: no need to use a channel

* Fix race condition in shouldSeal channel

* Info -> Debug statement
2020-05-11 17:00:33 +05:30
..
bor_test new: Add GetRootHash bor api method 2020-05-05 09:45:57 +05:30
api.go chg: Add GetRootHash to ethClient / use uint64 2020-05-07 20:17:15 +05:30
bor.go chg: Cancel active sealing op when a new chain segment is received (MAT-1116) (#54) 2020-05-11 17:00:33 +05:30
clerk.go check bor chain id for commit span and state 2020-02-15 15:36:53 +05:30
errors.go chg: Cancel active sealing op when a new chain segment is received (MAT-1116) (#54) 2020-05-11 17:00:33 +05:30
merkle.go new: Add GetRootHash bor api method 2020-05-05 09:45:57 +05:30
rest.go fix polluted path and check data length for validation action 2020-03-25 18:41:16 +05:30
snapshot.go test: Add tests for GetSignerSuccessionNumber 2020-04-28 11:01:37 +05:30
span.go fix errors and refactoring 2019-11-05 12:12:10 +05:30
validator.go dev: rename CompareProposerPriority to Cmp, add nil check (2.27) 2020-04-21 11:31:45 +05:30
validator_set.go refactor: Bubble up error in updateTotalVotingPower instead of panic (2.29) 2020-04-27 08:56:55 +05:30