Greg Hill
Greg Hill
Signed-off-by: Gregory Hill Closes #27
https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics
https://github.com/cosmos/ics/tree/master/spec/ics-003-connection-semantics
In ewasm, we expect the first execution of `main()` to return the full bytecode. In the case of the evm, if no code is returned then we throw an error...
In a couple of the [test steps](https://github.com/hyperledger/burrow/blob/master/.github/workflows/test.yaml) that require docker builds we pull in our go dependencies twice. We should ideally vendor these first and reuse to speed up the...
In order to preserve the outer dynamics of the web3 interface we have to change the representation of token values, state hashes and keys. It would be nice if these...
We currently have a generic make target that pulls in the latest protobuf dependencies - documented [here](https://hyperledger.github.io/burrow/#/developers?id=grpc-and-protobuf). To prevent competing updates to our auto-generated code we should be more explicit....