Andrew Toth

Results 216 comments of Andrew Toth
trafficstars

@furszy thank you for the review. Sorry I forgot to address your nits on this rebase. Will do them if I have to rebase again.

@sr-gi thank you for your review! > that we should followup this with sending NotFounds for all the blocks that we are unable (or unwilling) to provide After https://github.com/bitcoin/bitcoin/pull/28120 I...

I wrote a crate that provides `Serialize` and `Deserialize` for `Uri` as well as the other types from this crate. It also allows wrapping in `Option`, `HashMap`, and other `std::collection`...

I wrote a crate that lets you serialize and deserialize Request and Response types, as well as the rest of the types. https://crates.io/crates/http-serde-ext

I wrote a crate that makes all serde types serializable (including Request/Response) as well as wrapping in Option and other `std::collection` types. https://crates.io/crates/http-serde-ext

This is public? We shouldn't really make this public unless it's actively maintained.

Should be fixed by https://github.com/casey/ord/pull/1516.

https://github.com/casey/ord/pull/1516 will fix these errors since blocks will no longer be requested through RPC.

This will also let us fee bump or cancel/replace an inscription for much cheaper. If you want to replace an unconfirmed commit tx you have to pay the entire fee...