You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3a72c19 Remove dependency on bitcoin-internals (Tobin C. Harding)
27dbc0c types: Add std feature (Tobin C. Harding)
c62cb3b Use BTreeMap instead of HashMap (Tobin C. Harding)
Pull request description:
`master` is currently broken because the linter is warning because of a `std` feature (which is coming from our usage of `internals::write_err`).
We can fix this breakage after observing that calling macros from other crates is error prone. Lets copy the macro. On the way add a `std` feature and stop using `HashMap`.
This also allows the removal of the `internals` dependency. Sexy PR right here.
Close: rust-bitcoin#12
ACKs for top commit:
apoelstra:
ACK 3a72c19; successfully ran local tests
Tree-SHA512: 0780be153283a723e0ebd4addf686304071aff8b1884e25270f5067e199840c8aff10a48a6b0bfb9f6a92b47374b9f7ac2231e6402ce58f94ce862eae03b4c18
0 commit comments