Releases: dfinity/cycles-wallet
Releases · dfinity/cycles-wallet
20240410
What's Changed
- ci: use
dfinity/setup-dfx
to installdfx
by @smallstepman in #165 - Updates to README.md by @jessiemongeon1 in #167 and #168
- chore: Update dependencies by @adamspofford-dfinity in #169
- feat: wallet_call_with_max_cycles by @sesi200 in #170
Full Changelog: 2023053...2024041
20230530
What's Changed
- chore(deps-dev): bump webpack from 5.36.2 to 5.76.0 by @dependabot in #158
- fix: updates agent-js so that the UI works on icp0.io by @krpeacock in #159
Full Changelog: 2023030...2023053
20230308
What's Changed
- docs: update README in prevision for open source by @hansl in #93
- Local dx updates for [email protected] by @gobengo in #94
- Certified assets. by @jplevyak in #95
- Fixup created canisters cycles display. by @jplevyak in #97
- docs: add changelog by @ericswanson-dfinity in #103
- test: add end-to-end tests by @ericswanson-dfinity in #104
- chore: use rust toolchain 1.52.1 by @ericswanson-dfinity in #106
- feat: add support for multiple controllers by @ericswanson-dfinity in #105
- chore: run ci, e2e on main branch pull requests by @ericswanson-dfinity in #109
- feat: Set both caller and self as controller by default by @adamspofford-dfinity in #110
- chore: fix darwin provisioning due to macos-latest upgrade by @ericswanson-dfinity in #112
- docs: Document the behavior in 0f4e6c9 by @adamspofford-dfinity in #111
- feat: Track canisters and per-canister events by @adamspofford-dfinity in #113
- chore: Change codebase to be more friendly to CI and editors by @adamspofford-dfinity in #115
- Feat: SDK-208 frontend multiple controllers by @wackyleo459 in #114
- feat: SDK-232 unified TC by @wackyleo459 in #117
- SDK-212 conversion icp by @wackyleo459 in #123
- chore: Upgrade dependencies and bump MSRV by @adamspofford-dfinity in #127
- chore: Update DFX to 0.9 by @adamspofford-dfinity in #128
- fix: Use deposit_cycles instead of wallet_receive by @adamspofford-dfinity in #130
- fix: Redirect authorize endpoint to /index.html by @adamspofford-dfinity in #132
- chore: Update CDK dependency to 0.5 by @adamspofford-dfinity in #133
- Add aggregate checks to CI by @adamspofford-dfinity in #134
- feat: Upgrade wallet to 128-bit cycles by @adamspofford-dfinity in #135
- chore: Change wallet version to 0.3.0 for 128-bit changes by @adamspofford-dfinity in #137
- chore: Update rust to 1.58.1 by @adamspofford-dfinity in #138
- chore: Add path filtering to CI by @adamspofford-dfinity in #141
- fix: Limit event history size by @adamspofford-dfinity in #139
- fix: add security headers by @lwshang in #136
- chore: remove invalid flag from generated command by @sesi200 in #144
- feat: disable queries for uncertified data by @krpeacock in #145
- chore: add CODEOWNERS by @dfx-json in #146
- chore(deps): bump terser from 4.8.0 to 4.8.1 by @dependabot in #147
- chore: update dependencies by @lwshang in #156
New Contributors
- @jplevyak made their first contribution in #95
- @ericswanson-dfinity made their first contribution in #103
- @wackyleo459 made their first contribution in #114
- @lwshang made their first contribution in #136
- @sesi200 made their first contribution in #144
- @dfx-json made their first contribution in #146
Full Changelog: dfx-0.7.2...2023030
Cycles Wallet Release for DFX 0.7.2
fix: address wallet acl issues (#91) A controller can remove itself from the list of controllers even if he's the only one, leaving the wallet uncontrolled. This fixes that. Also QOL changes for controller and custodian. Closes https://github.com/dfinity/wallet-rs/issues/56
Cycles Wallet Release for DFX 0.7.0
feat: using internet identity service (#90) * feat: using internet identity service will resolve #79 * rebase against next * working flow from fresh and returning * previously authenticated re-log flow * removes testing address * removing duplicate interface declaration, cleaning up * better devServer fallback * Update wallet_ui/components/routes/Authorize.tsx Co-authored-by: Prithvi Shahi <[email protected]> * Update wallet_ui/components/routes/Authorize.tsx Co-authored-by: Prithvi Shahi <[email protected]> * updating copy * removes @dfinity/authentication Co-authored-by: Prithvi Shahi <[email protected]>