cleos: Add ability to specify one or more local abi files for cleos for serialzation/deserialization offline, which doesn't require nodeos RPC endpoint
new parameter:
--abi-file <contract name>:<abi file path>
Uses a local abi file for serialization and deserialization instead of getting the abi data from the blockchain; repeat this option to pass multiple abi files for different contracts
cleos: Add ability to specify one or more local abi files for cleos for serialzation/deserialization offline, which doesn't require nodeos RPC endpoint
new parameter:
--abi-file <contract name>:<abi file path>
Uses a local abi file for serialization and deserialization instead of getting the abi data from the blockchain; repeat this option to pass multiple abi files for different contracts
example:
action binary data => json data
json data => binary:
Resolves #451 and resolves #457.
[no-ccache]