cb4cbdc2ca
* test: initial commit
* test: lint
* chore: set different environement variable for rest url
* test: enable commented out steps
* chore: set base correctly
* chore: correct env var
* test: update to function
* test: lint
* test: governance flow
* test: lint
* test: extra tests
* fix: set fetchPolicy to not cache results so new proposals are updated
* test: update
* test: lint
* test: extra tests
* test: lint
* test: add wait and select proposal
* test: lint
* test: extra checks
* test: lint
* Revert "chore: use custom vega capsule file (#1055)"
This reverts commit 6b4b896bbc
.
* test: final commit of initial tests
* test: removal of unused file
* test: before all change to reset before each test
* test: speed enhancement
* test: lint
* test: lint check fix
* test: extra tests and checks
* test: lint
* test: extra tests and checks
* test: lint
* test: extra checks & error handling
* test: lint
* test: lint
* test: wallet update
* test: lint
* test: lint
* test: begining of test refactor due to ui revamp
* test: lint
* test: extra test
* test: lint
* test: extra test enable prev skipped
* test: lint
* test: small changes
* test: update ahead of merge
* test: in house vegcapsule config changes
* test: lint
* chore: add vegacapsule config for newer repo
* chore: remove dead config files
* test: genesis and tweaks
* test: lint
* test: added wait to avoid flake
* test: enhancements
* test: lint
* chore: fix lint
Co-authored-by: Dexter <dexter.edwards93@gmail.com>
Co-authored-by: Dexter <dexter@vega.xyz>
Co-authored-by: Joe <joe@vega.xyz>
32 lines
548 B
Cheetah
32 lines
548 B
Cheetah
[Admin]
|
|
[Admin.Server]
|
|
SocketPath = "/tmp/vega-{{.NodeNumber}}.sock"
|
|
Enabled = true
|
|
|
|
[API]
|
|
Port = 30{{.NodeNumber}}2
|
|
[API.REST]
|
|
Port = 30{{.NodeNumber}}3
|
|
|
|
[Blockchain]
|
|
[Blockchain.Tendermint]
|
|
RPCAddr = "tcp://127.0.0.1:266{{.NodeNumber}}7"
|
|
[Blockchain.Null]
|
|
Port = 31{{.NodeNumber}}1
|
|
|
|
[EvtForward]
|
|
Level = "Info"
|
|
RetryRate = "1s"
|
|
|
|
[Ethereum]
|
|
RPCEndpoint = "{{.ETHEndpoint}}"
|
|
|
|
[Processor]
|
|
[Processor.Ratelimit]
|
|
Requests = 10000
|
|
PerNBlocks = 1
|
|
|
|
[Broker]
|
|
[Broker.Socket]
|
|
Port = 30{{.NodeNumber}}5
|
|
Enabled = true |