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

Move request resolution to before all hooks

aaroncox opened this issue · comments

The request needs to be resolved in advance of the beforeSign hooks, so that the beforeSign hooks have a transaction that has ESR placeholder values resolved to create a valid transaction for things like cosigning.

With the TransactContext now having the ability to resolve transactions, this is probably no longer needed. Closing for now.