-
Notifications
You must be signed in to change notification settings - Fork 60
Release v14.1.0 #2092
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
Merged
Merged
Release v14.1.0 #2092
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add ConnectMnemonic and Discovery Accounts button to aepp example
This makes sdk behave consistently depending `ignoreVersion` flag but adds an extra request.
feat(node): ignore consensus protocol version if `ignoreVersion` set
docs(chain): compare spend tx vs spend via contract
feat(node): add Hyperchain endpoints
Also avoid warnings.
docs(aepp): fix account access if "Get accounts" pressed
Refactor `chai` usage in tests
chore: fix tests type checks in vscode
fix(contract): type checking of contract call return value
fix(node,middleware): more strict enum handling
API docs fixes, deprecate and rename some exports
Set correct poll interval on hyperchain
In Ubuntu: ``` sh -c "echo [^b]*" ``` does the same as ``` sh -c "echo b*" ```
docs: fix example generation by doing files match in js
docs: fix links with code blocks in mkdocs
Update dependencies
db53dfd
to
95f9f2d
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2092 +/- ##
==============================
==============================
☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
14.1.0 (2025-04-29)
Features
unsafeSign
, deprecatesign
(b0288cc)ensureEncoded
,isEncoded
; deprecateisAddressValid
(5a11dc3)hashMessage
, deprecatemessageToHash
(5306e6b)verifyMessageSignature
, deprecateverifyMessage
(f862b67)verifySignature
, deprecateverify
(a4a0232)getAuctionState
to Name (4150890)id
getter to Name (8700534)isName
, deprecateisNameValid
(88c242a)ignoreVersion
set (e2f83d6)ignoreVersion
set (2d6c59d)getQueries
to OracleBase (0af61da)Bug Fixes
computeAuctionEndBlock
returns value according to Ceres (3b2f20c)highestBid
as BigInt in auction details (847bfa6)getState
's options override instance options (2e0d672)started_at
as required in auction details (fba1012)debug
flag in BrowserRuntimeConnection (997db99)This PR is supported by the Æternity Foundation