Alfredo Garcia
Alfredo Garcia
This idea ended up being a dependency nightmare. I started by enabling the tor support by reversing the changes that were done to zebra-network Cargo.toml in https://github.com/ZcashFoundation/zebra/pull/5481 Initially started by...
I don't remember exactly but i found an error on my notes that might be helpful: ``` All possible versions conflict with previously selected packages. previously selected package `base64ct v1.0.1`...
> I'm a bit confused because it should be fine to have duplicate versions of base64ct. Duplicates aren't ideal but cargo and Rust usually deal with them just fine. What...
I think this is not that bad. If you are running Zebra with the elasticsearch feature enabled and there is no elasticsearch database running the node should stop. I think...
Another option can be something like: - check for the database server if the feature is enabled, log an error and keep a flag if needed. - if the feature...
Thanks! This is related to https://github.com/ZcashFoundation/zebra/issues/8280
> We could just support a single external address, but that makes dual-stack IPv4/IPv6 impossible. I think is a lot easier to do a single external address as having multiple...
> A single address is fine with me, thanks for looking into this. Ok, lets do this for now as my first impression is telling me it will be a...
I had been doing some research about this and i think the complexity depends on the fields needed. The `value_pools` field is available in level 1 verbosity and also in...
> The valueDelta field means "the change in the chain value pool", which is what your proof of concept is showing. > > The chainValue field is the total value...