Skip to content

Commit

Permalink
change exception in malicious tx RLP
Browse files Browse the repository at this point in the history
as it now parsed as BLOB tx
  • Loading branch information
winsvega committed Apr 26, 2023
1 parent 6dccb7b commit c11a9ba
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
32 changes: 16 additions & 16 deletions TransactionTests/ttWrongRLP/TRANSCT_HeaderGivenAsArray_0.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,61 +2,61 @@
"TRANSCT_HeaderGivenAsArray_0" : {
"_info" : {
"comment" : "",
"filling-rpc-server" : "evm version 1.11.4-unstable-564db9a9-20230310",
"filling-tool-version" : "retesteth-0.3.0-shanghai+commit.324bcf39.Linux.g++",
"generatedTestHash" : "cb7c94da6128a4c24eef09f8f8f2323139481e945193127e48f76df522c91fff",
"filling-rpc-server" : "evm version 1.11.7-unstable-306d1774-20230426",
"filling-tool-version" : "retesteth-0.3.1-shanghai+commit.73ab7618.Linux.g++",
"generatedTestHash" : "8a5e7246547225d5bf522309bd9ceffa37f290938671e42049dc3b5d1b836c0e",
"lllcversion" : "Version: 0.5.14-develop.2022.7.30+commit.a096d7a9.Linux.g++",
"solidity" : "Version: 0.8.17+commit.8df45f5f.Linux.g++",
"source" : "src/TransactionTestsFiller/ttWrongRLP/TRANSCT_HeaderGivenAsArray_0Copier.json",
"sourceHash" : "527ba4a3bc3a83060ef4f823bb819cd22f972c17bd3054b4405ea305db8e4498"
"sourceHash" : "d2a4c3957a18c6a2f3ba8301d8dd85d235ecc900a49e691833449b72ff555cc0"
},
"result" : {
"Berlin" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Byzantium" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Constantinople" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"EIP150" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"EIP158" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Frontier" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Homestead" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Istanbul" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"London" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Merge" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Shanghai" : {
"exception" : "TR_TypeNotSupported",
"exception" : "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,51 +2,51 @@
"TRANSCT_HeaderGivenAsArray_0": {
"result": {
"Shanghai": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Merge": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Berlin": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Byzantium": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Constantinople": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"ConstantinopleFix": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"EIP150": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"EIP158": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Frontier": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Homestead": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"Istanbul": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
},
"London": {
"exception": "TR_TypeNotSupported",
"exception": "TR_BlobDecodeError",
"intrinsicGas" : "0x00"
}
},
Expand Down

0 comments on commit c11a9ba

Please sign in to comment.