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

Release:2024-01-25 #681

Merged
merged 7 commits into from
Jan 25, 2024
Merged

Release:2024-01-25 #681

merged 7 commits into from
Jan 25, 2024

Conversation

kanej
Copy link
Member

@kanej kanej commented Jan 25, 2024

0.13.2 - 2024-01-25

Fixed

  • Add memory pool lookup retry to reduce errors from slow propogation (#667)

Added

  • Improve Module API typescript doc comments to enhance intellisense experience (#642)
  • Support module parameters taking accounts as the default value (673)

zoeyTM and others added 6 commits January 8, 2024 13:56
In Infura and Alchemy we sometimes see transaction check errors due to submitted
transactions not propagating through the all the services nodes before the
subsequent checks.

This fix adds a retry for the subsequent checks. The retry operates over 10s.

Fixes #665, #633.
…ns (#674)

Add doc comments to the public module API to provide better intellisense to users writing modules.

Resolves #642
* moved errors to internal

* chore: remove alpha/beta tags from internal

* fix api extractor tags

* refactor: remove unneeded intermediary function

---------

Co-authored-by: John Kane <[email protected]>
Rework test coverage in `fullcheck` and apply it in github actions.
#679)

Allow Ignition modules to specify module parameters where the default value is an account runtime value:

```
const owner = m.getParameter<string>('owner', m.getAccount(0));
```

The module parameter type has been expanded to included Account Runtime Values, but user facing usages have been swapped for `SolidityParameterType`.

Tests have been added around reconciliation, validation and serialization.

Resolves #673
Update the packages versions and changelogs for the `0.13.2 -
2024-01-25` release.
@kanej kanej force-pushed the release/2024-01-25 branch from ff834a7 to 3400396 Compare January 25, 2024 20:33
@kanej kanej merged commit d8889a5 into main Jan 25, 2024
6 checks passed
@kanej kanej deleted the release/2024-01-25 branch January 25, 2024 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

2 participants