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

Combine full extrinsic and signature creation #96

Merged
merged 3 commits into from
Oct 4, 2024

Conversation

valentunn
Copy link
Member

@valentunn valentunn commented Oct 3, 2024

Combine full extrinsic and signature creation into one (lazy) computation so both can be obtained with just one signing. Currrently there is no easy way to obtain them separately with a single underlying signing

Breaking changes:

ExtrinsicBuilder.build() -> ExtrinsicBuilder.buildExtrinsic().extrinsicHex
ExtrinsicBuilder.buildSignature() -> ExtrinsicBuilder.buildExtrinsic().signatureHex

@valentunn valentunn changed the title Feature/build extrinsic Combine full extrinsic and signature creation Oct 3, 2024
@valentunn valentunn merged commit 132aeb5 into develop Oct 4, 2024
1 check passed
@valentunn valentunn deleted the feature/build_extrinsic branch October 4, 2024 07:35
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.

1 participant