Update neo-go to v0.103.0 #58

Merged
fyrchik merged 1 commit from fyrchik/frostfs-dev-env:update-neogo into master 2023-10-25 15:07:18 +00:00
2 changed files with 6 additions and 4 deletions

2
.env
View file

@ -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

View file

@ -29,6 +29,11 @@ ApplicationConfiguration:
AttemptConnPeers: 5 AttemptConnPeers: 5
MinPeers: 0 MinPeers: 0
Relay: true Relay: true
Consensus:
Enabled: true
UnlockWallet:
dstepanov-yadro marked this conversation as resolved Outdated

What does this option mean?

What does this option mean?

It is like Wallet in node, UnlockWallet for compatibility reasons

It is like `Wallet` in node, `UnlockWallet` for compatibility reasons

Discussed in direct: If it is new option, it is better to describe how it works.

Discussed in direct: If it is new option, it is better to describe how it works.

removed

removed
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"