Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 13.2.0 #1869

Merged
merged 23 commits into from
Jul 28, 2023
Merged

Release 13.2.0 #1869

merged 23 commits into from
Jul 28, 2023

Conversation

davidyuk
Copy link
Member

13.2.0 (2023-07-28)

Features

  • account: add methods to generate delegation signatures (18bdf5a)
  • aepp,wallet: support delegation signatures (fd0dc43)

Bug Fixes

  • account: add implementation of signTypedData in AccountBase (fc6e42f)
  • wallet: don't ask to confirm unsubscription (e2ffc25)
  • wallet: don't require to be subscribed to request addresses (36920b4)
  • wallet: return accounts according to subscription (fa900c0)

This PR is supported by the Æternity Crypto Foundation

dependabot bot and others added 18 commits July 14, 2023 04:06
Bumps [semver](https://github.com/npm/node-semver) from 5.7.1 to 5.7.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/v5.7.2/CHANGELOG.md)
- [Commits](npm/node-semver@v5.7.1...v5.7.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases)
- [Commits](jonschlinkert/word-wrap@1.2.3...1.2.4)

---
updated-dependencies:
- dependency-name: word-wrap
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…wrap-1.2.4

chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
…r-5.7.2

chore(deps): bump semver from 5.7.1 to 5.7.2
…wallet

Delegation signature over aepp-wallet connection
@davidyuk davidyuk added this to the v13.2.0 milestone Jul 28, 2023
@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 73.46% and project coverage change: -1.14% ⚠️

Comparison is base (3661126) 82.54% compared to head (eda0f28) 81.40%.
Report is 44 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1869      +/-   ##
==========================================
- Coverage   82.54%   81.40%   -1.14%     
==========================================
  Files          91       94       +3     
  Lines        3122     3361     +239     
  Branches      617      671      +54     
==========================================
+ Hits         2577     2736     +159     
- Misses        253      300      +47     
- Partials      292      325      +33     
Files Changed Coverage Δ
src/account/Generalized.ts 58.33% <0.00%> (-6.19%) ⬇️
src/account/Ledger.ts 72.85% <0.00%> (-4.42%) ⬇️
src/aens.ts 89.74% <ø> (ø)
src/aepp-wallet-communication/rpc/types.ts 100.00% <ø> (ø)
src/aepp-wallet-communication/schema.ts 88.46% <ø> (ø)
src/contract/compiler/Base.ts 100.00% <ø> (ø)
src/tx/builder/constants.ts 100.00% <ø> (ø)
src/account/Base.ts 33.33% <20.00%> (-66.67%) ⬇️
src/AeSdkBase.ts 70.90% <36.36%> (-8.64%) ⬇️
src/contract/compiler/Http.ts 68.29% <42.85%> (-6.00%) ⬇️
... and 21 more

... and 4 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@davidyuk davidyuk merged commit 3cf8c77 into master Jul 28, 2023
1 of 3 checks passed
@davidyuk davidyuk deleted the release/13.2.0 branch July 28, 2023 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant