aboutsummaryrefslogtreecommitdiffstats
path: root/src/BlockchainTestsFiller
diff options
context:
space:
mode:
authorYoichi Hirai <i@yoichihirai.com>2018-01-30 00:56:59 +0800
committerYoichi Hirai <i@yoichihirai.com>2018-01-30 16:40:23 +0800
commitb01554b14c18d77849bcef2229fa46976b3529fa (patch)
tree00079a15dab29a718e4c34daa9769d44dcf3cc5f /src/BlockchainTestsFiller
parentdb8ae9de91c303caad3eb9354015c07a0ec3adc3 (diff)
downloaddexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar.gz
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar.bz2
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar.lz
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar.xz
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.tar.zst
dexon-tests-b01554b14c18d77849bcef2229fa46976b3529fa.zip
Add a new input for modlen = 999188.
This implements https://docs.google.com/spreadsheets/d/1xat7UI8GtB4ZGVdlK5_XQSHJZaMThi4SrlcL8XMZb5Q/edit#gid=1605675414&range=C46
Diffstat (limited to 'src/BlockchainTestsFiller')
-rw-r--r--src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d0g0v0Filler.json8
-rw-r--r--src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d1g0v0Filler.json6
-rw-r--r--src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d4g0v0Filler.json63
3 files changed, 70 insertions, 7 deletions
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d0g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d0g0v0Filler.json
index 4a8fda61b..0d4ecf864 100644
--- a/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d0g0v0Filler.json
+++ b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d0g0v0Filler.json
@@ -11,13 +11,13 @@
"transactions" : [
{
"data" : "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000000101",
- "gasLimit" : "0x05f5e100",
+ "gasLimit" : "0x3b9aca00",
"gasPrice" : "0x01",
"nonce" : "0x00",
- "r" : "0x83874b44aa69eb3dcbd314c7f023d3bbfa235b46b34df5fc3c66c011298c0b6e",
- "s" : "0x32ee67eeb18b898823c6eab6fe091ed4bab424720c06419675b3b7b4582780a3",
+ "r" : "0xbf7d44bcf54721cd5b3d85cd48f1dcdaafb3df1d19c18178b590d57f1df0d272",
+ "s" : "0x2ee34d77c67a90791f4dd2d78995decbdc630b8a91a1e686c5948be6ef0244c3",
"to" : "0x1000000000000000000000000000000000000000",
- "v" : "0x1c",
+ "v" : "0x1b",
"value" : "0x00"
}
],
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d1g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d1g0v0Filler.json
index f6e6a208e..e22c69d7e 100644
--- a/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d1g0v0Filler.json
+++ b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d1g0v0Filler.json
@@ -11,11 +11,11 @@
"transactions" : [
{
"data" : "0x000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000001010101",
- "gasLimit" : "0x05f5e100",
+ "gasLimit" : "0x3b9aca00",
"gasPrice" : "0x01",
"nonce" : "0x00",
- "r" : "0x852c39d2980a17822a2891ad7e5caacf3a60c3eba4f6c1bc9068981a52253440",
- "s" : "0x68221ea80724c2084f96a2e4b2f00a9a9fb869c5b38516457868739aff630875",
+ "r" : "0x21a3e7f8f3164bb36bc28fa22d816937bdd3f05013ff9f074a30475ee4eccb67",
+ "s" : "0x0e475df82d7dd3ba9242cbcb32d3ad4dea0e14db40b1d5197f6576326d25854c",
"to" : "0x1000000000000000000000000000000000000000",
"v" : "0x1b",
"value" : "0x00"
diff --git a/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d4g0v0Filler.json b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d4g0v0Filler.json
new file mode 100644
index 000000000..4fde00a53
--- /dev/null
+++ b/src/BlockchainTestsFiller/GeneralStateTests/stReturnDataTest/modexp_modsize0_returndatasize_d4g0v0Filler.json
@@ -0,0 +1,63 @@
+{
+ "modexp_modsize0_returndatasize_d4g0v0" : {
+ "blocks" : [
+ {
+ "blockHeaderPremine" : {
+ "difficulty" : "0x020000",
+ "gasLimit" : "0x02540be400",
+ "timestamp" : "0x03e8",
+ "updatePoW" : "1"
+ },
+ "transactions" : [
+ {
+ "data" : "0x0000000000000000000000000000000000000000000000000000000000000001000000000000000000000000000000000000000000000000000000000000000100000000000000000000000000000000000000000000000000000000000f3f14010101",
+ "gasLimit" : "0x3b9aca00",
+ "gasPrice" : "0x01",
+ "nonce" : "0x00",
+ "r" : "0x139d385c9f2698edb7398456a4b7467f47bcccd045fcab67d40ed96b4a6536fb",
+ "s" : "0x1e1d4b33bff828b31f4974b678242ceeb9b5704bd1530de87a40c0557d9134a5",
+ "to" : "0x1000000000000000000000000000000000000000",
+ "v" : "0x1c",
+ "value" : "0x00"
+ }
+ ],
+ "uncleHeaders" : [
+ ]
+ }
+ ],
+ "genesisBlockHeader" : {
+ "bloom" : "00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000",
+ "coinbase" : "2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "difficulty" : "131072",
+ "extraData" : "0x42",
+ "gasLimit" : "0x02540be400",
+ "gasUsed" : "0",
+ "mixHash" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "nonce" : "0x0102030405060708",
+ "number" : "0",
+ "parentHash" : "0x0000000000000000000000000000000000000000000000000000000000000000",
+ "receiptTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "stateRoot" : "0xf99eb1626cfa6db435c0836235942d7ccaa935f1ae247d3f1c21e495685f903a",
+ "timestamp" : "0x03b6",
+ "transactionsTrie" : "0x56e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421",
+ "uncleHash" : "0x1dcc4de8dec75d7aab85b567b6ccd41ad312451b948a7413f0a142fd40d49347"
+ },
+ "pre" : {
+ "0x1000000000000000000000000000000000000000" : {
+ "balance" : "0x00",
+ "code" : "0x36600060003760206103e8366000600060055af26001556103e8516002553d600355",
+ "nonce" : "0x00",
+ "storage" : {
+ "0x03" : "0xffffffff"
+ }
+ },
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b" : {
+ "balance" : "0x3635c9adc5dea00000",
+ "code" : "",
+ "nonce" : "0x00",
+ "storage" : {
+ }
+ }
+ }
+ }
+} \ No newline at end of file