Chris Meisl
Chris Meisl
To support easier integration with TypeScript projects.
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...
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`,...
Dependency on server supporting stuck transaction state.
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...
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...