teor
teor
> On Friday, I started a full-sync using beta 14 with the following times: > > * from genesis to block 1705779 (~95.019% of the block chain): 5 hours and...
Zebra's performance is good enough for now, so this is a low priority.
@mergifyio update
Here are our mempool-related lock time questions, which are not as urgent: - What block time should we use for mempool transactions? - Should Zebra reject mempool transactions that are...
Here's what `zcashd` does, but these are all standard rules, so Zebra is free to accept additional transactions. > Here are our mempool-related lock time questions, which are not as...
Here's what we found in the `zcashd` code: > * Transparent inputs' sequence numbers seem to determine if a lock time is enabled or disabled. What happens to transactions that...
> I think the rule is that lock times are only enabled if there is at least one sequence number that is **not** `u32::MAX`. (It's so confusing!) Thanks, I've edited...
We're getting closer to the release candidate series, so this is a medium priority now.
Attracting external developers is not one of the goals of the release candidate, so this is a low priority.
We might also want to consider re-using existing types from the `orchard` and `librustzcash` crates, particularly after they are updated for ZSAs.