go-iost
go-iost copied to clipboard
Official Go implementation of the IOST blockchain
Attempt to vote for a producer without enough balance to cast that vote ``` iwallet --account metanyx system vote metanyx 99999 ``` Error is unhandled stack trace ``` running action...
1. Register producer 2. Unregister producer 3. register same or new producer It appears you can not register, unregister and re-register the same or a new producer ``` full error...
Uncaught exception when attempting to create an account without enough balance To create ``` iwallet account create test9999 --account nobalanceaccount ``` Stacktrace ``` "message": "running action Action{Contract: auth.iost, ActionName: signUp,...
in local server, update error ``` iwallet --account testuser3 publish --update helloworld.js helloworld.abi ContractEtD1q8XA3qiLmojuY4XfZVXJyMFZbHnwixUucD5DqaGE ``` Transaction executed err ERROR: running action Action{Contract: system.iost, ActionName: updateCode, Data: ["{\"ID\":\"ContractE6YZDg8YmSFM5hGgcg6t... error: update refused...
According to current design of PoB there is a limit of 10 times the Vote count for servi balance https://medium.com/iost/introducing-pob-how-to-design-a-more-decentralized-consensus-bfe2ff82b485 > 2. In most cases the candidate with the most...
unregister a producer who that is not registered command ``` iwallet --account jerkyrs system unregister HyzGVMTTbo6N3hYhaQdFV7kpMMTNeookmjXXy2MmZLy ``` Error ``` exec tx failed: running action Action{Contract: vote_producer.iost, ActionName: applyUnregister, Data: ["jerkyrs"]}...
apply as a producer then attempt to apply again, ``` exec tx failed: running action Action{Contract: vote_producer.iost, ActionName: applyRegister, Data: ["metanyx","HyzGVMTTbo6N3hYhaQ... error: Uncaught exception: E rror: producer exists at _default_name.js:144:48...
Error seen when a user with same handle is attempted to be created again, this should be handled gracefully ``` " failed, status &{4 running action Action{Contract: auth.iost, ActionName: signUp,...
Are the nodes using local time of server, i can see it is in Unix Epoch time, what is repercussion of incorrect time on server. Many virtual machines will use...
Attempt to exchange for rewards twice in a day ``` iwallet --account metanyx call "bonus.iost" "exchangeIOST" '["metanyx", "1000"]' ``` Stacktrace ``` the transaction hash is: 35CyBj3NZ8gb8bnBWZmz4kd4NmVXrHXms5R1HvYu5ekm result not ready, please...