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,747 contributions in the last year
Activity overview
Contributed to
input-output-hk/cardano-db-sync,
input-output-hk/cardano-explorer,
input-output-hk/cardano-node
and 5 other
repositories
Contribution activity
July 2020
Created a pull request in yesodweb/persistent that received 4 comments
Add proper support for Word64
Previously when the schema used Word64 as the column type, Persistent
would would use SqlInt64 as the SQL representation which means that
Word64 va…
+38
−7
•
4
comments
- Support the release/1.15.x version of the node for Shelley
- Update dependencies
- Update dependencies
- cabal.project: Remove cruft
- Shelley: Fix prepresentation of PoolMetaData
- Shelley: Split the pool tabled into pool_hash and pool_update tables
- Update licensing information as per IOHK standard
- Update dependencies.
- Version 2.1.0
- Shelley: Add a deposit column to tx table
- Epoch: Fix the epoch update logic
- Remove last hardcoded references for epoch slots
- Add genesis create hedgehog test
- chairman: relax the default progress requirement by one slot more
- Remove cardano-shell dependency completely
- Fix Cardano CLI tests on MacOS:
- Improve output of Shelley calculate-min-fee command
- Remove cardano-shell dependency from cardano-node
- Bump version to 1.15.0 and update changelogs
- Yet more conversions to the new api
- Update dependencies on cardano-ledger-specs and ouroboros-network
Created an issue in yesodweb/persistent that received 3 comments
DB representation for `Word64` values greater than `maxBound :: Int64` are negative
Defining a column as Word64 and writing a value in the range [maxBoundInt64 +1 .. maxBoundWord64] results in a negative value (ie the Int64 bit pat…
3
comments

