Hi. I am experiencing from a long time that transactions to harmony testnet does not go through using Metamsak and remains pending forever as well as does not reflect the tx pending in the explorer. Anyone with the same issue?
Jul 3, 2022, 9:39 PM
Yes, you are sending wrong values
Tx are signed and sended but forever pending
If you find tx on explorer show as non existent tx right?
Jul 3, 2022, 9:40 PM
Correct
Jul 3, 2022, 9:41 PM
I had the same issue on BSC and changing RPC fixed it maybe you could try that
Jul 3, 2022, 9:41 PM
Okay send me your function signature
Jul 3, 2022, 9:41 PM
I already changed the RPC but nothing.
Jul 3, 2022, 9:41 PM
Function name and parameters
And let me know which values you are sending
Don't be error from RPC, I know what is the issue
I was frustrated with this problem, I do my script using python, rust Golang and js
Same results, after long time I see is wrong values on parameters
Jul 3, 2022, 9:42 PM
.methods.MyFunction().send({
from: account,
maxFeePerGas: null,
maxPriorityFeePerGas: null }
from: account,
maxFeePerGas: null,
maxPriorityFeePerGas: null }
using web3.js
Jul 3, 2022, 9:43 PM
The function don't receive parameters ?
Jul 3, 2022, 9:43 PM
Nop
Jul 3, 2022, 9:44 PM
Okay, just remove max and max priority
Should works
Only set this values if you put numbers, but putting null EVM try handle NULL gas
And don't process tx
Jul 3, 2022, 9:45 PM
I´ll try. The first time it stopped working I added GasLimit: 8000000 and it worked but not anymore
Jul 3, 2022, 9:45 PM
Okay
Just remove
Jul 3, 2022, 9:45 PM
Thanks. I let you know
Jul 3, 2022, 9:46 PM
Ok thanks
Jul 3, 2022, 9:46 PM
Sorry.One more question. It is supposed Harmony testnet use legacy for tx fees instead of eip1559?
Jul 3, 2022, 9:50 PM
Yes
I think they use legacy, works ?
Jul 3, 2022, 9:58 PM
I tried not sending max fee and priority fee but did not work. Is a nightmare.😊
Jul 3, 2022, 10:05 PM
Oh my god
Send you template on a while
Jul 3, 2022, 10:35 PM