keep-network / keep-common

Common libraries and tools used across Keep repositories
MIT License
5 stars 14 forks source link

Handle abi prefix for structs nested in slices #110

Closed nkuba closed 1 year ago

nkuba commented 1 year ago

A struct can be nested inside a slice. For such types, we need to add abi. prefix similar to what we do for tuples.

Another change we added in this PR is some context message for transaction simulation to be clear that the transaction was just simulated and it has to be rerun with --submit flag if the user wants it to have an effect.