From c098cf4761fffaf781cac3d0dc3823cdc020958e Mon Sep 17 00:00:00 2001 From: holgerd77 Date: Wed, 30 Aug 2017 20:21:04 +0200 Subject: Updated VM tests --- docs/transaction_tests/index.rst | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) (limited to 'docs/transaction_tests') 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 `_ representation using the .json file. + +=================== ============================================================== +Location `/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 -- cgit