David Tavarez

Results 9 issues of David Tavarez

I would like to offer two seed node to be included on the source code, one for the mainnet and the other one for the testnet: `mainnet.grin.punksec.de` for mainnet hosted...

I would like to filter the transaction list by block height. Right now, for `retrieve_txs ` we have this: ``` { "jsonrpc": "2.0", "method": "retrieve_txs", "params": { "token": "token", "refresh_from_node":...

you need to modify the parameters to like this public function decrement($field, $amount)

How did you figured out how to include `vte-sharp.dll` in your project? I'm always getting: `System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Reflection.TargetInvocationException: Exception has...

**Describe the bug** Very often node is PongMessage instead of HeadersMessage. **To Reproduce** Steps to reproduce the behavior: 1. Connect to a peer. 2. After handshake, request headers (GetHeaders). 3....

**Describe the bug** The node is crashing due "lack of space left" although 1.4 GB of free space is available. **Screenshots** But if I run: `df -h`.... **Desktop (please complete...

It would be nice to see more information of the node in the `health` section. Information like: Header and Network height, inbound and outbound connections and the status of the...

How do I implement it?

[Rendered text](https://github.com/davidtavarez/grin-rfcs/blob/manual-confirmation/text/0000-manual-confirmation.md). This is a proposal to add a new feature to give users the ability to decline an incoming transaction. **Unresolved questions** - Could it be true the default...