Albert Callarisa
Albert Callarisa
I'm running a validator with enough funds and mtokens to join the network with `--validate` and a `--deposit` bigger than the min deposit. When the node finds the network and...
Similar to #792, but also stops sync. --- This is a validator running in a EC2 box. When it starts, its account had 2e+24 mtokens and 1000000000000000000 kUSD. It starts...
During a e2e test I found randomly that the RPC node couldn't join the network. I didn't find anything obvious in the logs, I attach them here. [logs.zip](https://github.com/kowala-tech/kcoin/files/2289700/logs.zip)
### _Type_: Issue ### _What happened?_: After running the e2e tests many times, I got an error: ``` --- Failed steps: Scenario: Mining rewards: basic Given I have the following...
### _Type_: Issue ### _What happened?_: Running the e2e tests many times I got the following error: ``` --- Failed steps: Scenario: Mining rewards: basic When I transfer 10 mTokens...
We don't need to release a build when we merge into `master`, just when we tag a commit should do. /cc @yourheropaul
I've got an error when running `validator.stop()` in a running validator. The error happened in the genesis validator process. ``` ERROR[07-03|05:48:04] ########## BAD BLOCK ######### Chain config: {ChainID: 2 Engine:...
At the moment there's no authentication at all. Players just send their desired name and the server just makes sure it's not being used currently. At this point of development...
When a client connects to the client, they should interchange version numbers and only allow connections from the very same version. In the future this will change to allow patch...
the server should show a sort of REPL for server admins to interact with the running server.