aboutsummaryrefslogtreecommitdiffstats
path: root/docs/transaction_tests
diff options
context:
space:
mode:
authorholgerd77 <Holger.Drewes@gmail.com>2017-08-31 02:21:04 +0800
committerholgerd77 <Holger.Drewes@gmail.com>2017-08-31 02:21:04 +0800
commitc098cf4761fffaf781cac3d0dc3823cdc020958e (patch)
treeab8f48a75bbbf2f40ab11a34b337dddd93e3ca3e /docs/transaction_tests
parent6702d4400f0e68da92881d6600eefd2685a22470 (diff)
downloaddexon-tests-c098cf4761fffaf781cac3d0dc3823cdc020958e.tar.gz
dexon-tests-c098cf4761fffaf781cac3d0dc3823cdc020958e.tar.zst
dexon-tests-c098cf4761fffaf781cac3d0dc3823cdc020958e.zip
Updated VM tests
Diffstat (limited to 'docs/transaction_tests')
-rw-r--r--docs/transaction_tests/index.rst16
1 files changed, 13 insertions, 3 deletions
diff --git a/docs/transaction_tests/index.rst b/docs/transaction_tests/index.rst
index eb06504f6..f4bac251d 100644
--- a/docs/transaction_tests/index.rst
+++ b/docs/transaction_tests/index.rst
@@ -4,11 +4,21 @@ Transaction Tests
=================
Describes a complete transaction and its `RLP <https://github.com/ethereum/wiki/wiki/RLP>`_ representation using the .json file.
+
+=================== ==============================================================
+Location `/TransactionTests <https://github.com/ethereum/tests/tree/develop/TransactionTests>`_
+Supported Hardforks ``Constantinople`` | ``EIP158`` | ``Frontier`` | ``Homestead``
+Status Actively supported
+=================== ==============================================================
+
+Test Implementation
+-------------------
+
The client should read the rlp and check whether the transaction is valid, has the correct sender and corresponds to the transaction parameters.
If it is an invalid transaction, the transaction and the sender object will be missing.
-Basic structure
----------------
+Test Structure
+--------------
::
{
@@ -36,7 +46,7 @@ Basic structure
}
Sections
---------
+^^^^^^^^
* ``rlp`` - RLP encoded data of this transaction
* ``transaction`` - transaction described by fields