Highlights
- Arctic Code Vault Contributor
Popular repositories
-
-
-
-
Forked from haskell/bytestring
An efficient compact, immutable byte string type (both strict and lazy) suitable for binary or 8-bit character data.
Haskell
-
-
1,784 contributions in the last year
Less
More
Contribution activity
March 2021
Created 14 commits in 3 repositories
Created a pull request in input-output-hk/cardano-node that received 5 comments
Use RTS --disable-delayed-os-memory-return by default for the node
By default on Linux the RTS uses a fast method of returning memory to the kernel. This fast method allows the kernel to free the memory lazily when…
+6
−2
•
5
comments
Opened 1 other pull request in 1 repository
input-output-hk/ouroboros-network
1
open
Reviewed 24 pull requests in 3 repositories
input-output-hk/cardano-node 12 pull requests
- Use a single -with-rtsopts option
- Fix location of changelog message.
- Block propagation metrics.
- Automagically determine the era of cli queries
- Use RTS --disable-delayed-os-memory-return by default for the node
- Modify submit-api to accept cbor transactions instead
- Release 1.26.0
- Updating cardano-ledger
- Update fromShelleyAddr to also require a ShelleyBasedEra parameter
- Re-export chain sync client definitions
- Modify tip cardano-cli query to also return the current epoch
- Add technical writers to CODEOWNERS
input-output-hk/ouroboros-network 11 pull requests
- Updated README with links to the official Cardano documentation
- consensus: clarify stability of Debug queries in their comments
- Use the haTimeLimits on the server side.
- Remove problematic apt-get repository
- NodeToNode and NodeToClient handshake protocol timeouts
- Updating cardano-ledger
- Fixed images not rendering
- network: add headerForgeUTCTime field to BlockFetchConsensusInterface
- p2p-governor: fix various P2P governor bugs (with tests)
- io-sim-classes: TVar's Eq instance
- Make addTime right associative.