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 upHighlights
- Arctic Code Vault Contributor
Pinned
1,459 contributions in the last year
Activity overview
Contribution activity
August 2020
melekes has no activity
yet for this period.
July 2020
Created a pull request in tendermint/tendermint that received 14 comments
- libs/bits: inline defer and change order of mutexes
- v0.33.7
- rpc/client/http: log error
- docs: document canonical field
- docs: document ConsensusParams
- docs: add more details on Vote struct from /consensus_state
- v0.32.13
- state: revert event hashing
- docs: simplify choosing an ADR number
- proto: add a comment for Validator#Address
- consensus: only call privValidator.GetPubKey once per block
- rpc/jsonrpc/server: merge WriteRPCResponseHTTP and WriteRPCResponseAr
- privval: if remote signer errors, don't retry
- docs: EventAttribute#Index is not deterministic
- light: return if target header is invalid
- light: use bisection (not VerifyCommitTrusting) when verifying a head…
- proto/tendermint/abci: fix Request oneof numbers
- proto: change type + a cleanup
- abci/types: add comment for TotalVotingPower
- proxy: improve ABCI app connection handling
- evidence: don't stop evidence verification if one fails
- consensus: implement double sign risk reduction adr-051
- evidence: remove phantom validator evidence
- evidence: fix usage of time field in abci evidence
- abci: fix abci evidence types
- types: check if nil or empty valset
- blockchain: reuse channel variable
- consensus: added byzantine test, modified previous one
- light cli: add feature flags and save providers
- Docs update
- ADR: add missing numbers as blank templates
- types: validatebasic on from proto
- evidence: minor correction to potential amnesia ev validate basic
- add fixes for flaky tests
- Ensure that peers can't change IP of known nodes
- rpc: make gasWanted/Used snake_case
- libs: wrap mutexes for build flag with godeadlock
- jsonrpc: change log to debug
- docs: modify needed proto files for guides
- docs: tweak light client documentation
- light: use bisection (not VerifyCommitTrusting) when verifying a head…
- evidence: new evidence event subscription
- docs: added further documentation to the subscribing to events page
- light: fix rpc calls: /block_results & /validators
- evidence: json tags for DuplicateVoteEvidence
- Some pull request reviews not shown.
Created an issue in tendermint/tendermint that received 4 comments
lite2: /validators and /block_results return an error
#4931 (comment)
I met following error when I tested it.
curl -s "localhost:8888/block_results"
{ "jsonrpc": "2.0", "id": -1, "error": { "code": -32…
4
comments
- abci socket client: reqQueue fills up quickly
- evidence: remove phantom validator evidence
- light: modify VerifyX funcs to accept LightHeader
- privval: do not retry beyound the proposal/voting window
- light: if we're verifying towards invalid header, Client will exhaust all witnesses
- types: Add Hash: bool attribute to Event
- light/rpc: implement abci_query

