Commit graph

13790 commits

Author SHA1 Message Date
Dan Raviv 6efc333ffe
Remove redundant explicitly defined copy ctors
CFeeRate and CTxMemPoolEntry have explicitly defined copy ctors which has
the same functionality as the implicit default copy ctors which would
have been generated otherwise.

Besides being redundant, it violates the rule of three
(see https://en.wikipedia.org/wiki/Rule_of_three_(C%2B%2B_programming) ).
(Of course, the rule of three doesn't -really- cause a resource
management issue here, but the reason for that is exactly that there is
no need for an explicit copy ctor in the first place since no resources
are being managed).

CFeeRate has an explicitly defined copy ctor which has the same
functionality as the implicit default copy ctor which would have been
generated otherwise.

-----------------------------

Cherry-picked from: b426e2467

Note:
Solved conflict where upstream moved CFeeRate into ./policy/
whereas we still have it in amount.h/cpp on 1.14.
2021-08-28 21:07:58 +02:00
Patrick Lodder f8a5488be3
Merge pull request #2483 from bjacquin/dev/beber/db53
Update to Berkeley DB 5.3
2021-08-24 22:26:03 +02:00
Ross Nicoll 3564eebeca
Merge pull request #2488 from justdaksh/patch-1
Grammatical: Added "," in #156
2021-08-24 19:55:39 +01:00
Patrick Lodder 523d346857
Merge pull request #2490 from micaelmalta/1.14.5-dev-key-derivation-path
Change key derivation path to be correct for Dogecoin
2021-08-24 19:07:50 +02:00
Micael Malta 82ed8e0cc5 Change key derivation path to be correct for Dogecoin 2021-08-24 01:13:17 +02:00
Patrick Lodder 5f41105096
Merge pull request #2487 from chromatic/fix-compiler-warnings
Fix compiler warnings
2021-08-24 00:49:26 +02:00
Daksh Sharma b8dcff1104
Grammatical: Added "," in #156 2021-08-23 23:29:35 +05:30
chromatic 622d1cc126 Clean up whitespace in modified code 2021-08-22 12:36:23 -07:00
chromatic d8643a4129 Fix variable name; otherwise interpreted as label 2021-08-22 12:36:23 -07:00
chromatic a9a5736df8 Add explicit braces to avoid ambiguous else 2021-08-22 12:34:59 -07:00
chromatic aeccc23943 Return value from non-void function 2021-08-22 12:28:52 -07:00
Bertrand Jacquin 1a6738f920
Update to Berkeley DB 5.3
Old BerkeleyDB version such as 5.1 are being removed from most Linux
distribution.

See: https://bugs.gentoo.org/792222
See: https://fedoraproject.org/wiki/Changes/Libdb_deprecated
2021-08-21 23:55:05 +01:00
Patrick Lodder 7a83a2363f
Merge pull request #2479 from slightlyskepticalpotat/snap-improvements
snap packaging for 1.14.5
2021-08-21 21:14:11 +02:00
cg 20d2cbc2fe snap packaging for 1.14.5 2021-08-20 23:09:51 -04:00
Patrick Lodder beccd79ca4
Merge pull request #2478 from patricklodder/1.14.5-open
open 1.14.5 for development
2021-08-21 02:13:20 +02:00
Patrick Lodder 6591f8ed67
open 1.14.5 for development 2021-08-20 23:37:24 +02:00
Ross Nicoll 4c93783ab6
Merge pull request #2469 from patricklodder/1.14.4-fixate
Fixate v1.14.4 release
2021-08-20 10:09:55 +01:00
Ross Nicoll 87942b39b8
Merge pull request #2449 from rnicoll/1.14.4-release-notes
1.14.4 release notes
2021-08-20 10:06:33 +01:00
Ross Nicoll bdff0bf3bb doc: Remove developer personal Twitter accounts 2021-08-20 09:37:56 +01:00
Ross Nicoll ce3dbd55a2
Merge pull request #28 from patricklodder/1.14.4-release-notes
Suggested edits to release notes
2021-08-20 09:37:09 +01:00
Patrick Lodder 3bd16e09b9
Merge pull request #2468 from patricklodder/1.14.4-manpages
Update manpages for release
2021-08-20 06:17:28 +02:00
Patrick Lodder 58baaf1075
add AbcSxyZ 2021-08-20 06:12:48 +02:00
Patrick Lodder fdb344fcdc
fixup GUI improvements 2021-08-20 06:11:42 +02:00
Patrick Lodder 1fe44fa0ee
split network and security enhancements 2021-08-20 06:10:34 +02:00
Patrick Lodder 39bfd4e248
Merge pull request #2467 from patricklodder/1.14.4-copying
fix COPYING
2021-08-20 06:03:51 +02:00
Patrick Lodder 2c4d4a5614
Merge pull request #2465 from patricklodder/1.14.4-build-unix
Update Unix build instructions
2021-08-20 06:02:23 +02:00
Patrick Lodder 84956c7b65
Merge pull request #2466 from patricklodder/1.14.4-readme
Update README.md, introduce INSTALL.md and doc/FAQ.md
2021-08-20 06:00:56 +02:00
Patrick Lodder b8ffab317d
rewrite the fee chapter 2021-08-20 05:30:35 +02:00
Patrick Lodder 7890e26bad
remove winxp note - outdated 2021-08-20 04:26:21 +02:00
Patrick Lodder d946a24d6f
fixate v1.14.4 2021-08-20 04:16:14 +02:00
Patrick Lodder 9455359a86
update manpages 2021-08-20 04:09:51 +02:00
Patrick Lodder a5058f116f
fix COPYING 2021-08-20 03:51:39 +02:00
Patrick Lodder 67a0b0363d
fixup installation guide 2021-08-20 03:07:32 +02:00
Patrick Lodder 197104536a
readme: move development under installation 2021-08-20 03:07:32 +02:00
Patrick Lodder 73d8703534
Fixup README changes
- 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"
2021-08-20 03:07:25 +02:00
Patrick Lodder 0d8e62471c
undo change to CONTRIBUTING.md 2021-08-20 01:30:48 +02:00
AbcSxyZ 4676f8f008
Update README.md
Author:    AbcSxyZ <rossi.sim@outlook.com>
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
2021-08-20 01:30:07 +02:00
Patrick Lodder 6174ddf17e
add notes for outdated build documentation 2021-08-19 23:47:33 +02:00
Patrick Lodder e406a7a814
mention using the depends system 2021-08-19 23:44:08 +02:00
Patrick Lodder fbfd14f8ab
write a small intro and re-link top menu 2021-08-19 23:35:27 +02:00
AbcSxyZ 25aa74fd45
Docs4Doge installation : reorganize unix build instructions
Author: AbcSxyZ <rossi.sim@outlook.com>
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
2021-08-19 23:04:06 +02:00
Patrick Lodder c39bdb9e49
split off all distro-specific guides off build-unix.md 2021-08-19 22:11:20 +02:00
Ross Nicoll b1913b5106
Merge pull request #2461 from patricklodder/1.14-sync-issue-templates
Sync issue template from master branch because we have to force-push v1.14.4
2021-08-19 01:19:37 +01:00
Ross Nicoll 5e2b2b2056 Update release notes based on most recent additions. 2021-08-19 00:49:35 +01:00
Ross Nicoll a312c4ad3e Complete first version of 1.14.4 release notes 2021-08-19 00:49:35 +01:00
roman-rr deeabe9438
issue template updated to prevent spam in repository
Cherry-picked from dogecoin/master at b5989ee03
2021-08-19 00:11:57 +02:00
Ross Nicoll 59da28cb06
Merge pull request #2458 from patricklodder/1.14.4-disconnect-bad-node-test
Test that peers building on invalid blocks get disconnected
2021-08-18 00:41:27 +01:00
Patrick Lodder b8a29b9f59
Merge pull request #2441 from rnicoll/1.14.4-fees-disable-rounding
1.14.4 fees disable rounding
2021-08-17 21:22:56 +02:00
Patrick Lodder caf26b77ab
fixup p2p-acceptblock and mininode to test disconnects
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
2021-08-17 20:15:30 +02:00
Dakoda Greaves fb194d7319
p2p-acceptblock: add steps 8, 9 to confirm node disconnects 2021-08-17 20:13:54 +02:00