Liqun
Liqun
@OMGZui Nice work! works on mac os.
I came across this problem due to the gas estimation is not very accurate, so even though my user operation is included to a bundle transaction and then mined and...
I'm still investigating on this. It's actually on a EVM compatible chain, which doesn't provide `debug_traceCall` yet. I will keep you updated what you may concern.
Well, I am facing a gas estimation problem and try to figure out how this estimation works. So take a few moment to check the codes, but I didn't try...
Yes, `opts.Batch` is intialized to be `ctx.Batch` at fist, and`ctx.Batch` then is assigned to a new slice after ctx.MarkOpIndexForRemoval, so `ctx.Batch` is updated with new user operations, but I'm pretty...
@fwhappy Hi, you can try the eSpace filter API through our `confura` service: `curl -X POST --data '{"jsonrpc":"2.0","method":"eth_newPendingTransactionFilter","params":[],"id":73}' -H "Content-Type: application/json" https://evm.confluxrpc.com` Please be minded core space filter API support...
@fwhappy yes, you should config `poll_lifetime_in_seconds` to some non-zero time duration to turn on the filter API. You can config this parameter like tcp timeout as how long the established...
As seen in PR #519
@AlexCheema That sounds a good idea, I'll handle that.