-
Notifications
You must be signed in to change notification settings - Fork 3
Upgrade to AntelopeIO 4.1 #17
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
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
The crypto extensions documentation updated
Doc Fix: Update Readme to install dep clang-tidy
Endian.h warning fix
This reverts commit 20890cd.
Revert "Added an implementation of a new cdt-abidiff"
Add insert, remove and update methods to multi_index (and index)
fixing abi for singleton with non-table type
a few grammatical changes were made Co-authored-by: Scott B <Scott@TheBaileyFamily.org>
Proposal: Update description of the crypto API to make it more user friendly
[4.0 -> main] merge up #172 (CI integration tests), #182 (4.0 stable bump?)
…ality_extension format and make the tests less flaky
[4.1] use `antelope-spring-dev.deb` instead of `spring-dev.deb`
[4.1] update various CI workflow action versions; meeting new requirement of `asset-artifact-download-action`
…sion_4.1 [4.1] instant_finality_extension renamed to finality_extension
Bump 4.1 branch to rc2
Removed leftover printhex statement in crypto_bls_ext::bls_base64url_to_type
[4.1] disable CFL Alias Analysis by default; fixes known cases of indeterministic build output
Bump cmake to v4.1.0-rc3
[4.1] Official CDT Release v4.1.0
…argument due to ambiguity of partial specializations of is_same<bool,U> and is_same<T,bool>
[4.1.0] Fix action_wrapper failure if its first argument is a bool
[4.1.1] fix compile on recent clang versions
[4.1.1] bump version to 4.1.1
brianjohnson5972
approved these changes
Nov 18, 2025
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.
Change Description
Merge AntelopeIO Spring CDT 4.1 (
release/4.1).Includes changes needed for Savanna Finalizer Support and BLS primitivies.
API Changes
Documentation Additions