Aneeque

Results 25 comments of Aneeque

>The previous structure also allowed the binary to be automatically named `juno` when one ran `go build ./cmd/juno/`. Now it's going to be `cmd` which is not idiomatic. See [reference](https://github.com/golang-standards/project-layout/tree/master/cmd)...

closing because of #359

@michaelkunzmann-sap Hi I am having trouble with setting up a network, can you please let me what commands you used to generate the genesis.json, static-nodes.json and node keys especially how...

Yes, I discovered the problem is [here](https://github.com/getamis/go-ethereum/blob/c7547381b2ea8999e423970d619835c662176790/eth/backend.go#L141-L144), the authors force set the node key as mining ether-base then this means the validators added in the genesis are not responsible for...

@abhayar please use this https://github.com/clearmatics/eth-private-network/tree/istanbul_private-network/istanbul

I think omitting file names and line numbers should only be done for Info messages. Any other message type should still include that information for debugging purposes.

In hindsight, I think it was not a good idea to add those comments as keeping them up to date is extra overhead. It would be better to just remove...