William Hua

Results 8 comments of William Hua

Thanks for your report, could you please add what version of sequence.js you encountered this error on?

Also, can you try calling: ``` await wallet.sendSignedTransactions(signedTransactions) ``` directly to see if that resolves your issue?

Can you please try is copying this: https://github.com/0xsequence/sequence.js/blob/114d881a5125cdd2cf2faf9ec750397831fd3e3a/packages/relayer/src/rpc-relayer/index.ts#L189-L197. This code should give you `to` (the "to" address) and `input` (the calldata). (Replace `this` with your BaseRelayer if necessary.)

Thank you, `-Dnoscanout` worked for me as well. I only use a single AMD GPU though and my kernel version is 5.17.3. ![photo5967488485629737871](https://user-images.githubusercontent.com/17548/163653204-d2748a48-b056-4a8e-bbaf-22c719711b88.jpg)

https://github.com/tomlion/vim-solidity/pull/29

Thanks for the feedback! What I ended up doing instead is changing my `Error` type from `&'static str` to `i32`, with numeric error codes. I'm sure it must be non-trivial...

This check is also not effective because it happens after the transaction has been confirmed on-chain.