wharfkit / session

Create account-based sessions, perform transactions, and allow users to login using Antelope-based blockchains.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add an option for `WalletPlugin` to disallow any transaction modification

aaroncox opened this issue · comments

Currently the cleos plugin breaks when you pair it with any sort of resource provider plugin. It's because the cleos wallet doesn't support additional signatures being appended and send along with the push transaction command.

For this reason, it'd be good if the cleos wallet plugin could specify allowModify: false to prevent any plugins from modifying transactions that are being passed through to it.