Arya
Arya
> It seems to suggest supporting websocket but maybe not http/1.1. Is that acceptable? (I really don't understand this area very well.) That would be ideal, I'm not sure if...
> > It seems to suggest supporting websocket but maybe not http/1.1. Is that acceptable? (I really don't understand this area very well.) > > That would be ideal, I'm...
@Mergifyio refresh
I'll try using [Cargo's artifact dependencies](https://doc.rust-lang.org/nightly/cargo/reference/unstable.html#artifact-dependencies) on nightly for zebra launcher first, it'll be easier to compile versions with various feature combinations that way than compiling all of those binaries...
> I wonder if there is an opportunity to do this at the same time as #8155 Yep, the orchard batch validator currently expects action bundles where Zebra provides circuit...
> Note: During the Arborist call, there was a suggestion to move this code to the `zebra-utils` crate as a new binary instead of a new zebrad command. It would...
We need to check that zebra's lookahead limit is at least as high as the one in zcashd so that it can handle as many unordered blocks as can be...
How urgent is this? I can take a look after we merge #9494. ## Possible Design - ~Add an `indexer-rpcs` feature to `zebra-state`~ (Update: We're planning to remove that feature)...
It looks like [shielded inputs must already be mined](https://github.com/ZcashFoundation/zebra/blob/send-tx-errors/zebra-state/src/service/check/anchors.rs#L32-L48), so allowing spends from utxos in the mempool when verifying mempool transactions will be enough, though that may still be tricky,...
https://github.com/ZcashFoundation/zebra/pull/9647 seems better, I think we should commit to merging that one and close this one.