go-ethereum/consensus/XDPoS/utils
wgr523 d47d9a2a99 Consensus V2 variable, timeout pool (#19)
* fill in XDPoS_v2 variables and processQC/TC

* add timeout pool, refine engine variables

* refactor type functions

* solve a small pointer bug

* create general pool and its test, refine engine

* refine pool, add xdpos v2 config cert threshold

* refine config
2021-12-30 11:00:20 +11:00
..
constants.go refactor XDPoS to accommodate multiple consensus engine versions 2021-10-10 16:02:16 +11:00
errors.go refactor XDPoS to accommodate multiple consensus engine versions 2021-10-10 16:02:16 +11:00
pool.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00
pool_test.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00
types.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00
types_test.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00
utils.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00
utils_test.go Consensus V2 variable, timeout pool (#19) 2021-12-30 11:00:20 +11:00