Merge pull request #1827 from nspcc-dev/native/update_history

config: add NativeUpdateHistory
This commit is contained in:
Roman Khimov 2021-03-16 12:47:22 +03:00 committed by GitHub
commit a18fbc7bb1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
27 changed files with 270 additions and 11 deletions

View file

@ -566,6 +566,7 @@ var rpcTestCases = map[string][]rpcTestCase{
cs := e.chain.GetContractState((*lst)[i].Hash)
require.NotNil(t, cs)
require.True(t, cs.ID <= 0)
require.Equal(t, []uint32{0}, (*lst)[i].UpdateHistory)
}
},
},