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
{{ message }}
This repository was archived by the owner on Nov 30, 2022. It is now read-only.
60f51d9 Implements Read on HexIterator (Riccardo Casatta)
Pull request description:
This would allow deserializing objects without allocating the intermediate byte vector like:
```
let tx = Transaction::consensus_decode(HexIterator::new("....").unwrap()).unwrap()
```
Especially useful for libraries like rust_bitcoincore_rpc in places like this https://github.com/rust-bitcoin/rust-bitcoincore-rpc/blob/54a427f2e45b0b8712d44a6995f6a03ad5f961f8/client/src/client.rs#L322-L326
CI is failing on my repo I think for an unrelated reason I am not fully grasping at the moment, @JeremyRubin could you have a look?
ACKs for top commit:
apoelstra:
ACK 60f51d9
Tree-SHA512: 66a25cf3123c1a5d102fc80bdc9147fd2b2ebd0c9936380e00df542f9d9044af7f1522cbcb6eb5ba0241cb93c711e171f485faf236c70580cf01321433e5a9ed
0 commit comments