- 25 Dec, 2019 1 commit
-
-
Tom Zander authored
-
- 23 Dec, 2019 1 commit
-
-
Tom Zander authored
The FloweeJS component uses this class but requires the usage of the NodeJS 'main' thread. Which needs safe access to the jobs list at the same time the Flowee workers need access. Simple solution; add a mutex.
-
- 17 Dec, 2019 2 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
- 12 Dec, 2019 9 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
Also fix some compiler warnings
-
Tom Zander authored
This makes string comparisons much easier (a > 9, while 10 < 9).
-
Tom Zander authored
-
Tom Zander authored
This should make cmake finish for him too.
-
Tom Zander authored
Instead of asking for a block and reacting when we get a failure, this just uses the current height instead. This also makes 'flush' happen in each indexers' own thread, which should be good for performance.
-
Tom Zander authored
Ask the hub for the chain-length and when we processed the last block, immediately flush the data to the SQL DB. This makes use represent the whole world faster.
-
- 11 Dec, 2019 1 commit
-
-
Tom Zander authored
This should fix the issue where the NWM stopped listening due to us not calling the proper setupCallback() Also add some logging.
-
- 10 Dec, 2019 1 commit
-
-
Tom Zander authored
-
- 09 Dec, 2019 4 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
- 01 Dec, 2019 8 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
- 30 Nov, 2019 2 commits
-
-
Tom Zander authored
Make the UTXO search callback actually useful for more than tests. This passes all the data we have and what the user could want to use, also updating the receiver (bitcore-proxy).
-
Tom Zander authored
We have that info, it should be send.
-
- 29 Nov, 2019 6 commits
-
-
Tom Zander authored
Make the callback happen after we get the indexer status. Additionally, fix the issue where looking up a txid that failed would end up being recursive due to us copying the initially requested hash. Causing it to be a duplicate (which then fails etc).
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
Instead of exiting when no SQL DB is found, sleep for 5 seconds and try again.
-
Tom Zander authored
-
Tom Zander authored
Log IP of remote that tries to talk to us but doesn't know the protocol.
-
- 28 Nov, 2019 1 commit
-
-
Tom Zander authored
-
- 25 Nov, 2019 1 commit
-
-
Tom Zander authored
-
- 22 Nov, 2019 3 commits
-
-
Tom Zander authored
-
Tom Zander authored
Those should not be stored in the orphan cache, as the data is just wrong. Not missing. So also punish the sender, it won't ever be valid.
-
Tom Zander authored
An INV in some cases could lead us to reply with two transactions instead of one.
-