Update neo-go past Domovoi hardfork
This commit is contained in:
parent
8fd088b87a
commit
8d80571601
2 changed files with 2 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,7 +1,7 @@
|
|||
FROSTFS_VERSION?=0.42.9
|
||||
FROSTFS_CONTRACTS_VERSION=0.19.4
|
||||
FROSTFS_LOCODE_VERSION=0.4.0
|
||||
NEOGO_VERSION?=0.104.0
|
||||
NEOGO_VERSION?=0.106.3
|
||||
|
||||
ADM?=bin/frostfs-adm-v$(FROSTFS_VERSION)
|
||||
ADM_RELEASE_URL=https://git.frostfs.info/TrueCloudLab/frostfs-node/releases/download/v$(FROSTFS_VERSION)/frostfs-adm
|
||||
|
|
|
@ -10,6 +10,7 @@ ProtocolConfiguration:
|
|||
VerifyTransactions: true
|
||||
StateRootInHeader: true
|
||||
P2PSigExtensions: true
|
||||
Hardforks: {}
|
||||
|
||||
ApplicationConfiguration:
|
||||
SkipBlockVerification: false
|
||||
|
|
Loading…
Add table
Reference in a new issue