Highlights
Block or Report
Block or report jonatack
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
-
-
-
kraken_ruby_client Public
A Ruby API wrapper for the Kraken cryptocurrency exchange. Emphasis on speed, simplicity & minimal dependencies. Ruby 2.4-2.7.
1,561 contributions in the last year
Less
More
Contribution activity
January 2022
Created 2 commits in 2 repositories
Created a pull request in bitcoin/bitcoin that received 6 comments
refactor: add thread safety lock assertion to WriteBlockIndexDB()
New helper function BlockManager::WriteBlockIndexDB() added in #23974 has a thread safety lock annotation in its declaration but is missing the cor…
+1
−0
•
6
comments
Reviewed 6 pull requests in 1 repository
bitcoin/bitcoin
6 pull requests
- rpc: getblockfrompeer followups
- net: open p2p connections to nodes that listen on non-default ports
- Make blockstorage globals private members of BlockManager
- Use Sock in CNode
- test, refactor: add GetTransaction() coverage, improve rpc_rawtransaction
- Guard CBlockIndex::nStatus by cs_main, require GetBlockPos/GetUndoPos to hold cs_main