-
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 v2.5.0 #261
Draft
dtfiedler
wants to merge
22
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.
Draft
+386
−94
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
chore: main back to alpha
Bumps the npm_and_yarn group with 1 update in the /examples/webpack directory: [http-proxy-middleware](https://github.com/chimurai/http-proxy-middleware). Updates `http-proxy-middleware` from 2.0.6 to 2.0.7 - [Release notes](https://github.com/chimurai/http-proxy-middleware/releases) - [Changelog](https://github.com/chimurai/http-proxy-middleware/blob/v2.0.7/CHANGELOG.md) - [Commits](chimurai/http-proxy-middleware@v2.0.6...v2.0.7) --- updated-dependencies: - dependency-name: http-proxy-middleware dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…ebpack/npm_and_yarn-b2e09fc846 chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 in /examples/webpack in the npm_and_yarn group across 1 directory
PE-7093: paginated delegations
# [2.5.0-alpha.1](v2.4.0...v2.5.0-alpha.1) (2024-11-14) ### Features * **delegations:** add getter for staked and vaulted delegations PE-7093 ([7182942](7182942)) * **delegations:** add SDK function to retrieve an address's delegations PE-7093 ([07c9107](07c9107))
feat(PE-7107): update getRecords to return as flat array of objects
# [2.5.0-alpha.2](v2.5.0-alpha.1...v2.5.0-alpha.2) (2024-11-14) ### Bug Fixes * **id and test:** add test for old ant and add lua source id for new code ([77601b2](77601b2)) * **tests:** add test for old ant ([0489cb6](0489cb6)) * **tests:** add unit tests for util and move parsing of records to uitl ([2d08c9a](2d08c9a)) * **tests:** update ANT in tests to use v8 ant ([1eff8a9](1eff8a9)) ### Features * **getRecords:** update getRecords to return as flat array of objects ([b9808c1](b9808c1))
These are failing on the network process causing some delays. Will come back to them
fix(io): add `getDelegations` to `AoIORead`
# [2.5.0-alpha.3](v2.5.0-alpha.2...v2.5.0-alpha.3) (2024-11-14) ### Bug Fixes * **io:** add `getDelegations` to `AoIORead` ([7c30c9b](7c30c9b)) * **types:** modify AoDelegation type ([18bb755](18bb755))
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.
Includes:
getDelegations
API to fetch all delegations and vaults for an addressgetRecords
API to return sorted array - necessary to enforce undername limits