8000 Implement fmt traits for ScriptBuf by tcharding · Pull Request #1596 · rust-bitcoin/rust-bitcoin · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Implement fmt traits for ScriptBuf #1596

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

Merged
merged 1 commit into from
Jan 31, 2023

Conversation

tcharding
Copy link
Member
@tcharding tcharding commented Jan 26, 2023

We can improve ergonomics of the script module by implementing the fmt traits on ScriptBuf, trivial because we can call through to the Script implementations.

Fix: #1585

We can improve ergonomics of the `script` module by implementing the
`fmt` traits on `ScriptBuf`, trivial because we can call through to the
`Script` implementations.
@tcharding tcharding force-pushed the 01-27-script-buf-fmt branch from 9da68ee to ed6f6d1 Compare January 31, 2023 06:48
Copy link
Collaborator
@Kixunil Kixunil left a comment

Choose a reason for hiding this comment

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

ACK ed6f6d1

Copy link
Member
@apoelstra apoelstra left a comment

Choose a reason for hiding this comment

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

ACK ed6f6d1

@apoelstra apoelstra merged commit ca902e6 into rust-bitcoin:master Jan 31, 2023
@tcharding tcharding deleted the 01-27-script-buf-fmt branch January 31, 2023 21:03
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.

ScriptBuf is missing Display, LowerHex, UpperHex
3 participants
0