Alfredo Garcia

Results 141 comments of Alfredo Garcia

I have another list, i think is still to big so we might want to remove entire sections and/or dependencies individually: https://gist.github.com/oxarbitrage/033bcf655212dd3b57136d01e70ab472#file-zebra-deps-md From the [automatic list](https://github.com/oxarbitrage/cargo-tree-table/blob/main/outputs/zebra.md) i manually removed all...

I was talking about this with @teor2345 yesterday and we decided to make a pull request/beanch for this so different people can make changes. https://github.com/ZcashFoundation/zebra/pull/5395

This seems to be just the current tip of the blockchain but the [rpc method description](https://zcash-rpc.github.io/getblockcount.html) of the docs is not up to date: https://github.com/zcash/zcash/issues/2735#issuecomment-458252350

I remember creating a debian package was pretty easy https://github.com/ZcashFoundation/zebra/pull/927 but there were some concerns about this that i don't remember exactly what they were(security, privacy, ?). It was also...

It seems we have a few options here, not sure if they are written somewhere else. It seems we don't need this feature in `zebrad` at least until we make...

> we need to implement at least one rpc call before we can "hide it" behind a feature The PR https://github.com/ZcashFoundation/zebra/pull/5357 attempt to implement the `getblockcount` and the feature. `getblockcount`...

Why the optional tag was added if as far as i know it was decided we want to have the mining calls in a feature ? I think the optional...

The `do not merge` is enough here for knowing we can't merge into `main` for the release candidate. I removed the `optional` because i think it is not.

I highligthed the issue a bit more in https://github.com/ZcashFoundation/zebra/pull/5357/commits/b1a6918987ac09d44550350ef9be22511ba18a3e and added comments about it at https://github.com/ZcashFoundation/zebra/pull/5357#pullrequestreview-1141555004

Diffs are different because zcashd and zebrad are at different heights locally. ``` $ ./zcash-rpc-diff 6666 getblockcount Checking first node release info... Checking second node release info... Connected to zebrad...