Commit 679d30c
authored
v1.0.0 (#5)
* 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 4faab91
* 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.01 parent 13205e1 commit 679d30c
55 files changed
Lines changed: 3737 additions & 1367 deletions
File tree
- src
- test
- data
- tests
- plugins
- hooks
- transact
- use-cases/general
- utils
- setup
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | 9 | | |
20 | 10 | | |
21 | | - | |
| 11 | + | |
22 | 12 | | |
23 | 13 | | |
24 | 14 | | |
| |||
28 | 18 | | |
29 | 19 | | |
30 | 20 | | |
31 | | - | |
32 | | - | |
33 | | - | |
| 21 | + | |
34 | 22 | | |
35 | 23 | | |
36 | 24 | | |
| |||
41 | 29 | | |
42 | 30 | | |
43 | 31 | | |
44 | | - | |
| 32 | + | |
45 | 33 | | |
46 | | - | |
| 34 | + | |
47 | 35 | | |
48 | 36 | | |
49 | 37 | | |
50 | 38 | | |
51 | 39 | | |
52 | 40 | | |
53 | 41 | | |
54 | | - | |
55 | | - | |
| 42 | + | |
| 43 | + | |
56 | 44 | | |
57 | 45 | | |
58 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | | - | |
| 3 | + | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
22 | 24 | | |
23 | 25 | | |
24 | 26 | | |
25 | 27 | | |
26 | | - | |
| 28 | + | |
27 | 29 | | |
28 | 30 | | |
29 | 31 | | |
| |||
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
44 | 49 | | |
45 | 50 | | |
46 | 51 | | |
| |||
59 | 64 | | |
60 | 65 | | |
61 | 66 | | |
62 | | - | |
| 67 | + | |
63 | 68 | | |
64 | 69 | | |
This file was deleted.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | 6 | | |
9 | 7 | | |
10 | 8 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments