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 v13.3.0 #1971

Merged
merged 174 commits into from Apr 9, 2024
Merged

Release v13.3.0 #1971

merged 174 commits into from Apr 9, 2024

Conversation

davidyuk
Copy link
Member

@davidyuk davidyuk commented Mar 29, 2024

This PR is supported by the Æternity Foundation

13.3.0 (2024-04-08)

⚠ Ceres and aehopsia@8 compatibility not stable, since they are not officially released yet

Features

  • accept multiple encodings in isAddressValid, add TS asserts (2c21139)
  • add getContext method to AeSdk (04508d0)
  • aens: support update with raw pointers (db2659a)
  • aepp,wallet: allow raw data sign (7d0136d)
  • chain: add cache option to getHeight (c7d0955)
  • compiler: add CompilerCli8 class (29f1cd3)
  • compiler: provide compilation warnings (d0ec012)
  • compiler: update cli and http compilers to 7.4.0 (2041d8b)
  • contract: resolve names on node side in Ceres (474f0fd)
  • contract: support all names delegation to contract (92dae86)
  • jwt utilities (c747ce6)
  • node: add param indicating retry (6f0dbd8)
  • node: show error code if available (2cce91d)
  • spend to payable contract (7621716)
  • support new delegation format in Ceres (786e954)
  • tx-builder: get actual gas price from node (09d19bf)
  • tx-builder: pick queryFee from the node if not provided (ca495c8)
  • tx-builder: reject used accounts in GaAttachTx in Ceres (88b1d5d)
  • tx-builder: validate nameTtl in NameUpdateTx (bca877e)

Bug Fixes

  • aens: make extendTtl argument optional (028876f)
  • aens: reduce default client ttl to one hour (daf7fa0)
  • chain: poll till ttl if defined to ensure tx can't be mined (0751244)
  • contract: build address by signed tx (60a283b)
  • contract: don't duplicate NoSuchContractFunctionError message (2f3bba5)
  • improve error message when no wrapped value (054bc89)
  • node,middleware,compiler: version check if deployed at path (450296e)
  • node,middleware: remove duplicate retry policy (f6470a2)
  • node: add missed conversion of difficulty and hashrate to number (271ff5e)
  • node: don't remember failed version request (fba0e79)
  • node: show correct error message if body is missed (ed10482)
  • node: show correct error message if ECONNREFUSED (ef347a1)
  • tx-builder: don't accept ttl equal to block height (d9cde12)
  • tx-builder: don't estimate gas for non-transactions (f72167a)
  • tx-builder: limit ttl to 3 in case tx built internally (08d14c2)
  • tx-builder: remove invalid oracle tx type in validator (78e7c48)

davidyuk and others added 30 commits September 20, 2023 11:44
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.22.20 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse)

---
updated-dependencies:
- dependency-name: "@babel/traverse"
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
…/traverse-7.23.2

chore(deps-dev): bump @babel/traverse from 7.22.20 to 7.23.2
fix(aens): make `extendTtl` argument optional
test: don't wait for 2 blocks before running tests
Non-breaking fixes from other PRs
@davidyuk davidyuk added this to the v13.3.0 milestone Mar 29, 2024
@davidyuk davidyuk force-pushed the release/13.3.0 branch 2 times, most recently from 822a8e2 to bab0237 Compare March 30, 2024 16:31
Copy link

codecov bot commented Mar 30, 2024

Codecov Report

Attention: Patch coverage is 81.80272% with 107 lines in your changes are missing coverage. Please review.

Project coverage is 80.38%. Comparing base (86c6f61) to head (1ffaeff).
Report is 1 commits behind head on master.

Files Patch % Lines
src/account/Rpc.ts 37.50% 17 Missing and 3 partials ⚠️
src/account/Memory.ts 51.35% 11 Missing and 7 partials ⚠️
src/AeSdkWallet.ts 43.75% 5 Missing and 4 partials ⚠️
src/AeSdkBase.ts 55.55% 3 Missing and 5 partials ⚠️
src/tx/builder/field-types/pointers2.ts 82.14% 1 Missing and 4 partials ⚠️
src/send-transaction.ts 88.88% 1 Missing and 3 partials ⚠️
src/tx/builder/field-types/gas-price.ts 85.18% 2 Missing and 2 partials ⚠️
src/chain.ts 85.00% 0 Missing and 3 partials ⚠️
src/contract/compiler/Cli.ts 78.57% 0 Missing and 3 partials ⚠️
src/tx/builder/field-types/fee.ts 88.00% 1 Missing and 2 partials ⚠️
... and 18 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1971      +/-   ##
==========================================
- Coverage   81.31%   80.38%   -0.94%     
==========================================
  Files          94      104      +10     
  Lines        3371     3568     +197     
  Branches      673      767      +94     
==========================================
+ Hits         2741     2868     +127     
- Misses        305      383      +78     
+ Partials      325      317       -8     

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

@davidyuk davidyuk changed the title Release/13.3.0 Release v13.3.0 Mar 30, 2024
@davidyuk davidyuk marked this pull request as ready for review March 30, 2024 16:46
@davidyuk davidyuk force-pushed the release/13.3.0 branch 2 times, most recently from 26d828a to b94e487 Compare March 30, 2024 17:43
@davidyuk davidyuk merged commit 1297791 into master Apr 9, 2024
2 of 3 checks passed
@davidyuk davidyuk deleted the release/13.3.0 branch April 9, 2024 05:43
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.

None yet

3 participants