-
- Downloads
Integrate sync beacon (#670)
* Use sync beacon follower plugin instead of sync plugin * Remove sync and bootstrap plugin * Refactor sync beacon stuff * Update Docker network to use sync beacon plugins *Add detailed sync status to dashboard * Add detailed sync status to info API * Fix linter warning * Add Explorer support for sync beacon messages * Initial integration test support for sync beacon plugins * Fix consensus integration test * Disable sync beacon follower plugin according to config * Fix dRNG integration-test * Fix sync beacon test * Fix common integration test * Clean up and add some comments Co-authored-by: capossele <angelocapossele@gmail.com>
Showing
- plugins/webapi/info/plugin.go 30 additions, 2 deletionsplugins/webapi/info/plugin.go
- tools/docker-network/docker-compose.yml 8 additions, 3 deletionstools/docker-network/docker-compose.yml
- tools/integration-tests/tester/framework/docker.go 3 additions, 6 deletionstools/integration-tests/tester/framework/docker.go
- tools/integration-tests/tester/framework/drngnetwork.go 12 additions, 1 deletiontools/integration-tests/tester/framework/drngnetwork.go
- tools/integration-tests/tester/framework/framework.go 58 additions, 27 deletionstools/integration-tests/tester/framework/framework.go
- tools/integration-tests/tester/framework/network.go 30 additions, 7 deletionstools/integration-tests/tester/framework/network.go
- tools/integration-tests/tester/framework/parameters.go 9 additions, 8 deletionstools/integration-tests/tester/framework/parameters.go
- tools/integration-tests/tester/go.sum 20 additions, 0 deletionstools/integration-tests/tester/go.sum
- tools/integration-tests/tester/tests/common/common_test.go 3 additions, 1 deletiontools/integration-tests/tester/tests/common/common_test.go
- tools/integration-tests/tester/tests/consensus/consensus_conflicts_test.go 3 additions, 3 deletions...-tests/tester/tests/consensus/consensus_conflicts_test.go
- tools/integration-tests/tester/tests/drng/drng_test.go 2 additions, 1 deletiontools/integration-tests/tester/tests/drng/drng_test.go
- tools/integration-tests/tester/tests/syncbeacon/syncbeacon_test.go 10 additions, 9 deletions...egration-tests/tester/tests/syncbeacon/syncbeacon_test.go
Please register or sign in to comment