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>
30 lines
774 B
Cheetah
30 lines
774 B
Cheetah
log_level = "info"
|
|
|
|
proxy_app = "tcp://127.0.0.1:266{{.NodeNumber}}8"
|
|
moniker = "{{.Prefix}}-{{.TendermintNodePrefix}}"
|
|
|
|
[rpc]
|
|
laddr = "tcp://0.0.0.0:266{{.NodeNumber}}7"
|
|
unsafe = true
|
|
cors_allowed_origins = ["*"]
|
|
cors_allowed_methods = ["HEAD", "GET", "POST", ]
|
|
cors_allowed_headers = ["Origin", "Accept", "Content-Type", "X-Requested-With", "X-Server-Time", ]
|
|
|
|
[p2p]
|
|
laddr = "tcp://0.0.0.0:266{{.NodeNumber}}6"
|
|
addr_book_strict = false
|
|
max_packet_msg_payload_size = 4096
|
|
pex = false
|
|
allow_duplicate_ip = true
|
|
persistent_peers = "{{- range $i, $peer := .NodePeers -}}
|
|
{{- if ne $i 0 }},{{end -}}
|
|
{{- $peer.ID}}@127.0.0.1:266{{$peer.Index}}6
|
|
{{- end -}}"
|
|
|
|
[mempool]
|
|
size = 10000
|
|
cache_size = 20000
|
|
|
|
[consensus]
|
|
skip_timeout_commit = true
|