This project is mirrored from https://:*****@gitlab.com/FloweeTheHub/thehub.git.
Pull mirroring updated .
- 30 Aug, 2020 1 commit
-
-
justBCHit authored
information, but not in the "regular" docs. Enabling it works and creates a 'spent' directory.
-
- 26 Aug, 2020 8 commits
-
-
Tom Zander authored
Also print a line explaining which file the logs go to in case there is no config.
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
- 24 Aug, 2020 1 commit
-
-
Tom Zander authored
-
- 23 Aug, 2020 2 commits
-
-
Tom Zander authored
Update README See merge request FloweeTheHub/thehub!16
-
justBCHit authored
-
- 16 Aug, 2020 7 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
The typedef was an unsigned type, and comparisons failed.
-
Tom Zander authored
It becomes messy due to the usage of the compact form on block headers.
-
Tom Zander authored
Our max tx size has always been 100KB, the implementation rejected 100KB and above, though. This follows the major clients doing ths same.
-
- 13 Aug, 2020 5 commits
-
-
Tom Zander authored
-
Tom Zander authored
A not yet saved file has file-index zero, which is valid... Also check this state and allow deletion of rev zero.
-
Tom Zander authored
-
Tom Zander authored
If we are past at least 2000 blocks of the items stored in a data file we can delete the revert file and save a couple hundred megabytes of on-disk storage for every blk file.
-
Tom Zander authored
-
- 12 Aug, 2020 3 commits
-
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
This includes renaming some methods which makes the import look larger than it really is.
-
- 11 Aug, 2020 1 commit
-
-
Tom Zander authored
-
- 10 Aug, 2020 4 commits
-
-
Tom Zander authored
We seem to be having a LOT of p2sh double spends on mainnet today, which caused confusion with people reading the logs. This clarifies that the current version only supports p2pkh and we need more research to support others too.
-
Tom Zander authored
-
Tom Zander authored
-
Tom Zander authored
Small refactor; move the partition check away from main and the obsolete global variables we used to use, instead now just add it to the DB which owns the data it works on. This fixes the bug that in various cases we'd incorrectly get a warning about no blocks being found in the last N hours.
-
- 31 Jul, 2020 1 commit
-
-
Tom Zander authored
Code cleanliness nitpicking.
-
- 27 Jul, 2020 3 commits
-
-
Tom Zander authored
This mirrors the one in the Hub in that it returns the version of the Indexer running on the server.
-
Tom Zander authored
when user specified wrong offset, send them an error.
-
Tom Zander authored
When missing argument, return to peer a specific message
-
- 23 Jul, 2020 2 commits
-
-
Tom Zander authored
-
Tom Zander authored
This simply moves the place where the number is changed to the settings defaults instead of having various places copy/paste the value.
-
- 17 Jul, 2020 1 commit
-
-
Tom Zander authored
-
- 07 Jul, 2020 1 commit
-
-
Tom Zander authored
Transactions are only kept in the mempool a limited time before they are removed and have to be re-entered by the owner of the transaction. To keep mempools from being too different from the rest of the network we can flush them based on the fact that if a tx hasn't been included yet in this time, miners are not seeing it.
-