-
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.3.0 #340
Draft
dtfiedler
wants to merge
41
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
chore: release 3.3.0 #340
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
The process now posts `Epoch-Distribution-Notice` messages with full distributed epoch data. We can fetch these via gql/gateway instead of persisting them in process state.
…ess for CLI utility PE-7417
feat(io): fetch historical epoch data from gql
fix(spawn): spawn ANTs with a custom ANT module instead of aos module
# [3.3.0-alpha.2](v3.3.0-alpha.1...v3.3.0-alpha.2) (2025-01-14) ### Bug Fixes * **arweave:** use defaultArweave when fetching data ([acf3e02](acf3e02))
… pagination PE-7221
fix(PE-7372): Ant v10 ids
# [3.3.0-alpha.3](v3.3.0-alpha.2...v3.3.0-alpha.3) (2025-01-14) ### Bug Fixes * **ids:** add module and code ids ([7474ccd](7474ccd))
feat(get all delegates): add new method and command for getting all delegates from all gateways PE-7221
# [3.3.0-alpha.4](v3.3.0-alpha.3...v3.3.0-alpha.4) (2025-01-14) ### Features * **get all delegates:** init getAllDelegates type/handler PE-7221 ([b015582](b015582)) * **get all delegates:** init list-all-delegates command PE-7221 ([a632563](a632563))
…Tags.Error PE-7417
fix(logs): add processId to read error logs, include stack trace
# [3.3.0-alpha.5](v3.3.0-alpha.4...v3.3.0-alpha.5) (2025-01-15) ### Bug Fixes * **logs:** add processId to read error logs, include stack trace ([51b7e38](51b7e38))
refactor: catch verbose AOS errors including and parse intended error message PE-7417
# [3.3.0-alpha.6](v3.3.0-alpha.5...v3.3.0-alpha.6) (2025-01-15) ### Bug Fixes * **error handling:** use a consolidated regexp for msg.Error and msg.Tags.Error PE-7417 ([770a81e](770a81e)) ### Features * add writeAction sdk/cli command for utility PE-7417 ([1953504](1953504))
The init overloads can be hard to parse. This hopefully introduces new types that can be extended if/when necessary. Addittionally adds e2e tests validating the instance types returned for all major classes. We can look to leverage unit tests more to avoid the entire docker setup when doing this simple type validations/checks.
fix(types): simplify types for init functions, cleanup contructors
# [3.3.0-alpha.7](v3.3.0-alpha.6...v3.3.0-alpha.7) (2025-01-15) ### Bug Fixes * **types:** simplify types for init functions, cleanup contructors ([2197d99](2197d99))
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.
No description provided.