Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support for IPv6 and logging of event counters #3

Merged
merged 8 commits into from
Mar 19, 2019
Merged

Conversation

larskuhtz
Copy link
Contributor

No description provided.

src/Chainweb/Counter.hs Show resolved Hide resolved
src/Chainweb/Counter.hs Show resolved Hide resolved
src/Chainweb/HostAddress.hs Show resolved Hide resolved
src/Chainweb/HostAddress.hs Show resolved Hide resolved
@@ -286,7 +286,7 @@ peerConfigHost = peerConfigAddr . hostAddressHost
defaultPeerConfig :: PeerConfig
defaultPeerConfig = PeerConfig
{ _peerConfigAddr = HostAddress localhost 0
, _peerConfigInterface = fromString "0.0.0.0"
, _peerConfigInterface = fromString "*"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pinging @gregorycollins for good measure.

@larskuhtz larskuhtz merged commit 52c7aea into master Mar 19, 2019
@larskuhtz larskuhtz deleted the lars/ipv6 branch March 19, 2019 00:35
mightybyte added a commit that referenced this pull request Feb 14, 2021
chessai pushed a commit that referenced this pull request Jun 27, 2024
cas batch calls for RocksDbTable
chessai pushed a commit that referenced this pull request Jun 27, 2024
chessai pushed a commit that referenced this pull request Aug 6, 2024
See convention #3 at http://code.google.com/p/leveldb/source/browse/include/leveldb/c.h
The *errptr must be NULL, but previously that was not always so, because Haskell alloca, while allocates memory, does not zero-fill it.
chessai pushed a commit that referenced this pull request Aug 6, 2024
See convention #3 at http://code.google.com/p/leveldb/source/browse/include/leveldb/c.h
The *errptr must be NULL, but previously that was not always so, because Haskell alloca, while allocates memory, does not zero-fill it.
chessai pushed a commit that referenced this pull request Nov 13, 2024
chessai pushed a commit that referenced this pull request Dec 10, 2024
cas batch calls for RocksDbTable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants