Skip to content
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
wants to merge 41 commits into
base: main
Choose a base branch
from
Draft

chore: release 3.3.0 #340

wants to merge 41 commits into from

Conversation

dtfiedler
Copy link
Collaborator

No description provided.

dtfiedler and others added 30 commits January 13, 2025 06:59
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.
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.1](v3.2.0...v3.3.0-alpha.1) (2025-01-14)

### Bug Fixes

* **spawn:** spawn ANTs with a custom ANT module instead of aos module ([2359b5b](2359b5b))
* **test:** double test timeout ([4a52b81](4a52b81))

### Features

* **io:** fetch historical epoch data from gql ([b627d55](b627d55))
# [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))
# [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))
dtfiedler and others added 11 commits January 15, 2025 00:20
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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants