diff options
author | Mission Liao <mission.liao@dexon.org> | 2018-09-21 17:28:25 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-21 17:28:25 +0800 |
commit | 9d99c27b7261f8228cc0a5a496be6ac50e03abf2 (patch) | |
tree | 71e10b4f1ca6aa155c7521c7e8083ba72be4428c /integration_test/utils.go | |
parent | fb4b47fa61db81f4d6b8264d7508aa43509a60a3 (diff) | |
download | tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.gz tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.tar.zst tangerine-consensus-9d99c27b7261f8228cc0a5a496be6ac50e03abf2.zip |
core: add shard (#127)
A shard is basically DEXON v1 components,
except the strongly acked part, including:
- maintaining lattice structure
- total ordering
- generate consensus timestamp
Diffstat (limited to 'integration_test/utils.go')
-rw-r--r-- | integration_test/utils.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/integration_test/utils.go b/integration_test/utils.go index f95d771..7259ced 100644 --- a/integration_test/utils.go +++ b/integration_test/utils.go @@ -48,7 +48,6 @@ func PrepareNodes( gov, dbs[nID], key, - nID, networkLatency, proposingLatency) } |