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 0.29.0 release #992

Merged
merged 2 commits into from
Jun 1, 2023
Merged

Prep for 0.29.0 release #992

merged 2 commits into from
Jun 1, 2023

Conversation

jsdw
Copy link
Collaborator

@jsdw jsdw commented Jun 1, 2023

I bumped the sp crates to their latest versions too. Notable changes:

Added

  • Add topics to EventDetails (#989)
  • Yew Subxt WASM examples (#968)
  • CLI subxt explore commands (#950)
  • Retain specific runtime APIs (#961)
  • Subxt Guide (#890)
  • Partial fee estimates for SubmittableExtrinsic (#910)
  • Add ability to opt out from default derives and attributes (#925)
  • add no_default_substitutions to the macro and cli (#936)
  • extrinsics: Decode extrinsics from blocks (#929)
  • Metadata V15: Generate Runtime APIs (#918) and (#947)
  • impl Header and Hasher for some substrate types behind the "substrate-compat" feature flag (#934)
  • add as_root_error for helping to decode ModuleErrors (#930)

Changed

  • Update scale-encode, scale-decode and scale-value to latest (#991)
  • restrict sign_with_address_and_signature interface (#988)
  • Introduce Metadata type (#974) and (#978)
  • Have a pass over metadata validation (#959)
  • remove as_pallet_extrinsic and as_pallet_event (#953)
  • speed up ui tests. (#944)
  • cli: Use WS by default instead of HTTP (#954)
  • Upgrade to syn 2.0 (#875)
  • Move all deps to workspace toml (#932)
  • Speed up CI (#928) and (#926)
  • metadata: Use v15 internally (#912)
  • Factor substrate node runner into separate crate (#913)
  • Remove need to import parity-scale-codec to use subxt macro (#907)

Fixed

  • use blake2 for extrinsic hashing (#921)
  • Ensure unique types in codegen (#967)
  • use unit type in polkadot config (#943)

@jsdw jsdw requested a review from a team as a code owner June 1, 2023 12:04
CHANGELOG.md Outdated Show resolved Hide resolved
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.

Amazing! 🎉

Copy link
Contributor

@ascjones ascjones left a comment

Choose a reason for hiding this comment

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

💪

CHANGELOG.md Outdated Show resolved Hide resolved
Co-authored-by: Alexandru Vasile <60601340+lexnv@users.noreply.github.com>
@jsdw jsdw merged commit 15a267c into master Jun 1, 2023
@jsdw jsdw deleted the release-v0.29.0 branch June 1, 2023 12:26
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