You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.
I don't need the specific order of each transaction where I don't set the nonce value. Can I use the internal nonce count to padding each transaction in the block? The nonce will be arranged properly in geth that I don't need to set for each transaction when the order is not important for my program.
System info: [Include Ethermint commit, operating system name, and other relevant details]
Ethermint: tags
v0.2.0
Ubuntu 18.04 64bit
Steps to reproduce:
make install
./init.sh
ethermintcli rest-server --laddr "tcp://localhost:8545" --unlock-key mykey --chain-id "ethermint-1"
LOOP
,ADDR_FROM
,IPADDR
).Expected behavior: [What you expected to happen]
receive all transaction receipts.
Actual behavior: [What actually happened]
sometime fail receive transaction receipts but not detect error.
ethermintd log:
Additional info: [Include gist of relevant config, logs, etc.]
Ethermint v0.1.0 too.
If the value of
LOOP
is small(1~3), it is often successful.The text was updated successfully, but these errors were encountered: