Commit graph

13532 commits

Author SHA1 Message Date
Patrick Lodder f80bfe9068
Merge pull request #1769 from patricklodder/1.14.3-release-flag
mark 1.14.3 as release
2021-02-28 18:15:53 +01:00
Patrick Lodder 0170778a4c
Merge pull request #1775 from patricklodder/1.14.3-fix-contrib
1.14.3 release notes fix
2021-02-28 18:15:41 +01:00
Patrick Lodder 1847ca06e4
remove founder twitter from release notes 2021-02-28 17:02:55 +01:00
Patrick Lodder 86c682b375
add last 2 contributors to release notes 2021-02-28 17:02:11 +01:00
Patrick Lodder bf938187e7
Merge pull request #1774 from patricklodder/1.14.3-readme
Improve README.md
2021-02-28 16:53:15 +01:00
Patrick Lodder 2629fa792f
Update README.md
Co-authored-by: Ross Nicoll <ross.nicoll@r3.com>
2021-02-28 14:36:54 +01:00
fluteds acb11bf065
Improve README.md
- Removed dead image links.
- Updated Travis ci badge link to direct to the master branch and the new Travis website url.
- Added Emojis to headers for clarity and to get the feel of dogecoin for newcomers.
- Bolded some sub headers for clarity. e.g. block reward sections.
- Code formatting.

  plodder: cherry pick notes:
  - Cherry-picked and sanitized to resolve conflicts
  - fixed some very long lines
  - removed tip4commit
  - changed header for mining/subsidy info
