Merge pull request #3150 from nspcc-dev/drop-deprecated

Drop deprecated things
This commit is contained in:
Roman Khimov 2023-10-10 14:29:47 +03:00 committed by GitHub
commit 2f747dd8d9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
36 changed files with 89 additions and 2657 deletions

View file

@ -219,7 +219,7 @@ func TestBlockchain_InitWithIncompleteStateJump(t *testing.T) {
checkNewBlockchainErr(t, func(c *config.Config) {
boltCfg(c)
c.ApplicationConfiguration.RemoveUntraceableBlocks = false
}, bcSpout.dao.Store, "state jump was not completed, but P2PStateExchangeExtensions are disabled or archival node capability is on")
}, bcSpout.dao.Store, "P2PStateExchangeExtensions can be enabled either on MPT-complete node")
})
t.Run("invalid state sync point", func(t *testing.T) {
bcSpout.dao.Store.Put(bPrefix, []byte{byte(stateJumpStarted)})