Jorge S. Cuesta

Results 12 issues of Jorge S. Cuesta

With this fix always next is called. Maybe it satisfy follow issue: https://github.com/fzaninotto/mongoose-lifecycle/issues/2

**Describe the bug** hmy_syncing & hmyv2_syncing (v1 & v2) based on the documentation should work like eth_syncing, when the node is syncing, it should return a result key with an...

- Added /v1/query/unconfirmedtxs - returns unconfirmed transactions following blocktxs params (page & per_page) and blocktxs response - txs are decoded following same blocktxs format (hash + stdTx) - Added /v1/query/unconfirmedtx...

enhancement

**Please explain your change in detail.** Expose 2 endpoints that allow user to query unconfirmed transactions, without need to use or understand tendermint layer. 1. List unconfirmed transactions using same...

proposal

**Please explain your change in detail.** Add and "status" or "health" endpoint that provide fast results of the state of the node, like for example if is catching up or...

proposal

**Please explain your change in detail.** Create a new routes under /v2 for: * Every existent endpoint will be replicated with: * structured and normalized params * structured and normalized...

proposal

**Is your feature request related to a problem? Please describe.** Currently the only way to list all the accounts is query /v1/query/state and read from there. **Describe the solution you'd...

enhancement

Hi! thanks for this library is really util! I have just a little question, is some way that maybe you could update it to work with the new React 16...

Hi @newbreedofgeek can you add a way to make that Next Button be disabled before component report a valid state?

UpVotes Needed

**Describe the bug** /v1/private/stop endpoint does not return a response code. https://github.com/pokt-network/pocket-core/blob/staging/app/cmd/rpc/client.go#L135 **To Reproduce** Steps to reproduce the behavior: 1. Start a Node 2. Call /v1/private/stop with authtoken 3. Never...

bug