Greg Hill

Results 185 issues of Greg Hill

Signed-off-by: Gregory Hill Closes #27

https://github.com/cosmos/ics/tree/master/spec/ics-004-channel-and-packet-semantics

area/ibc

https://github.com/cosmos/ics/tree/master/spec/ics-003-connection-semantics

area/ibc

https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics

area/ibc

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...

bug/unconfirmed

See: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1884.md

area/evm

See: https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1344.md

area/evm

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...

bug/confirmed
area/test
type/good starter issue

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...

area/gateway
type/good starter issue

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....

area/documentation
type/good starter issue