Thane Thomson
45071d1f23
abci: Add unsynchronized local client ( #9660 )
...
* Remove extra interface cast
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* Remove irrelevant comment
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* abci: Add unsynchronized local client
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* proxy: Add unsync local client creator
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add sync app for use with unsync local client
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* abci: Elaborate on mutex param in unsync local client
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* proxy: Remove unnecessary comment
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* abcicli: Remove unnecessary mutex param from unsync client
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* ci/e2e: Explicitly use sync app for validator04
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Ensure app is definitely the E2E app
Signed-off-by: Thane Thomson <connect@thanethomson.com >
Signed-off-by: Thane Thomson <connect@thanethomson.com >
2022-11-07 06:46:55 -05:00
William Banfield
f6709208b0
e2e: configurable IP addresses for e2e testnet generator ( #9592 )
...
* add the infrastructure types
* add infra data to testnetload
* extract infrastructure generation from manifest creation
* add infrastructure type and data flags
* rename docker ifd constructor
* implement read ifd from file
* add 'provider' field to the infrastructure data file to disable ip range check
* return error from infrastructure from data file function
* remove ifd from Setup
* implement a basic infra provider with a simple setup command
* remove misbehavior remnants
* use manifest instead of file in all places
* include cidr block range in the infrastructure data
* nolint gosec
* gosec
* lint
2022-10-25 10:19:10 -04:00
Thane Thomson
cceea4de22
chore: Format and fix lints ( #9336 )
...
* make format
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* Fix linting directives
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* make mockery
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* Appease CI linter
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* Appease CI linter
Signed-off-by: Thane Thomson <connect@thanethomson.com >
Signed-off-by: Thane Thomson <connect@thanethomson.com >
2022-08-30 12:28:46 -04:00
Callum Waters
07d242c461
e2e: remove maverick ( #9148 )
2022-08-01 17:15:03 +02:00
Joe Abbey
4a1df4911d
fix: "Lazy" Stringers to defer Sprintf and Hash until logs print ( #8845 )
2022-06-23 14:56:34 -04:00
Callum Waters
2d8287d0f7
e2e: allow running of single node using the e2e app (backport) ( #7024 )
2021-09-29 16:17:32 +02:00