Files
andri lim 05ee6a9630 Fix TransactionObject serialization (#266)
* 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
2026-08-24 14:02:01 +07:00
..