mirror of
https://github.com/wharfkit/session.git
synced 2026-07-23 18:57:27 +00:00
679d30cbd3
* The `ui` option is now required for the SessionKit * Split SessionKit initialization to both "args" and "options" * Move `onSignComplete` to after all signing ops finish * Allow restoring without serialized session The restore method can now be used by just providing an actor, permission, and chainId - and will pull the session data out of the storage adapter to restore. * Track and allow restoring a default account per-chain Each individual chain now tracks a `default` value within its serialized storage, and the `restore()` function can now accept just a chain ID to restore the default account for that chain. * Reapplied 4faab919a3154dc875279e54c3baf9448de7eefa * Version 1.0.0-beta1 * Moved all mock data to its own repository * Updating @wharfkit/mock-data and MOCK_DIR * Fixing ci-test * Updating @wharfkit/mock-data * Allow manually passing in ABIDef for use in Sessions * Version 1.0.0-beta2 * Version 1.0.0-beta3 * Renamed AbiProvider to ABICache since it's an extension of ESR * Better defined ABICacheInterface * Version 1.0.0-beta4 * Prevent uneeded get_info calls when resolving * Linting of tests * Adding tests for placeholder resolution * Adding test data for placeholder resolution * Unused test cleanup * Linting * Removing unused import * Version 1.0.0-beta5 * Replacing @greymass/eosio with @wharfkit/antelope * Version 1.0.0-beta6 * Cleanup of greymass/eosio continued * Version 1.0.0-beta7 * Fixed badge path * Removed internal ABICache and using @wharfkit/abicache * Updating contract kit and abicache to optimize ABI loading * Remove requirement of prefix on storage * Change `appName` from Name to a string Resolves #68 Still accept `NameType` as the parameter to maintain reverse compatibility with older versions and other app formats. * Migrated data to wharfkit/common * Adding test to ensure common chains can be passed * Updating wharfkit/common * Switching to `import type` for some @wharfkit/common elements * Added package description * Update README.md * Updated @wharfkit/common * Version 1.0.0-beta8 * Updating ABICache and Contract Kit * Updating ESR library * Version 1.0.0-beta9 * Dependency cleanup * Updating private key plugin * Version 1.0.0