mdben
mdben
Hello, thank you for your work on sled, it looks really interesting. I figured I'd try sled as a replacement for rocksdb in openethereum client for storing blockchain data. Here...
Hi, before `v0.14.0` one could call something like `let _ = contract.query(...);` for contracts that had batch web3 transport to queue the request that was later sent with `submit_batch()`. But,...
Hello, I am trying to schedule a reconnect to a websocket server after the connection would be closed abnormally. I figured when receiving handler.on_close() or factor.connection_lost(), I could call sender.connect()...
When sending a raw transaction which contains access lists (ie, transaction type 01, EIP-2930) to https://relay.flashbots.net, method `eth_callBundle`, the relay returns error 400 with message `unable to decode txs`. Removing...