Pili Guerra

Results 82 issues of Pili Guerra

## Motivation Mining pools use the `getblockhash` RPC method. https://zcash.github.io/rpc/getblockhash.html ## Requirements ## Testing - [ ] Snapshot the output of the RPC - [ ] Test calling the RPC...

## Motivation We would like mining pools to be able to use zebrad to: 1. generate a block template for mining, and 2. broadcast a newly-mined block to the Zcash...

C-enhancement
S-needs-triage
Epic

## Motivation The ["Architecture"](https://zebra.zfnd.org/dev/overview.html#architecture) section of the zebra book helps newcomers to Zebra to understand its different components. This has currently not been updated with details of zebra-rpc, zebra-node-services, or...

A-docs
C-enhancement
S-needs-triage

## Motivation Mining pools use the `getblocktemplate` RPC method. ### [`getblocktemplate`](https://zcash.github.io/rpc/getblocktemplate.html) - [getblocktemplate](https://zcash.github.io/rpc/getblocktemplate.html) - [parameters](https://github.com/viabtc/viabtc_mining_server/blob/4891c9ccbadc773919cbb3a53beca1b610fb6543/jobmaster/jm_job.c#L1089): - rules: segwit - not in Zcash - [fields](https://github.com/viabtc/viabtc_mining_server/blob/4891c9ccbadc773919cbb3a53beca1b610fb6543/jobmaster/jm_job.c#L409): - height - version - curtime...

## Motivation We want to test our RPCs against the software that uses them, to make sure we got the names, parameters, and fields correct. ## Proposed Solution We can...

**Is your feature request related to a problem? Please describe.** Whenever we have a Zebra stable release ready, some people will expect to find it from the main ZFND website....

C-enhancement
C-user-research

Currently there is no way to define a severity level for logging apisonator events. For customers with large numbers of requests, they can find that they are using a lot...

Let's ensure our CONTRIBUTING.md file is up to date and follows best practices. As part of this work we may also want to create PR templates for external contributors.

Using [Tauri](https://tauri.app/) will allow us to provide a simple GUI with a webview and an installer for Zebra. The initial implementation will cover: #### Devops: - [x] Setup CI for...