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 v0.15.8 #840

Merged
merged 7 commits into from
Nov 22, 2024
Merged

Release v0.15.8 #840

merged 7 commits into from
Nov 22, 2024

Conversation

zoeyTM
Copy link
Contributor

@zoeyTM zoeyTM commented Nov 22, 2024

0.15.8 - 2024-11-22

Fixed

  • transactions command now properly serializes bigint values, @zoeyTM (#837)
  • Additional validations added for global parameters, @kanej (#832)

zoeyTM and others added 7 commits November 20, 2024 03:59
* fix: add additional validation for global parameters

Default values for parameters masked the test cases for our global parameters
feature.

This commit adds additional tests for parameters without default values and
enhances the validations to support Global Parameters as an option.

* fix: use global params where other module params exist

If there is a parameter defined in Global parameters,
and a different parameter defined at the module level,
we were failing to find the global parameter.

This has been fixed with a more explicit lookup in
`resolveModuleParameter`. Two tests have been added
to check module param lookup where a different global
parameter exists, and global parameter lookup where
a different module parameter exists.

* refactor: pull out shared validation code

Pull out the shared validation resolution code for module/global/default value
resolution for module parameters.

Fixes #834
To ensure we work with nested parameters we use a replacer function on
stringify, rather than swapping out individual params.
fix serialization of bigints in transactions command
Update the packages versions and changelogs for the `0.15.8 -
2024-11-22` release.
@zoeyTM zoeyTM merged commit 4498a33 into main Nov 22, 2024
5 checks passed
@zoeyTM zoeyTM deleted the release/2024-11-22 branch November 22, 2024 08:09
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