mirror of
https://github.com/status-im/nim-web3.git
synced 2026-08-27 10:31:06 +00:00
* Fix TransactionObject serialization Turn out for every transaction type, the serialization has it's own set of fields. We cannot just set it to null when it's not part of a transaction type. But we need to omit it entirely. This issue detected in eels/execute, hive mode * Add comments * Fix nil case of TransactionObject * Add missing TransactionObject fields