[#58] Update neo-go to v0.103.0
All checks were successful
DCO action / DCO (pull_request) Successful in 41s
All checks were successful
DCO action / DCO (pull_request) Successful in 41s
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
de8b58911e
commit
9c9ec639f0
2 changed files with 6 additions and 4 deletions
2
.env
2
.env
|
@ -8,7 +8,7 @@ BASTION_VERSION=10
|
||||||
BASTION_IMAGE=debian
|
BASTION_IMAGE=debian
|
||||||
|
|
||||||
# NeoGo privnet
|
# NeoGo privnet
|
||||||
NEOGO_VERSION=0.101.1
|
NEOGO_VERSION=0.103.0
|
||||||
NEOGO_IMAGE=nspccdev/neo-go
|
NEOGO_IMAGE=nspccdev/neo-go
|
||||||
|
|
||||||
# FrostFS InnerRing nodes
|
# FrostFS InnerRing nodes
|
||||||
|
|
|
@ -29,6 +29,11 @@ ApplicationConfiguration:
|
||||||
AttemptConnPeers: 5
|
AttemptConnPeers: 5
|
||||||
MinPeers: 0
|
MinPeers: 0
|
||||||
Relay: true
|
Relay: true
|
||||||
|
Consensus:
|
||||||
|
Enabled: true
|
||||||
|
UnlockWallet:
|
||||||
|
Path: "./wallets/node-wallet.json"
|
||||||
|
Password: "one"
|
||||||
RPC:
|
RPC:
|
||||||
Addresses:
|
Addresses:
|
||||||
- "192.168.130.90:30333"
|
- "192.168.130.90:30333"
|
||||||
|
@ -49,6 +54,3 @@ ApplicationConfiguration:
|
||||||
Addresses:
|
Addresses:
|
||||||
- ":20011"
|
- ":20011"
|
||||||
Enabled: true
|
Enabled: true
|
||||||
UnlockWallet:
|
|
||||||
Path: "./wallets/node-wallet.json"
|
|
||||||
Password: "one"
|
|
||||||
|
|
Loading…
Reference in a new issue