-
Notifications
You must be signed in to change notification settings - Fork 12
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
chore: release 3.1.0 #314
Open
fedellen
wants to merge
44
commits into
main
Choose a base branch
from
alpha
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
chore: release 3.1.0 #314
+1,056
−303
Conversation
This file contains 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
this will produce non-deterministic IDs for all signer types that dont provide salt PE-7158
chore: main to alpha
fix(eth signer): use a unique anchor in ans-104 headers
## [3.0.1-alpha.1](v3.0.0...v3.0.1-alpha.1) (2024-12-11) ### Bug Fixes * **eth signer:** use a unique anchor in ans-104 headers ([8cd5587](8cd5587))
… discounts PE-7114
Co-authored-by: Atticus <atticusofsparta@protonmail.com>
Co-authored-by: Atticus <atticusofsparta@protonmail.com>
feat(cost-details): init get-cost-details PE-7114
# [3.1.0-alpha.1](v3.0.1-alpha.1...v3.1.0-alpha.1) (2024-12-12) ### Features * **cost-details:** init cli command get-cost-details PE-7114 ([674626e](674626e)) * **cost-details:** init new cost method for exposing fundingPlan and discounts PE-7114 ([c6910c8](c6910c8))
feat(fund-from): add Fund-From tag to eligible methods/commands PE-7291
# [3.1.0-alpha.2](v3.1.0-alpha.1...v3.1.0-alpha.2) (2024-12-12) ### Features * **fund-from:** add Fund-From tag to eligible methods/commands PE-7291 ([4d47270](4d47270))
This should help sniff out type issues before releases.
…ary-name feat(primary names): add processID to read APIs PE-7307
# [3.1.0-alpha.3](v3.1.0-alpha.2...v3.1.0-alpha.3) (2024-12-16) ### Features * **primary names:** add processID to read APIs PE-7307 ([e01e6ce](e01e6ce))
Bumps the npm_and_yarn group with 1 update in the / directory: [axios](https://github.com/axios/axios). Updates `axios` from 1.7.8 to 1.7.9 - [Release notes](https://github.com/axios/axios/releases) - [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md) - [Commits](axios/axios@v1.7.8...v1.7.9) --- updated-dependencies: - dependency-name: axios dependency-type: direct:production dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…rn-025c7b567c chore(deps): bump axios from 1.7.8 to 1.7.9 in the npm_and_yarn group across 1 directory
fix: dont return null when stringified null is found in message data on ao.read
# [3.1.0-alpha.4](v3.1.0-alpha.3...v3.1.0-alpha.4) (2024-12-17) ### Bug Fixes * dont return null when stringified null is found in message data on ao.read ([c5873e6](c5873e6))
fix(tags): prune out empty tags
# [3.1.0-alpha.5](v3.1.0-alpha.4...v3.1.0-alpha.5) (2024-12-17) ### Bug Fixes * **tags:** prune out empty tags ([de0ec83](de0ec83))
fix(io): fix `AoEpochData` type, add prescribedNames
# [3.1.0-alpha.6](v3.1.0-alpha.5...v3.1.0-alpha.6) (2024-12-17) ### Bug Fixes * **io:** fix `AoEpochData` type, add prescribedNames ([1ba3588](1ba3588))
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.
getCostDetails
method and commandfundFrom
on arns purchase actionsprocessId
in getPrimaryName(s) APIs