Alfredo Garcia

Results 102 issues of Alfredo Garcia

while writing documentation to the plugin: https://github.com/oxarbitrage/worker-proposals/blob/master/es_objects.md i found 3 points that need attention and fixes: - [x] Balance tracking, change to `account_balance`. - [ ] Limit order tracking, when...

plugin
documentation

https://github.com/bitshares/bsips/blob/master/bsip-0047.md Implemented following bsip specs but some things were changed. Most notably this implementation is not storing votes for each referendum categories in additional account object fields by filtering but...

hardfork

## Motivation Zebra currently send height 0 in the `start_height` field of the `Message::Version`. This works protocol wise but DNS seeders expect a height here to classify peers. Resolves https://github.com/ZcashFoundation/zebra/issues/4875...

C-bug
P-Medium :zap:
A-network

## Motivation Just positing for questions. Related to https://github.com/ZcashFoundation/zebra/issues/4734 [TBA] ## Solution [TBA] ## Review [TBA] ### Reviewer Checklist - [ ] Code implements Specs and Designs - [ ]...

P-Medium :zap:

Attempt for https://github.com/zcash/zips/issues/365

If merged, will close https://github.com/zcash/zcash/issues/4549 ``` $ ./src/zcash-cli -regtest help z_removeaddress z_removekey Removes related entires of address from wallet. Arguments: 1. "address" (string) Address to remove. 2. permanent (bool, optional,...

A-rpc-interface

For issue https://github.com/zcash/zcash/issues/4294 Adding transparent pool to RPC calls(`getblock` and `getblockchaininfo`).

Closes https://github.com/zcash/zcash/issues/4279 Replaces https://github.com/zcash/zcash/pull/4414 2 new debug categories: - `balanceunsafe`: Will print messages to the log when balance in any address owned by the wallet changes, ex: " Balance changed...

A-wallet
I-privacy
A-logging

Attempt to resolve https://github.com/zcash/zcash/issues/1952 by adding a new `-asyncwait` option to wait for the response for 3 asynchronous operations(`z_shieldcoinbase`, `z_mergetoaddress` and `z_sendmany`).

Closes https://github.com/zcash/zcash/issues/4394 and https://github.com/zcash/zcash/issues/4429 if merged.

A-wallet
I-performance
use case
A-rpc-interface