aboutsummaryrefslogtreecommitdiffstats
path: root/docs/transaction_tests/index.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/transaction_tests/index.rst')
-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