aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Revert ltc_scrypt -> litecoin_scryptRoss Nicoll2021-02-081-2/+2
| | | | |
| * | | | Halve timeoutsRoss Nicoll2021-02-072-6/+6
| | | | |
| * | | | Adapt block download timeouts to DogecoinRoss Nicoll2021-02-052-3/+3
| |/ / / | | | | | | | | | | | | | | | | Block download timeouts are expressed as a fraction of block interval time, so Dogecoin values have been too aggressive. Matching Bitcoin values as a starting point.
* | | | Merge pull request #1706 from slightlyskepticalpotat/masterPatrick Lodder2021-02-071-1/+1
|\ \ \ \ | |/ / / |/| | | fix minimum required space for data directory
| * | | Update src/qt/intro.cppAnthony Chen2021-02-061-1/+1
| | | | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]>
| * | | fix minimum required space for data directoryAnthony Chen2021-02-051-1/+1
| |/ /
* | | Merge pull request #1669 from carsenk/masterPatrick Lodder2021-02-011-0/+3
|\ \ \ | | | | | | | | New DNS Seeders for DOGE
| * | | Removed CommentsCarsen Klock2021-01-301-2/+2
| | | | | | | | | | | | | | | | | | | | Doges, just do not forgot who made Dogecoin great again DENARIUS (D) https://denarius.io
| * | | Added new denarius.pro seeders for DOGECarsen Klock2021-01-291-1/+4
| |/ / | | | | | | D helping D
* | | Merge pull request #1664 from patricklodder/1.14.3-mempool-expiryRoss Nicoll2021-01-311-1/+1
|\ \ \ | | | | | | | | Default policy: reduce default mempool expiry time
| * | | Default policy: reduce default mempool expiry timePatrick Lodder2021-01-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reduces DEFAULT_MEMPOOL_EXPIRY from 336 hours to 24 hours. Motivation is that while blocks are empty, un-relayable tx are stuck in mempools for a long time and effectively locking utxo for 2 weeks until they can be respent, if no RBF opt-in was performed (most wallet implementations do not do RBF opt-in.) As the expectation is that block space will not be fully utilized for the foreseeable future, and therefore, as long as this is the case, no valid transaction should ever live in the mempool for more than a couple of minutes. This default setting can be overridden with the -mempoolexpiry parameter by individual node operators to a value (expressed in hours) that makes the most sense for the use cases the node serves.
* | | | Merge pull request #1684 from eltociear/patch-1Patrick Lodder2021-01-311-1/+1
|\ \ \ \ | |/ / / |/| | | [Qt] fix typo in bitcoingui.cpp
| * | | [Qt] fix typo in bitcoingui.cppIkko Ashimine2021-01-311-1/+1
| |/ / | | | | | | availble -> available
* | | Merge pull request #1661 from Vertian/1.14.3-dev-osxPatrick Lodder2021-01-152-8/+7
|\ \ \ | | | | | | | | Update package links for OSX cross compilation
| * | | Update package links for OSX cross compilationVertian2021-01-082-8/+7
| |/ /
* | | [tests] fix rpc ban test: set test time far into the futurePatrick Lodder2021-01-151-2/+2
| | |
* | | Merge pull request #1639 from nolim1t/patch-1Patrick Lodder2020-08-061-2/+2
|\ \ \ | | | | | | | | Much branding.. wow
| * | | Much branding.. wowBT2020-07-281-2/+2
| |/ / | | | | | | Change references in INSTALL.md from Bitcoin to Dogecoin
* | | Merge pull request #1637 from patricklodder/disk_size_and_pruningPatrick Lodder2020-08-064-11/+83
|\ \ \ | | | | | | | | Add size_on_disk and addl pruning fields to getblockchaininfo
| * | | [backport] [rpc] getblockchaininfo: add size_on_disk, prune_target_size, ↵Daniel Edgecumbe2020-07-244-11/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | automatic_pruning Fix pruneheight help text. Move fPruneMode block to match output ordering with help text. Add functional tests for new fields in getblockchaininfo. Rebase-from: bitcoin#b7dfc6c4
* | | | Merge pull request #1629 from ftab/1628-fix-dogecoin-linksPatrick Lodder2020-07-271-1/+1
|\ \ \ \ | | | | | | | | | | Fix dogecoin payment links
| * | | | Change IPC prefix from bitcoin: to dogecoin:Dennis Field2020-02-271-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Given that GUIUtil::parseBitcoinURI is expecting it to start with dogecoin, it seems like this was overlooked, and this results in dogecoin: links not being processed as expected in handleURIOrFile, ipcParseCommandLine. Instead of processing the link as a payment request and opening the such send page, it simply opens the core wallet (or attempts to open another). This commit makes dogecoin-qt properly handle dogecoin links so that the such send page is opened with the desired information obtained from the link. Fixes #1628
* | | | Merge pull request #1626 from bjacquin/dev/beber/dequePatrick Lodder2020-07-271-0/+1
|\ \ \ \ | | | | | | | | | | httpserver: include deque
| * | | | httpserver: include dequeBertrand Jacquin2020-01-241-0/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It seems gcc 9.2.0 requires deque to be included: x86_64-pc-linux-gnu-g++ -std=c++11 -DHAVE_CONFIG_H -I. -I../src/config -I. -I./obj -I/usr/include/db5.1/ -pthread -I/usr/include -I./leveldb/include -I./leveldb/helpers/memenv -I./secp256k1/include -pthread -I/usr/include/db5.1 -DHAVE_BUILD_INFO -D__STDC_FORMAT_MACROS -march=native -O2 -pipe -fomit-frame-pointer -c -o libdogecoin_server_a-httpserver.o `test -f 'httpserver.cpp' || echo './'`httpserver.cpp httpserver.cpp:71:10: error: ‘deque’ in namespace ‘std’ does not name a template type 71 | std::deque<std::unique_ptr<WorkItem>> queue; | ^~~~~ httpserver.cpp:30:1: note: ‘std::deque’ is defined in header ‘<deque>’; did you forget to ‘#include <deque>’? 29 | #include <event2/keyvalq_struct.h> +++ |+#include <deque> 30 | httpserver.cpp: In member function ‘bool WorkQueue<WorkItem>::Enqueue(WorkItem*)’: httpserver.cpp:110:13: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 110 | if (queue.size() >= maxDepth) { | ^~~~~ | Enqueue httpserver.cpp:113:9: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 113 | queue.emplace_back(std::unique_ptr<WorkItem>(item)); | ^~~~~ | Enqueue httpserver.cpp: In member function ‘void WorkQueue<WorkItem>::Run()’: httpserver.cpp:125:35: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 125 | while (running && queue.empty()) | ^~~~~ | Enqueue httpserver.cpp:129:31: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 129 | i = std::move(queue.front()); | ^~~~~ | Enqueue httpserver.cpp: In member function ‘size_t WorkQueue<WorkItem>::Depth()’: httpserver.cpp:154:16: error: ‘queue’ was not declared in this scope; did you mean ‘Enqueue’? 154 | return queue.size(); | ^~~~~ | Enqueue
* | | | Merge pull request #1388 from maerco/patch-1Patrick Lodder2020-07-271-1/+1
|\ \ \ \ | |_|/ / |/| | | Fixes translation for "Export Address List"
| * | | Articols matter in ItalianMarco2017-10-221-1/+1
| | | |
* | | | Merge pull request #1636 from patricklodder/1.14-fix-testsMax K2020-07-2217-199/+206
|\ \ \ \ | | | | | | | | | | QA: Fix all the tests
| * | | | fix cents->coins in comment in wallet_tests.cppPatrick Lodder2020-07-221-1/+1
| | | | |
| * | | | rpc-tests: don't use binary.hex() or binary.fromhex()Patrick Lodder2020-07-222-8/+10
| | | | | | | | | | | | | | | | | | | | To retain compatibility with multiple python3 versions
| * | | | rpc-tests: fix fundrawtransaction coin amounts to not spend dustPatrick Lodder2020-07-221-40/+40
| | | | |
| * | | | rpc-tests: write credentials to dogecoin.conf, not bitcoin.confPatrick Lodder2020-07-221-2/+2
| | | | |
| * | | | rpc-tests: fix listtransactions to not spend dustPatrick Lodder2020-07-221-3/+2
| | | | |
| * | | | rpc-tests: fix mempool_limit testPatrick Lodder2020-07-221-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | do more rounds of large tx creation to be sure to evict the targeted tx
| * | | | rpc-tests: fix importprunedfunds for use with dogecoinPatrick Lodder2020-07-221-13/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - use non-dust outputs - reverse the order of transactions to lowest-first, to not re-spend expected outputs for later tests.
| * | | | rpc-tests: fix auxpow calls to use .target instead of ._targetPatrick Lodder2020-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | Tests weren't adapted to reflect RPC output
| * | | | rpc-tests: revert from litecoin_scrypt to ltc_scryptPatrick Lodder2020-07-222-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | This reflects the dependency installed in the dep script at qa/pull-tester/install-deps.sh
| * | | | pull-tester: don't hard depend on python 3.6Patrick Lodder2020-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | every script depends on "python3" not "python3.6"
| * | | | Fix ltc_scrypt dependency for RPC testsPatrick Lodder2020-07-222-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - travis: RUN_TESTS requires python3-dev. This enables us to compile the ltc_scrypt library under python3 - pull tester deps: use curl instead of wget to reduce dependencies as everything else uses curl
| * | | | dogecoin-tx: fix testsPatrick Lodder2020-07-221-20/+22
| | | | | | | | | | | | | | | | | | | | | | | | | - explicitly specify v1 and v2 transactions due to 140cc1db - fix "exec: bitcoin-tx" misses
| * | | | Fix the hash of the best block to reflect the Dogecoin blockPatrick Lodder2020-07-221-1/+1
| | | | | | | | | | | | | | | | | | | | This was prev tested to be a Bitcoin block in qt rpc tests
| * | | | qt-tests: Disable payment server test that moves 21M+1 coins.Patrick Lodder2020-07-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is not a testcase for Dogecoin. Like the other payment server tests, this could be amended, or it can be depreciated, depending on where we take payment protocol.
| * | | | tests: fix non-qt tests that spend dustPatrick Lodder2020-07-223-100/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - transaction_tests/IsStandard was spending 0.9 DOGE - tx_validationcache_tests/mempool_dblspend was spending 0.11 DOGE - wallet_tests/coin_selection was completely built around spending cents. This test has been completely reworked and redocumented to make sense for Dogecoin
| * | | | travis: fix warnings about sudo and env/matrixPatrick Lodder2020-07-221-2/+1
| | |/ / | |/| |
* | | | Merge pull request #1631 from m-primo/patch-1Max K2020-07-220-0/+0
|\ \ \ \ | | | | | | | | | | README - window build notes file was not found
| * | | | window build notes file was not foundPrimo2020-04-251-1/+1
| |/ / /
* | | | Merge pull request #1618 from marcuswin/patch-2Max K2020-07-221-4/+4
|\ \ \ \ | | | | | | | | | | Fix links
| * | | | Fix linksmarcuswin2019-11-131-4/+4
| |/ / /
* | | | Merge pull request #1605 from greenbigfrog/patch-1Max K2020-07-221-2/+0
|\ \ \ \ | | | | | | | | | | Get rid of git merge leftover text
| * | | | Get rid of git merge leftover textJonathan2019-08-051-2/+0
| | | | |
* | | | | Merge pull request #1548 from preserveddarnell/patch-1Max K2020-07-221-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Update README.md