Highlights
- Arctic Code Vault Contributor
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
Popular repositories
2,284 contributions in the last year
Activity overview
Contribution activity
November 2020
Created 4 commits in 2 repositories
Opened 3 pull requests in 3 repositories
input-output-hk/cardano-repo-tool
1
merged
input-output-hk/cardano-db-sync
1
merged
input-output-hk/iohk-nix
1
open
Reviewed 8 pull requests in 3 repositories
input-output-hk/cardano-node 5 pull requests
input-output-hk/cardano-base 2 pull requests
erikd/http-proxy 1 pull request
Created an issue in input-output-hk/cardano-db-sync that received 5 comments
Odd mismatch between reward table and block table
This is incredibly similar to #361.
On mainnet:
cexplorer=# select reward.* from pool_hash inner join reward on reward.pool_id = pool_hash.id where…