2021-02-28 12:46:22 +01:00
Patrick Lodder 4229222073
Merge pull request #1771 from dogecoin/michilumin-key-add
michilumin key
2021-02-28 01:47:16 +01:00
Michi Lumin d6d0d95a2f
michilumin key
adding my key to repo
2021-02-27 17:45:40 -07:00
Ross Nicoll 4ffde07033
Merge pull request #1770 from patricklodder/1.14.3-url-sanity-check
[qt] only allow https explorer links
2021-02-27 22:59:23 +00:00
leuqarte 0d2398c1b5
Formatting in "Development Tips and Tricks" (#1766)
* Formatting in "Development Tips and Tricks"
2021-02-27 23:40:14 +01:00
Ross Nicoll bd905d1d08
1.14.3 release documentation (#1733)
* Update credits for 1.14.2 to 1.14.3
* Refresh release notes
* Refresh man pages
* Move 1.14.2 release notes to archive
* Remove Bitcoin 0.14.2 to 0.14.3 credits (covered in previous release notes)
2021-02-27 22:16:28 +00:00
Patrick Lodder b2211a4139
[qt] only allow https explorer links
As reported by Fabian Braeunlein of PS Positive Security GmbH
2021-02-27 22:53:15 +01:00
Ross Nicoll 80e9e800e1
Replace Bitcoin seed nodes with Dogecoin nodes (#1746) 2021-02-27 20:40:40 +00:00
Patrick Lodder 05c54fceca
mark 1.14.3 as release 2021-02-27 17:34:05 +01:00
Patrick Lodder 4dd49512e9
Merge pull request #1762 from DemonRx/ignore-proxy-connection-error
[netbase] Do not print an error on connection timeouts through proxy
2021-02-24 20:42:58 +01:00
Demon ce4f6974b0 ignore-proxy-connection-error 2021-02-23 23:31:02 -05:00
Patrick Lodder dd9edc86dc
Merge pull request #1757 from langerhans/1.14.3-listunspent-query
Add query options to listunspent RPC call
2021-02-23 00:36:54 +01:00
tnaka b3d9bbc7dc fixed listunspent rpc convert parameter 2021-02-22 22:23:14 +01:00
Pedro Branco 3c1fa13921 Add query options to listunspent rpc call 2021-02-22 22:23:09 +01:00
Patrick Lodder 18a55c271c
Merge pull request #1638 from patricklodder/1.14.3-locale-sorting
Locale independent sorting
2021-02-22 11:52:04 +01:00
Carsen Klock dda4b51d89
Update chainparams.cpp (#1751)
Removed Denarius (D) seeders for Dogecoin.
2021-02-21 08:19:17 +00:00
Ross Nicoll 0fce867c51
Bump version to 1.14.3 (#1745)
* Bump version to 1.14.3
* Update copyright year and release status
2021-02-18 07:59:35 +00:00
Patrick Lodder 3007516320
Merge pull request #1707 from eltociear/patch-2
[wallet] fix typo in rpcwallet.cpp
2021-02-17 23:38:58 +01:00
Patrick Lodder ed8864b6d2
Merge pull request #1741 from luisschubert/patch-1
Docs Update build-osx.md for Mac install
2021-02-16 14:35:24 +01:00
Luis-Johannes Schubert 11e99e42e8
Update build-osx.md for Mac install
--c++11 no longer needed and needs to be removed.
2021-02-15 21:28:43 -08:00
Ross Nicoll d117d075a4
Merge pull request #1676 from shibe2/skipcheckpow
Don't recompute AuxPoW when serving peer requests
2021-02-15 20:36:38 +00:00
Max K 5887ca3ec5
Merge pull request #1655 from John-Gee/1.14.3-dev
Build on recent Linux
2021-02-14 18:51:02 +01:00
Patrick Lodder 5944fbd33c
Merge pull request #1731 from rnicoll/1.14-3-checkpoints
1.14.3 checkpoints
2021-02-14 17:06:21 +01:00
Ross Nicoll 58ce7f5405 Add testnet checkpoints 2021-02-14 13:36:15 +00:00
Ross Nicoll 7f754bbf05 Add live checkpoints 2021-02-14 13:36:15 +00:00
Max K b3b2f162c6
Merge pull request #1734 from patricklodder/fixate-bip65
Fixate BIP65 softfork heights
2021-02-14 14:29:01 +01:00
Reiner Herrmann c7fa40b00d
Locale independent sorting
Some locales sort differently, which causes a different order
of files, which leads to an unreproducible build.
Sort the files always with the C locale.
2021-02-13 17:51:31 +01:00
Patrick Lodder 0c600d7f9d
Fixate BIP65 softfork heights
- Re-introduce Params.BIP65Height
- Fixate block 1854705 for testnet
- Fixate block 3464751 for mainnet
- Fixate block 1351 for regtest
- Stop using IsSuperMajority() in validation for BIP65
- Simplify RPC SoftForkMajorityDesc
2021-02-13 17:24:55 +01:00
Shibe ef9242b9ec Don't re-check AuxPoW when sending data to peers
Checking scrypt PoW is expensive and needless in this case. All block
headers are already checked when they are accepted, and they will be
checked again on the receiving end.
2021-02-08 16:52:55 +04:00
Patrick Lodder d96b5daafa
Merge pull request #1705 from rnicoll/block-download-timeout
Adapt block download timeouts to Dogecoin
2021-02-08 10:50:23 +01:00
Ross Nicoll 0fa6b5c912 Revert ltc_scrypt -> litecoin_scrypt 2021-02-08 09:05:07 +00:00
Ross Nicoll f9b9a591b8 Halve timeouts 2021-02-07 22:57:46 +00:00
Patrick Lodder 27488d8f57
Merge pull request #1706 from slightlyskepticalpotat/master
fix minimum required space for data directory
2021-02-07 23:21:03 +01:00
Anthony Chen 676c24b64c
Update src/qt/intro.cpp
Co-authored-by: Ross Nicoll <ross.nicoll@r3.com>
2021-02-06 13:35:02 -05:00
Ikko Ashimine 3ba037d793
[wallet] fix typo in rpcwallet.cpp
replacable -> replaceable
2021-02-06 12:05:47 +09:00
Anthony Chen 3b477bcd53 fix minimum required space for data directory 2021-02-05 21:57:47 -05:00
Ross Nicoll a4638bb50f Adapt block download timeouts to Dogecoin
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.
2021-02-05 23:36:38 +00:00
John-Gee 26a1c76b1e Fixed for Qt 5 2021-02-02 03:56:23 -08:00
John-Gee 41406bfa17 Fix for Boost 1.74 2021-02-02 03:54:57 -08:00
Patrick Lodder c338a71bd2
Merge pull request #1669 from carsenk/master
New DNS Seeders for DOGE
2021-02-01 18:00:14 +01:00
Ross Nicoll 4aafd6fabd
Merge pull request #1664 from patricklodder/1.14.3-mempool-expiry
Default policy: reduce default mempool expiry time
2021-01-31 17:30:40 +00:00
Patrick Lodder 0a09a9cef1
Merge pull request #1684 from eltociear/patch-1
[Qt] fix typo in bitcoingui.cpp
2021-01-31 17:40:03 +01:00
Ikko Ashimine 62c493e7a8
[Qt] fix typo in bitcoingui.cpp
availble -> available
2021-01-31 14:38:31 +09:00
Carsen Klock 0f4815d2b7
Removed Comments
Doges, just do not forgot who made Dogecoin great again

DENARIUS (D) https://denarius.io
2021-01-30 19:03:25 -07:00