cosmjs
cosmjs copied to clipboard
Added nonCriticalExtensionOptions and fee granter support
Description
This adds support for nonCriticalExtensionOptions in transactions, which is necessary for using inscriptions via /gaia.metaprotocols.ExtensionData.
This also adds support for specifying the fee granter to use when executing a transaction. Technically the StdFee already allows specifying the fee granter, but not if you let cosmjs simulate gas to calculate the fee to use.