v1.8.5
·
351 commits
to refs/heads/main
since this release
Changes
- chore(release): v1.8.5 (#10406) @pr-automation-bot-public[bot]
- chore(core): generate DID declarations with icp-sdk/bindgen (#10409) @peterpeterparker
- feat(frontend): add Kamino dapp (#10405) @sbpublic
- test(frontend): Update Vitest coverage thresholds (#10366) @pr-automation-bot-public[bot]
- chore(frontend): bump eslint lib to prevent usage of legacy libs (#10396) @peterpeterparker
- feat(frontend): added new PayReceiptData component (#10400) @roman-nazaruk
- chore(frontend): lint remove unused return (#10397) @peterpeterparker
- fix(frontend): updated open crypto pay types (#10401) @roman-nazaruk
- chore(frontend): fix lint empty block statement (#10398) @peterpeterparker
- feat(frontend): migrate ic-mgmt imports to @icp-sdk/canisters (#10376) @peterpeterparker
- feat(frontend): added new PayHero component (#10395) @roman-nazaruk
- feat(frontend): add Solayer dapp (#10394) @sbpublic
- feat(frontend): migrate ckbtc imports to @icp-sdk/canisters (#10375) @peterpeterparker
- feat(frontend): add OpenSea dapp (#10386) @sbpublic
- chore(frontend): extended csp for dfx integration (#10361) @roman-nazaruk
- refactor(frontend): Earn nav text i18n (#10393) @sbpublic
- feat(frontend): added new openCryptoPay store (#10392) @roman-nazaruk
- feat(frontend): migrate cketh imports to @icp-sdk/canisters (#10374) @peterpeterparker
- feat(frontend): Make all IC wallet worker singletons in iOS (#10390) @AntonioVentilii
- feat(frotnend): added open crypto pay service (#10384) @roman-nazaruk
- refactor(frontend): Earn nav text (#10391) @daviddecentage
- refactor(frontend): Split top-level mock in rewards services tests (#10388) @AntonioVentilii
- feat(frontend): added open crypto pay rest (#10389) @roman-nazaruk
- style(frontend): update StakeContentCard styling (#10385) @DenysKarmazynDFINITY
- refactor(frontend): Use common way of mocking class for vitest in EIP712 (#10387) @AntonioVentilii
- feat(build): Candid file for EXT v2 Token (#10357) @AntonioVentilii
- refactor(frontend): Use
MockInstancein contact test module (#10383) @AntonioVentilii - refactor(frontend): More explicit constructor on worker mocks (#10379) @AntonioVentilii
- chore(frontend): Missing mocks resets in tests (#10378) @AntonioVentilii
- feat(frontend): add Magic Eden dapp (#10377) @sbpublic
- feat(frontend): migrate ledger-icp imports to @icp-sdk/canisters (#10373) @peterpeterparker
- feat(frontend): added lnurl decoding util (#10381) @roman-nazaruk
- refactor(frontend): Make the derived test utils more modular (#10354) @AntonioVentilii
- feat(frontend): Adjust the
AppWorkerto be a singleton (#10363) @AntonioVentilii - chore(build): Run npm audit for
globvulnerability (#10368) @AntonioVentilii - feat(frontend): migrate ledger-icrc imports to @icp-sdk/canisters (#10372) @peterpeterparker
- feat(frontend): add Pacifica dapp (#10370) @sbpublic
- feat(frontend): added universal scanner modal (#10371) @roman-nazaruk
- build(frontend): migrate dependencies to @icp-sdk/canisters v1 (#10358) @peterpeterparker
- chore(frontend): added bech32v1.4.4 npm package (#10369) @roman-nazaruk
- feat(frontend): added feature flag for universal scanner (#10365) @roman-nazaruk
- feat(frontend): use ICRC index-ng transaction types (#10359) @peterpeterparker
- chore(frontend): Add BITTYICP icrc token (#10364) @sbpublic
- feat(frontend): Remove test OISY rewards ICRC token (#10362) @AntonioVentilii
- test(frontend): Update Vitest coverage thresholds (#10352) @pr-automation-bot-public[bot]
- refactor(frontend): Make GLDT store global (#10356) @daviddecentage
- refactor(frontend): Earning page (#10353) @daviddecentage
- feat(frontend): Add reference to IC wallet scheduler errors (#10347) @AntonioVentilii
- feat(frontend): All earning cards list (#10318) @daviddecentage
- feat(frontend): Add reference to post message of SOL wallet worker (#10348) @AntonioVentilii
- feat(frontend): Add guard to IC wallet workers for reference (#10346) @AntonioVentilii
- chore(frontend): Remove unused
destroyCallbackmethod from classAppWorker(#10344) @AntonioVentilii - test(frontend): Expand list of derived stores tested for loops (#10313) @AntonioVentilii
- refactor(frontend): Add tag parameter to
getTransactionCountservice (#10334) @AntonioVentilii - feat(frontend): Rewards earnin opportunity card (#10345) @daviddecentage
- feat(frontend): Default earning opportunity card (#10350) @daviddecentage
- test(frontend): Update Vitest coverage thresholds (#10351) @pr-automation-bot-public[bot]
- test(frontend): Update Vitest coverage thresholds (#10311) @pr-automation-bot-public[bot]
- feat(frontend): Add reference to IC wallet scheduler (#10330) @AntonioVentilii
- feat(frontend): Method to check if an ICRC ledger supports ICRC-7 (#10337) @AntonioVentilii
- feat(frontend): Extract method to get the nonce for ETH transactions (#10333) @AntonioVentilii
- chore(frontend): Remove unused toast error in Exchange worker (#10342) @AntonioVentilii
- feat(frontend): More type specific for class
IcWalletScheduler(#10338) @AntonioVentilii - chore(deps-dev): bump js-yaml from 4.1.0 to 4.1.1 (#10331) @dependabot[bot]
- feat(frontend): Implement NFT ICRC ledger method for supported standard (#10336) @AntonioVentilii
- fix(frontend): Provide SPL tokens 2022 with metadata on loading (#10335) @AntonioVentilii
- feat(frontend): Make Scheduler
postMessagetype-safe (#10329) @AntonioVentilii - feat(frontend): Add worker ID to
AppWorkerclass (#10327) @AntonioVentilii - feat(frontend): Add custom nonce param to ETH send service (#10332) @AntonioVentilii
- feat(frontend): Extend
postMessageschema with reference (#10328) @AntonioVentilii - refactor(frontend): Prefer generics to casting for
postMessage(#10323) @AntonioVentilii - refactor(frontend): Extract workers type to separate module (#10326) @AntonioVentilii
- feat(frontend): update GLDT stake button (#10325) @DenysKarmazynDFINITY
- fix(frontend): Guarantee defined index canister for ICP wallet worker (#10324) @AntonioVentilii
- fix(frontend): Missing rewards requirement prop for earnings card (#10322) @daviddecentage
- feat(frontend): Fallback to SPL Token 2022 metadata extension when importing (#10320) @AntonioVentilii
- feat(frontend): Common derived store for network address store (#10316) @AntonioVentilii
- feat(frontend): Extract SPL Token 2022 metadata from extensions (#10319) @AntonioVentilii
- refactor(frontend): Use built-in util
isIOSfrom gix-cmp (#10317) @AntonioVentilii - feat(frontend): Adds reward requirements type for earning cards (#10314) @daviddecentage