aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2469 from patricklodder/1.14.4-fixatev1.14.41.14.4-dev1.14-maintRoss Nicoll2021-08-202-3/+3
|\ | | | | Fixate v1.14.4 release
| * fixate v1.14.4Patrick Lodder2021-08-202-3/+3
| |
* | Merge pull request #2449 from rnicoll/1.14.4-release-notesRoss Nicoll2021-08-202-82/+254
|\ \ | | | | | | 1.14.4 release notes
| * | doc: Remove developer personal Twitter accountsRoss Nicoll2021-08-201-6/+0
| | |
| * | Merge pull request #28 from patricklodder/1.14.4-release-notesRoss Nicoll2021-08-201-23/+64
| |\ \ | | | | | | | | Suggested edits to release notes
| | * | add AbcSxyZPatrick Lodder2021-08-201-0/+1
| | | |
| | * | fixup GUI improvementsPatrick Lodder2021-08-201-4/+8
| | | |
| | * | split network and security enhancementsPatrick Lodder2021-08-201-4/+19
| | | |
| | * | rewrite the fee chapterPatrick Lodder2021-08-201-11/+37
| | | |
| | * | remove winxp note - outdatedPatrick Lodder2021-08-201-5/+0
| |/ /
| * | Update release notes based on most recent additions.Ross Nicoll2021-08-191-1/+5
| | |
| * | Complete first version of 1.14.4 release notesRoss Nicoll2021-08-192-64/+197
| | |
* | | Merge pull request #2468 from patricklodder/1.14.4-manpagesPatrick Lodder2021-08-204-24/+78
|\ \ \ | | | | | | | | Update manpages for release
| * | | update manpagesPatrick Lodder2021-08-204-24/+78
| | |/ | |/|
* | | Merge pull request #2467 from patricklodder/1.14.4-copyingPatrick Lodder2021-08-201-0/+1
|\ \ \ | | | | | | | | fix COPYING
| * | | fix COPYINGPatrick Lodder2021-08-201-0/+1
| | |/ | |/|
* | | Merge pull request #2465 from patricklodder/1.14.4-build-unixPatrick Lodder2021-08-206-261/+240
|\ \ \ | | | | | | | | Update Unix build instructions
| * | | add notes for outdated build documentationPatrick Lodder2021-08-194-0/+10
| | | |
| * | | mention using the depends systemPatrick Lodder2021-08-191-0/+8
| | | |
| * | | write a small intro and re-link top menuPatrick Lodder2021-08-191-4/+13
| | | |
| * | | Docs4Doge installation : reorganize unix build instructionsAbcSxyZ2021-08-191-164/+118
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: AbcSxyZ <[email protected]> Cherry-picked from: 23c735353 build-unix: fix FreeBSD dependencies overwritten by Fedora 1818c33a5 docs4doge: rewrite unix build instructions 0b41d5552 Docs4Doge installation : reorganize unix build instructions
| * | | split off all distro-specific guides off build-unix.mdPatrick Lodder2021-08-195-93/+91
| |/ /
* | | Merge pull request #2466 from patricklodder/1.14.4-readmePatrick Lodder2021-08-203-124/+194
|\ \ \ | |_|/ |/| | Update README.md, introduce INSTALL.md and doc/FAQ.md
| * | fixup installation guidePatrick Lodder2021-08-201-21/+37
| | |
| * | readme: move development under installationPatrick Lodder2021-08-201-18/+18
| | |
| * | Fixup README changesPatrick Lodder2021-08-203-57/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Revert moving of ports and branching strategy because those are actively preventing questions and PR difficulty - Remove travis badge because we no longer use travis - Fix formulation throughout the document - Rewrite the contribution section - Switch from Dogecoin devs twitter to Dogecoin twitter under communities - Add Q&A board to FAQ section - Fix document language selector - Bring tables back to "mining information"
| * | undo change to CONTRIBUTING.mdPatrick Lodder2021-08-201-0/+8
| | |
| * | Update README.mdAbcSxyZ2021-08-204-139/+155
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Author: AbcSxyZ <[email protected]> Cherry-picked and squashed from: 20480d33b README: change social media position 39a209b98 README: Change section order bdb727981 README: reorganize social medias, split dev specific & and more community related in 2 sections bbc6c921c Add emote to titles e39256825 Install.md : Improve first title ebef882c5 Fix typo 1cec6b16b Extract FAQ and INSTALL into respective files 314b6f8e2 Add developement & contribution information directly on readme a7e556924 Remove original block reward schedule 8cb73041a Move licence section at README bottom
* | Merge pull request #2461 from patricklodder/1.14-sync-issue-templatesRoss Nicoll2021-08-193-35/+70
|\ \ | |/ |/| Sync issue template from master branch because we have to force-push v1.14.4
| * issue template updated to prevent spam in repositoryroman-rr2021-08-193-35/+70
|/ | | | Cherry-picked from dogecoin/master at b5989ee03
* Merge pull request #2458 from patricklodder/1.14.4-disconnect-bad-node-testRoss Nicoll2021-08-182-2/+100
|\ | | | | Test that peers building on invalid blocks get disconnected
| * fixup p2p-acceptblock and mininode to test disconnectsPatrick Lodder2021-08-172-18/+31
| | | | | | | | | | | | | | | | | | | | | | without partially backporting a new testframework. - Adds a condition to NodeConn that when asyncore calls handle_read without any data, this must be a disconnect and closes the socket - Adds a little loop in the p2p-acceptblock client that waits for the socket to be in a closed state - Makes expected disconnects non-optional in p2p-acceptblock - Syncs the test descriptions and outputs with reality
| * p2p-acceptblock: add steps 8, 9 to confirm node disconnectsDakoda Greaves2021-08-171-1/+86
| |
* | Merge pull request #2441 from rnicoll/1.14.4-fees-disable-roundingPatrick Lodder2021-08-1710-11/+111
|\ \ | |/ |/| 1.14.4 fees disable rounding
| * Create feelimit.py testEd2021-08-172-0/+78
| | | | | | | | Create feelimit.py test to verify the updated fee values now rounding has been eliminated.
| * Remove relay-only roundingRoss Nicoll2021-08-178-11/+33
|/ | | | | Remove rounding of transaction sizes when calculating fee minimums for relaying, to simplify fee logic.
* Merge pull request #2457 from ReverseControl/1.14.4-suggested-changes-for-2297Patrick Lodder2021-08-171-8/+75
|\ | | | | 1.14.4 suggested changes for 2297
| * [ #2297 ] Implemented suggestions: camel casing as suggested and printing ↵Escanor Liones2021-08-161-14/+23
| | | | | | | | debug messages for invalidated blocks.
| * fix: A newly appended block header should not build on an invalid chainp-j012021-08-161-8/+66
| |
* | Merge pull request #2446 from patricklodder/1.14.4-mintxfee-testsPatrick Lodder2021-08-164-11/+100
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implements, tests and assures wallet operator ease-of-sovereignty and making sure that user-defined fee logic persists through versions in the future by fixing and testing -paytxfee 1. There was an override of ANY user-defined value to CWallet::GetMinimumFee - Former logic: always override any value with either -mintxfee or -mintxrelayfee, whichever is highest - Proposed logic in this pull request: - if the user specifies a value, only override when it is lower than -mintxfee or -mintxrelayfee - this works because we set any default -mintxfee to be the same as -paytxfee, unless the user explicitly sets a -mintxfee. - if no value has been specified, use the rate from -mintxfee or -mintxrelayfee, whichever is highest 2. Test that the interaction between the wallet parameters -paytxfee and -mintxfee function as intended. This has to be done using rpc tests rather than unit tests because it tests the actual parameters passed to the executables. 3. Undoing the override exposed a misconfiguration in the bumpfee.py test, where fees were explicitly set higher, yet ignored in subsequent bumps.
| * | qa: fix bumpfee now that paytxfee worksPatrick Lodder2021-08-161-3/+4
| | |
| * | fees: remove careless override of -paytxfee in GetMinimumFeePatrick Lodder2021-08-161-8/+13
| | |
| * | qa: add -paytxfee and -mintxfee interaction testPatrick Lodder2021-08-162-0/+83
|/ / | | | | | | | | | | | | Test that the interaction between the wallet parameters -paytxfee and -mintxfee function as intended. This has to be done using rpc tests rather than unit tests because it tests the actual parameters passed to the executables.
* | Merge pull request #2456 from rnicoll/1.14.4-intellijPatrick Lodder2021-08-151-0/+6
|\ \ | | | | | | Added IntelliJ IDEA in .gitignore
| * | Added IntelliJ IDEA in .gitignore and removed dot from dogecoin.com linkJoakim Taule Kartveit2021-08-151-0/+6
|/ /
* | Merge pull request #2453 from patricklodder/1.14.4-fix-gen-seedsRoss Nicoll2021-08-151-2/+2
|\ \ | | | | | | contrib: fix generate-seeds.py to use Dogecoin p2p ports
| * | contrib: fix generate-seeds.py to use Dogecoin p2p portsPatrick Lodder2021-08-151-2/+2
| |/
* | Merge pull request #2454 from patricklodder/1.14.4-update-seedsRoss Nicoll2021-08-151-341/+127
|\ \ | | | | | | Update fixed seeds for 1.14.4
| * | update seeds for 1.14.4Patrick Lodder2021-08-151-341/+127
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | recreated seeds by selecting peers across 20+ nodes that: 1. Keep up with updates, in this case run 1.14.3 or higher 2. Have NODE_NETWORK set 3. Are not known scanning clients 4. Are connectable 5. Are stable - I ordered nodes by time they have been connected to one of my nodes resulting set is 120 good nodes for mainnet and 20 good nodes for testnet, serialized into chainparamsseeds.h using the contrib/ scripts.
* | Merge pull request #2452 from rnicoll/1.14.4-checkpointsPatrick Lodder2021-08-151-8/+9
|\ \ | | | | | | Refresh blockchain checkpoints