99 Commits

Author SHA1 Message Date
aaroncox 467f049482 v1.6.1 v1.6.1 2025-09-05 10:20:09 -07:00
aaroncox 8b419f514a Linting 2025-09-05 10:19:54 -07:00
kurt 9619507b6f Add translations on login (#97) 2025-09-05 10:19:13 -07:00
Aaron Cox cdb7de309e Version 1.6.0 1.6.0 2025-04-21 12:05:25 -07:00
Aaron Cox 4d3726ba4e Version 1.6.0-rc1 1.6.0-rc1 2025-03-24 13:07:41 -07:00
Daniel Fugere 0e1fa8f968 enhancement: adding data field to session class (#95) 2025-03-24 13:07:21 -07:00
Aaron Cox 07dfadb55a Version 1.5.1 1.5.1 2025-03-07 15:05:12 -08:00
Aaron Cox cbfc586daa Version 1.5.1-next 1.5.1-next 2025-03-07 15:00:43 -08:00
Aaron Cox 98379466d7 Require a chain select if it can't be determined 2025-03-07 15:00:21 -08:00
Aaron Cox c38337ec24 Reworked wallet config processing
Some wallet plugins (cleos) were not working when only one chain was provided because the logic would only run when there was more than one. This rework separates out the logic and reorders it to fix config overrides.
2025-03-07 14:53:03 -08:00
Aaron Cox 731caf1a11 Removed test 2025-02-20 15:19:26 -08:00
Aaron Cox 84f4cf2274 Version 1.5.0 1.5.0 2025-02-20 15:17:30 -08:00
Aaron Cox 2a022ea821 Removed Account Kit factor from Session 2025-02-20 15:17:03 -08:00
Aaron Cox 9dce7257ef Version 1.4.0 1.4.0 2024-08-13 11:14:47 -07:00
Aaron Cox 43c1da1628 Regeneration all mock data
A `headers` value is now added to fetch, which the mock data wasn't expecting and causing the need for it to be recreated.
2024-08-13 11:13:58 -07:00
Aaron Cox 8ac954beda Updating wharfkit/antelope 2024-08-13 11:13:19 -07:00
Aaron Cox 2274ace697 Disabling resource provider check
Disabling because the reproducibility of this is difficult due to the varying responses from the server. We should be doing this in the resource provider plugin anyways.
2024-08-13 11:12:30 -07:00
Aaron Cox e7b72ed812 Version 1.4.0-rc3 1.4.0-rc3 2024-06-15 22:17:44 -07:00
Aaron Cox a973fb934c Bind to plugin so for this calls 2024-06-15 22:17:26 -07:00
Aaron Cox 21c790fac6 Version 1.4.0-rc2 1.4.0-rc2 2024-06-15 15:02:47 -07:00
Aaron Cox 19894be81e Adding chainId to retrievePublicKey method 2024-06-15 15:02:22 -07:00
Aaron Cox 3f5d9348a0 Version 1.4.0-rc1 1.4.0-rc1 2024-06-15 11:36:43 -07:00
Aaron Cox a44472f973 Adding abstract method to return public key from wallet plugin 2024-06-15 11:36:27 -07:00
Aaron Cox bbde39b7ba Version 1.3.1 1.3.1 2024-05-09 15:19:22 -07:00
Daniel Fugere 581d320a4b chore: passing appName on webWallet logout (#93) 2024-05-09 15:18:46 -07:00
Aaron Cox 749881f84a Version 1.3.0 1.3.0 2024-04-27 14:14:47 -07:00
Daniel Fugere 87bf413200 chore: adding logout() to wallet plugins (#92) 2024-04-27 14:14:01 -07:00
Aaron Cox 3039b58957 Fixed failing test 2024-02-08 10:09:30 -08:00
Aaron Cox c7044c8608 Version 1.2.8 1.2.8 2024-02-07 19:44:23 -08:00
Aaron Cox 041ecb9078 Added optional flag to prompts 2024-02-07 19:43:56 -08:00
Aaron Cox 5d39f27d50 Fixed issue with Session not following wallet params 2024-02-07 19:43:41 -08:00
Aaron Cox aa1e75d340 Version 1.2.7 1.2.7 2024-01-25 13:37:31 -08:00
Aaron Cox 7a1422e932 Added support for context_free_actions and context_free_data 2024-01-25 13:37:02 -08:00
Aaron Cox c02fd51c2f Version 1.2.6 1.2.6 2024-01-24 12:27:02 -08:00
Aaron Cox 582aa40042 Add arbitrary parameter to LoginOptions (#91)
* Add `arbitrary` parameter to LoginOptions

This data can be used (or ignored) by various wallet plugins as they process the login logic.

* Linting
2024-01-24 12:26:17 -08:00
Daniel Fugere d1c2934945 enhancement: added account() method on session (#90) 2024-01-22 17:51:09 -08:00
Aaron Cox 6def2ea618 Version 1.2.5 1.2.5 2024-01-17 14:17:54 -08:00
Aaron Cox 5387bb2b78 Fix to setEndpoint on Kit 2024-01-17 14:17:40 -08:00
Aaron Cox 9bd8d62ec6 Adding mock options for fetch 2024-01-17 13:05:31 -08:00
Aaron Cox e566afe43f Version 1.2.4 1.2.4 2024-01-17 13:01:46 -08:00
Aaron Cox d0076b01a4 Added setEndpoint to SessionKit 2024-01-17 12:28:08 -08:00
Aaron Cox 775185e065 Version 1.2.3 1.2.3 2024-01-17 10:06:09 -08:00
Aaron Cox 7e02ed41ff Allow changing of API endpoint for an active Session
Fixes #73
2024-01-17 10:05:01 -08:00
Aaron Cox 33fda2bae6 Version 1.2.2 1.2.2 2024-01-06 11:21:08 -08:00
Aaron Cox 27395194f3 Always return the return values, even if it cannot be decoded 2024-01-06 11:20:04 -08:00
Aaron Cox e84bf64096 1.2.1 (#87)
* Adding return values to response

* Rewriting/regenerating tests

* Version 1.2.0

* Detect and pass index to web render for default selection

* Renamed return value interface

* Updating dependencies

* Version 1.2.1-rc1

* Version 1.2.1
2023-11-30 12:13:39 -08:00
Aaron Cox bc1e748a91 version bump 1.1.1 2023-11-13 15:51:30 -08:00
Aaron Cox 7a3d8f1022 Updating to fix buffer issues 2023-11-13 15:50:39 -08:00
Aaron Cox 538d4c10d6 Version 1.1.0 1.1.0 2023-11-10 11:17:39 -08:00
Aaron Cox d121d9bf91 Updated dev dependencies 2023-11-10 11:17:27 -08:00