release: @parity/truapi 0.4.0#279
Merged
Merged
Conversation
Ship the CoinPayment host API (RFC 0017) and the shared-core-wire changes. - Add the coinPayment client namespace and its Versioned* wire types (wire IDs 136-160), reverted before 0.3.2 and now intentionally shipped. - CallError<D> decodes to a tagged CallErrorValue<D> union; the Transport.truapiVersion field is removed and codecVersion deprecated. - Bump package.json + Cargo.toml to 0.4.0, drop the two changesets already released in 0.3.2, backfill the 0.3.2 CHANGELOG entry, and crystallize the explorer 0.4.0 wire snapshot. Does not touch @parity/truapi-host (0.1.0, released separately).
Imod7
approved these changes
Jul 15, 2026
Keep host releases aligned with the TrUAPI version and publish only the package named by each release commit.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Release: @parity/truapi 0.4.0
First
@parity/truapirelease since0.3.2. Ships the CoinPayment host API (RFC 0017) plus the shared-core-wire changes that accumulated onmain, and carries breaking changes to theCallErrorcodec and theTransportsurface.Full detail in
js/packages/truapi/CHANGELOG.md.Bumps
package.json+Cargo.tomlto0.4.0and crystallizes the explorer0.4.0wire snapshot.