Chris Meisl

Results 6 issues of Chris Meisl

To support easier integration with TypeScript projects.

enhancement

Back-end now sends a `txDropped` when a transaction is no longer in the mempool and not replaced (speedup/cancel) or added to a block. Note that this feature is not necessarily...

enhancement

If a transaction is processed on chain and fails due to lack of gas, it will be reverted. Currently this would trigger a `txFailed` message. Add a new message, `txOutOfGas`,...

enhancement

Dependency on server supporting stuck transaction state.

enhancement

If a transaction is stuck in the mempool, give user ability to un0stick it. This includes speedup/cancel support. Consider how to handle a nonce gap causing a tx to be...

enhancement

Although client can reconnect to server websocket and pick up where it left off with in progress notifications, only new notifications are shown. Provide a new API to get the...

enhancement