Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add unit tests for JSON and RLP encoding/decoding of Celo Transactions (
#306) * Add unit test for Celo Tx JSON marshaling Format imports Add test for CeloDenominatedTx * Add unit test for Celo Tx JSON unmarshaling * Add unit test for Celo Tx RLP encoding/decoding * format and clean up unit tests for Celo Tx JSON marshaling/unmarshaling * Replace assert.NoError with require.NoError * Adds checks for presence of feeCurrency and maxFeeInFeeCurrency fields during unmarshalling of CeloDenominatedTx
- Loading branch information