mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-27 15:16:43 +00:00
core: skip verkle tests
This commit is contained in:
parent
4dcc06663d
commit
b7ec380c30
1 changed files with 1 additions and 0 deletions
|
|
@ -261,6 +261,7 @@ func getContractStoredBlockHash(statedb *state.StateDB, number uint64) common.Ha
|
||||||
|
|
||||||
// TestProcessVerkleInvalidContractCreation checks for several modes of contract creation failures
|
// TestProcessVerkleInvalidContractCreation checks for several modes of contract creation failures
|
||||||
func TestProcessVerkleInvalidContractCreation(t *testing.T) {
|
func TestProcessVerkleInvalidContractCreation(t *testing.T) {
|
||||||
|
t.Skip("verkle trie is not yet supported in bor")
|
||||||
var (
|
var (
|
||||||
account1 = common.HexToAddress("0x687704DB07e902e9A8B3754031D168D46E3D586e")
|
account1 = common.HexToAddress("0x687704DB07e902e9A8B3754031D168D46E3D586e")
|
||||||
account2 = common.HexToAddress("0x6177843db3138ae69679A54b95cf345ED759450d")
|
account2 = common.HexToAddress("0x6177843db3138ae69679A54b95cf345ED759450d")
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue