Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

cculianu/Fulcrum

cculianu pushed 1 commit to master cculianu/Fulcrum
  • Small nit: Controller::zmqTopicStop no longer needs to be a "slot" It is no longer being used as a direct slot, but ... 6aab520

View on GitHub

cculianu pushed 1 commit to master cculianu/Fulcrum
  • Follow-up: remove some un-needed typedefs Since these typedefs were only used in 1 place and never referred to again... 6737bd4

View on GitHub

cculianu deleted a branch cculianu/Fulcrum

zmq_pubhashtx

cculianu pushed 1 commit to master cculianu/Fulcrum
  • ZMQ: Add optional support for "pubhashtx" ZMQ message from bitcoind (#262) * Added zmqhashtx support for evaluation.... 60e02f0

View on GitHub

cculianu closed a pull request on cculianu/Fulcrum
ZMQ: Add optional support for "pubhashtx" ZMQ message from bitcoind
- Requires that bitcoind be configured with ZMQ pubhashtx enabled, e.g. `-zmqpubhashtx=tcp://*:9332` (where 9332 here is any port). - By default, even if bitcoind has this `pubhashtx` ZMQ notifica...
cculianu opened a pull request on cculianu/Fulcrum
ZMQ: Add optional support for "pubhashtx" ZMQ message from bitcoind
- Requires the bitcoind be configured with ZMQ pubhashtx enabled, e.g. `-zmqpubhashtx=tcp://*:9332` (where 9332 here is any port). - By default, even if bitcoind has this ZMQ notification enabled,...
cculianu created a branch on cculianu/Fulcrum

zmq_pubhashtx - A fast & nimble SPV Server for BCH, BTC, and LTC

cculianu pushed 10 commits to master cculianu/Fulcrum
  • Added C++20 operator<=> for some types and modernized some comparison ops Also added some tests for comparison ops t... 180256d
  • More fixups and C++20 modernization f7365d2
  • More C++20-related cleanup (mostly operator<=> stuff) 606b19c
  • More C++20 <=> fixups a2ddf0c
  • More nits and tweaks (C++20 related) 6cd3314
  • Follow-up: add constexpr for Amount::operator<=> 1ca9592
  • More C++20 nits and tweaks cec9567
  • Some nits to uint256 tests Uninitialized tests: Check both the storage buffer and the uint256 at the same time for b... ce7b40d
  • Misc nits and tweaks to the bitcoin/ sources Made some stuff constexpr and/or noexcept, cleaned up some c'tors, avoi... 37d2de7
  • More misc nits e654130

View on GitHub

peername created a comment on an issue on cculianu/Fulcrum
closing

View on GitHub

peername closed an issue on cculianu/Fulcrum
Retrieving the Last n Transactions from a Scripthash
I need to retrieve the last _n_ transactions associated with a given _scripthash_. However, with the current pagination options in blockchain.scripthash.get_history, this isn't possible. Some addre...
peername created a comment on an issue on cculianu/Fulcrum
I now realize that paging is based on block height, not transaction count. Even if I know the total number of transactions, I won't be able to retrieve the most recent ones again. I'm closing the i...

View on GitHub

peername opened an issue on cculianu/Fulcrum
Retrieving the Last n Transactions from a Scripthash
I need to retrieve the last _n_ transactions associated with a given _scripthash_. However, with the current pagination options in blockchain.scripthash.get_history, this isn't possible. Some addre...
rnbrady created a comment on an issue on cculianu/Fulcrum
One Electrum request per HTTP request and per connection. For subscriptions use SSE, which should automatically disable pipelines. For all other requests `Connection: close` which should disable ...

View on GitHub