Jarvis Carroll 4302ae002c add parse_tx_info and read_contract_getter
parse_tx_info takes the output of tx_info OR dry_run and strips it down to a cb_ encoded binary,
and then passes that cb_ encoded binary to decode_bytearray, using the Format specified.

read_contract_getter combines contract_call and dry_run, but automatically identifies the owner of the contract,
and uses that as the caller, and gives the caller a huge amount of gajus for the purpose of the dry run, so that
the call always succeeds. This operation should be available in the node itself, rather than requiring us to do
this huge back and forth for something as simple as reading the contents of the blockchain, but at least we can
abstract over this in the tooling, and save the user from having to think about these steps.
2026-06-15 02:21:27 +00:00
2026-05-27 21:49:30 +09:00
2026-05-14 11:01:37 +09:00
2025-04-16 16:07:45 +09:00
2026-05-10 19:35:20 +09:00
2024-03-27 14:45:50 +09:00
2024-03-27 14:45:50 +09:00
2026-05-14 11:01:37 +09:00
S
Description
No description provided
MIT 1.4 MiB
Languages
Erlang 100%