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 Aug 2, 2022. It is now read-only.
It was tested on the master branch on April 4 and dawn 3.0 release.
when sending from the cleos query: cleos push action account action '[]' -p tester
the node falls with error:
thread-0 main.cpp:1158 main ] Failed with error: read_until: End of file (13)
read_until: End of file:
And further start of the node is not possible without resynchronization. It can also kill a remote node.
ATC
cd eos/build
./tests/nodeos_run_test.py --dont-kill -v
programs/cleos/cleos --host localhost --port 8888 --wallet-host localhost --wallet-port 8899 push action -j currency transfer '[]' --permission currency@active
(Ensure that both nodeos processes are still running)
The text was updated successfully, but these errors were encountered:
It was tested on the master branch on April 4 and dawn 3.0 release.
when sending from the cleos query:
cleos push action account action '[]' -p tester
the node falls with error:
And further start of the node is not possible without resynchronization. It can also kill a remote node.
ATC
cd eos/build
./tests/nodeos_run_test.py --dont-kill -v
programs/cleos/cleos --host localhost --port 8888 --wallet-host localhost --wallet-port 8899 push action -j currency transfer '[]' --permission currency@active
(Ensure that both nodeos processes are still running)
The text was updated successfully, but these errors were encountered: