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 upPinned
2,280 contributions in the last year
Contribution activity
November 2020
Created 54 commits in 11 repositories
Created 2 repositories
Created a pull request in regen-network/regen-ledger that received 9 comments
Add CLI for x/data
Fixes #131
fixes #152
Proposed Changes
Add CLI commands for Msg/{Sign,Anchor,Store}
Rename the Data query to ByCid to be more explicit
TODO:
Ru…
Opened 35 other pull requests in 13 repositories
cosmos/cosmos-sdk
11
merged
2
open
- CopyTx also copies timeoutHeight
- docs: Add REST endpoints migration guide
- Show height on legacy REST endpoints
- Fix legacy querying tx ("unregistered type" bug)
- Fix StatusCommand
- Update "Core Concepts" docs
- All Makefile proto commands use Docker
- CLI `migrate` command for x/{upgrade,params} proposals
- Convert Ledger secp256k1 privkey to proto.Message
- Fix creation of local RPC node in clientCtx
- Add support for TM secp256k1
- Small fixes in docs and error messages
- docs: Remove legacy Msg/queriers in "Basics" section
shootismoke/webapp
5
merged
reacherhq/backend
3
merged
amaurymartiny/check-if-email-exists
3
merged
reacherhq/webapp
2
merged
regen-network/regen-ledger
2
merged
shootismoke/common
1
merged
amaurymartiny/regen-js
1
open
amaurymartiny/shoot-i-smoke
1
closed
jonathandion/awesome-emails
1
open
amaurymartiny/config
1
merged
regen-network/Blockchain-Engineer-Challenge
1
merged
reacherhq/reacher-js
1
merged
Reviewed 66 pull requests in 4 repositories
cosmos/cosmos-sdk 51 pull requests
- cli: ParseCoin doesn't do normalize
- ADR 030: Authorization Module
- gRPC-gateway routes as alternative to legacy tendermint REST endpoints
- ADR 033: Inter-Module Communication
- Makefile: use docker run --rm whenever possible
- Fix QueryByEvents with multiple events and empty pagination request
- Fix CryptoCdc inconsistent
- docs: Add REST endpoints migration guide
- Mark accepted ADRs as accepted
- [docs]: Stargate migration guides
- Show height on legacy REST endpoints
- Bump Tendermint v0.34.0
- Fix legacy querying tx ("unregistered type" bug)
- types/Coin: compile and reuse Regexps to reduce massive RAM+CPU burn
- x/bank: Atlas Doc
- Bech32 PubKey: use protobuf in slashing keeper
- exclude *.pb.gw.go files from codecov.io report
- bump version git diff
- x/simulation: make signals channel buffered to avoid missing signals
- Convert Ledger secp256k1 privkey to proto.Message
- improve error messages for legacy rest endpoints
- counterParty -> counterparty
- build(deps): bump github.com/prometheus/common from 0.14.0 to 0.15.0
- cli: convert coins to smallest unit registered
- Fix upgrade store loader
- Some pull request reviews not shown.
regen-network/regen-ledger 13 pull requests
- Add grpc gateway annotations
- Add cli tests for `x/data`
- Use snake case for YAML encoding of proto fields
- Add API docs
- Bump min go version to 1.15
- Add script to generate proto docs
- Base docs content & layout improvements
- Clearer separation of tests & application logic
- Add CLI for x/data
- Add CosmWasm module to regen ledger
- Remove usage/naming of `gaia` / `XrnApp` / `simd`
- Eco-Credit Module Proof of Concept
- Data Module Proof of Concept Init
shootismoke/webapp 1 pull request
maxogden/menubar 1 pull request
Created an issue in cosmos/cosmos-sdk that received 5 comments
Queries don't return the latest height on legacy endpoints
Summary of Bug queries don't return the latest height on legacy endpoints (from @alexanderbez on discord) Version f02a462 Steps to Reproduce e.g. …