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

Prep for patch release 0.32.1 #1192

Merged
merged 2 commits into from
Oct 5, 2023
Merged

Prep for patch release 0.32.1 #1192

merged 2 commits into from
Oct 5, 2023

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Oct 5, 2023

This is a patch release, mainly to deploy the fix #1191, which resolves an issue around codegen when runtime API definitions have an argument name "_".

We also expose an API, api.blocks().at(block_hash).account_nonce(account_id), which allows one to obtain the account nonce for some account at any block hash, and not just at the latest finalized block hash as is possible via api.tx().account_nonce(..).

The main changes are:

  • fix for when runtime API field name is _ (#1191)
  • allow getting account nonce at arbitrary blocks, too (#1182)
  • chore: improve some error messages (#1183)

@jsdw jsdw requested a review from a team as a code owner October 5, 2023 15:04
Copy link
Collaborator

@lexnv lexnv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@jsdw jsdw merged commit 761fee0 into master Oct 5, 2023
10 checks passed
@jsdw jsdw deleted the release-v0.32.1 branch October 5, 2023 17:31
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.

3 participants