From fe8093b71f68614af8f542c7b829f56a28db7914 Mon Sep 17 00:00:00 2001 From: Gustav Simonsson Date: Mon, 31 Aug 2015 16:45:00 +0200 Subject: Add TestBcForkUncleTests and update JSON files --- tests/files/TransactionTests/RandomTests/tr201506052141PYTHON.json | 0 tests/files/TransactionTests/tt10mbDataField.json | 0 tests/files/TransactionTests/ttTransactionTest.json | 2 +- tests/files/TransactionTests/ttWrongRLPTransaction.json | 0 4 files changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 tests/files/TransactionTests/RandomTests/tr201506052141PYTHON.json mode change 100755 => 100644 tests/files/TransactionTests/tt10mbDataField.json mode change 100755 => 100644 tests/files/TransactionTests/ttTransactionTest.json mode change 100755 => 100644 tests/files/TransactionTests/ttWrongRLPTransaction.json (limited to 'tests/files/TransactionTests') diff --git a/tests/files/TransactionTests/RandomTests/tr201506052141PYTHON.json b/tests/files/TransactionTests/RandomTests/tr201506052141PYTHON.json old mode 100755 new mode 100644 diff --git a/tests/files/TransactionTests/tt10mbDataField.json b/tests/files/TransactionTests/tt10mbDataField.json old mode 100755 new mode 100644 diff --git a/tests/files/TransactionTests/ttTransactionTest.json b/tests/files/TransactionTests/ttTransactionTest.json old mode 100755 new mode 100644 index 00169d293..9fb2ff2bf --- a/tests/files/TransactionTests/ttTransactionTest.json +++ b/tests/files/TransactionTests/ttTransactionTest.json @@ -419,7 +419,7 @@ "gasLimit" : "0xf710", "gasPrice" : "0x09184e72a000", "nonce" : "0x0d", - "r" : "0x006ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77", + "r" : "0x6ab6dda9f4df56ea45583af36660329147f1753f3724ea5eb9ed83e812ca77", "s" : "0x495701e230667832c8999e884e366a61028633ecf951e8cd66d119f381ae5718", "to" : "7c47ef93268a311f4cad0c750724299e9b72c268", "v" : "0x1c", diff --git a/tests/files/TransactionTests/ttWrongRLPTransaction.json b/tests/files/TransactionTests/ttWrongRLPTransaction.json old mode 100755 new mode 100644 -- cgit