Highlights
- Arctic Code Vault Contributor
- Pro
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
2,452 contributions in the last year
Contribution activity
August 2020
Created a pull request in cosmos/cosmos-sdk that received 15 comments
Add height in exported genesis
Description closes: #7018
Important changes
the initial_height field is correctly populated in the export command
the exported genesis is now mar…
+399
−82
•
15
comments
- Use encoding/json for genesis
- Implement gRPC Simulate endpoint
- Proto Auditing: Replace ID with Id
- Add GRPCBlockHeightHeader in clientCtx gRPC requests
- Put AccountSequence in SignerInfo
- Fix panics found by fuzzer
- Protobuf Audit: Genesis states
- Protobuf audit: Queries
- Add flag & toml config for gRPC server
- Fix Legacy API Server Client Context
- ADR 028: Public Key Addresses
- Register gRPC Gateway routes
- Update tm pubkey references
- Add swagger for gRPC REST
- Fix ApproxRoot Infinite Looping
- Add height in exported genesis
- Migrate pending cli queries to proto
- Make JSONMarshaler methods require proto.Message
- Fix GetValidators `status` param
- Bump github.com/magiconair/properties from 1.8.1 to 1.8.2
- gRPC gateway init
- Fix AfterImport and update black/white list variable namings
- swap codeowner ordering to follow github rules
- Bump github.com/gorilla/mux from 1.7.4 to 1.8.0
- Bump github.com/gorilla/handlers from 1.4.2 to 1.5.0
- fix hardcoded auth sims
- Fix skip confirm logic
- Update Command Text
- Propose ADR 027: Deterministic Protobuf Serialization
- Send Consensus Params during EndBlock
- fix proto tools
- Implement gRPC Simulate endpoint
- Protobuf audit: base package, module packages, tx/Msg's
- Migrate Tendermint PubKey types to the SDK
- Some pull request reviews not shown.
Created an issue in cosmos/cosmos-sdk that received 8 comments
Protobuf auditing: Use `customtype` everywhere instead of `casttype`
Summary of Refactor
In proto files, we use both customtype and casttype. We should use customtype everywhere.
Details
They are similar, from the d…
•
8
comments