aboutsummaryrefslogtreecommitdiffstats
path: root/TrieTests
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2015-03-03 19:26:24 +0800
committerobscuren <geffobscura@gmail.com>2015-03-03 19:26:24 +0800
commitb7ec9fbb0e49e345a8a2566226a76d50b48266a7 (patch)
tree825b0618c3a8325afad15f9fda82a3b4099691b2 /TrieTests
parentd0354b844028220b31f55c2cdbe9d4cc546d4b52 (diff)
downloaddexon-b7ec9fbb0e49e345a8a2566226a76d50b48266a7.tar.gz
dexon-b7ec9fbb0e49e345a8a2566226a76d50b48266a7.tar.zst
dexon-b7ec9fbb0e49e345a8a2566226a76d50b48266a7.zip
Squashed 'tests/files/' changes from a3d44ca..998e275
998e275 renamed 089e346 Added hex encoded securetrie test cdefad8 Update VM tests. ec0a309 update state root b3d223e update state root hash 171a945 update memory teste git-subtree-dir: tests/files git-subtree-split: 998e2756b5491c760f6624c62ebc09e86197c31f
Diffstat (limited to 'TrieTests')
-rw-r--r--TrieTests/hex_encoded_securetrie_test.json28
1 files changed, 28 insertions, 0 deletions
diff --git a/TrieTests/hex_encoded_securetrie_test.json b/TrieTests/hex_encoded_securetrie_test.json
new file mode 100644
index 000000000..a0424fb61
--- /dev/null
+++ b/TrieTests/hex_encoded_securetrie_test.json
@@ -0,0 +1,28 @@
+{
+ "test1": {
+ "in": [
+ [
+ "0xa94f5374fce5edbc8e2a8697c15331677e6ebf0b",
+ "0xf848018405f446a7a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ ],
+ [
+ "0x095e7baea6a6c7c4c2dfeb977efac326af552d87",
+ "0xf8440101a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a004bccc5d94f4d1f99aab44369a910179931772f2a5c001c3229f57831c102769"
+ ],
+ [
+ "0xd2571607e241ecf590ed94b12d87c94babe36db6",
+ "0xf8440180a0ba4b47865c55a341a4a78759bb913cd15c3ee8eaf30a62fa8d1c8863113d84e8a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ ],
+ [
+ "0x62c01474f089b07dae603491675dc5b5748f7049",
+ "0xf8448080a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ ],
+ [
+ "0x2adc25665018aa1fe0e6bc666dac8fc2697ff9ba",
+ "0xf8478083019a59a056e81f171bcc55a6ff8345e692c0f86e5b48e01b996cadc001622fb5e363b421a0c5d2460186f7233c927e7db2dcc703c0e500b653ca82273b7bfad8045d85a470"
+ ]
+ ],
+ "root": "0x730a444e08ab4b8dee147c9b232fc52d34a223d600031c1e9d25bfc985cbd797",
+ "hexEncoded": true
+ },
+}