aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1561 from langerhans/1.14-progress-fixv1.14-rc-1Max K2019-04-142-6/+10
|\ | | | | Fix verification progress
| * Update chainparams with more recent datalangerhans2019-04-141-6/+8
| |
| * [rpc] Add initialblockdownload to getblockchaininfoJohn Newbery2019-04-141-0/+2
|/
* Merge pull request #1574 from rnicoll/1.14-rnicoll-keyMax K2019-04-141-27/+55
|\ | | | | Update rnicoll's key
| * Update rnicoll's keyRoss Nicoll2019-03-251-27/+55
|/
* Fix version and update copyright yearlangerhans2019-03-251-2/+2
|
* Fix macOS Info.plist valueslangerhans2019-03-251-10/+10
|
* Fix some strings still referencing bitcoinlangerhans2019-03-259-22/+22
|
* Changes for mac installer branding - See notesMichi Lumin2019-03-253-4/+4
| | | These changes are necessary for the deploy scripts to see the app correctly. Also includes our background image. Note that DS_Store should be generated, but I'm including it so that it should be there in any case; though it may need to be edited - please give it a try.
* Update fancy.plist to reflect Dogecoin-qtMichi Lumin2019-03-251-1/+1
|
* Try to fix Travislangerhans2019-03-251-1/+1
|
* Instructions for building 1.14 on >= MacOSX 10.11Michi Lumin2019-03-251-0/+105
| | | Instructions for building 1.14 on modern macs with changes made to 1.14-branding. Testeed on El Capitan 10.11 and High Sierra 10.13, paper wallet printing support works as well.
* Update README.mdMichi Lumin2019-03-251-0/+2
|
* Required patches to compile bdb 5.1.29 via clang on OSXMichi Lumin2019-03-256-0/+129
| | | | These patches must be applied to the bdb-5.1.29 source from Oracle, and then compiled, for the Mac client to build. Using an existing 5.1.29 binary will not work; as it was likely compiled with gcc; which OSX no longer natively supports.
* Notes on BDB 5.1.29 clang patchesMichi Lumin2019-03-251-0/+2
| | | Notes on required bdb 5.1.29 clang patches to build on OSX under clang / c++11.
* Actual dogecoin icons instead of bitcoin ones for OSX build.Michi Lumin2019-03-252-0/+0
| | | Actual dogecoin icons in ICNS format for OSX build, instead of old bitcoin ones.
* Up to date with BTC Current, changes to allow it to actually build for ↵Michi Lumin2019-03-251-28/+10
| | | | | Dogecoin-Qt. Changed to current syntax as per Bitcoin current; and changed to Dogecoin-Qt to actually package the proper application.
* Cherry-pick from Bitcoin repo, 1ec0c0a: small changes for OSX buildMichi Lumin2019-03-252-9/+12
| | | Cherry-pick from Bitcoin repo, 1ec0c0a: adds "const" suffix to several lines in txmempool.h and miner.h to make this build succeed under OSX w. clang++ and Boost lib 1.66+
* Fix Mac cross buildslangerhans2019-03-251-0/+1
|
* Add rule to generate raw.h file to test Makefilelangerhans2019-03-251-0/+9
|
* Update release notes for 1.14 (#1464)Ross Nicoll2019-03-2568-658/+620
| | | | | | | | | * Move old release notes out of the way * Removed very old Bitcoin release notes as of minimal value in the context of Dogecoin. * Move remaining Bitcoin release notes into their own folder. * Move Bitcoin 0.9 release notes into Bitcoin release notes folder. * Start cleaning up release notes to reflect Doge
* [Qt] Disable milli and micro units, introduce kilo and mega units (#1463)Ross Nicoll2019-03-252-6/+20
| | | | | | milli- and micro-Dogecoins are below dust threshold so do not make any sense as display units. Instead, kilo- and mega-dogecoins are probably more useful, as those make common amounts easier to read instead of harder
* Update Gitian descriptors and keys (#1455)Ross Nicoll2019-03-2538-2715/+253
| | | | | | | | | | * Replace Gitian keys - Note I've removed Leofidus' key due to inactivity, and added a weight of 20 to whit's key. * Replace Bitcoin with Dogecoin in Gitian descriptors * Fix Makefile refrence to bash-completion files * Rename remaining bash-completion files * Add wallet_bgcoin to Qt Makefile * Add PureHeader sources to libdogecoinconsensus
* Add dogechain and chain.so as default block explorersRoss Nicoll2019-03-251-1/+1
|
* Amount to send field now goes up/down 1 DOGE at a time (#1441)Sporklin2019-03-251-1/+1
|
* Re-add paperwallet printer (#1467)Max K2019-03-2524-14/+1058
| | | | | | | | | | | | | | * Add paper wallet generator to QT wallet * Replace print icon with Typeicons equivalent * Re-add printer support to Qt * depends: fix fontconfig with newer glibc See comment for more detail * Set fixed size for paper wallet dialog
* Update about menu icon to DogecoinJ Ross Nicoll2019-03-251-0/+0
| | | | Icon provided by cdeverett
* Remove Bitcoin values from commit verifier (#1458)Ross Nicoll2019-03-253-6/+5
| | | Unused currently, but changed to Dogecoin specific stuff incase of future implementation.
* Update URI tests for Dogecoin (#1457)Ross Nicoll2019-03-251-18/+18
| | | | | Note that the test address was invalid in Bitcoin Core, and as such rather than re-encoding as a Dogecoin address, I've simply swapped the first byte. Still invalid, but looks correct at least.
* s/bitcoin/dogecoin/ in init scripts (#1456)Ross Nicoll2019-03-2511-206/+206
|
* Update documentation to match 1.10 (#1436)Ross Nicoll2019-03-2522-356/+451
|
* Rename and update man pages (#1451)Ross Nicoll2019-03-256-93/+93
|
* Update debian contrib files to match Dogecoin (#1449)Ross Nicoll2019-03-2528-79/+83
|
* rebrand dogecoin-tx test (#1450)Ross Nicoll2019-03-251-56/+56
|
* Replace Bitcoin icons with Dogecoin (#1448)Ross Nicoll2019-03-2513-1392/+1518
|
* Update QT client messages and translations to Doge equivalents (#1429)Ross Nicoll2019-03-25104-3687/+3715
| | | | Update QT client messages and translations to Doge equivalents.
* Fix copyright substitutionRoss Nicoll2019-03-251-1/+1
| | | | List both Bitcoin & Dogecoin developers in copyright notice.
* Rename binaries to match DogecoinRoss Nicoll2019-03-2519-234/+234
|
* Introduce basic Dogecoin brandingRoss Nicoll2019-03-2538-166/+210
|
* Drop use of smart feesRoss Nicoll2019-03-171-1/+3
| | | | | Drop use of smart fees when calculating transaction fees. Dogecoin fees are intentionally on a fixed schedule.
* Fixed typo in dogecoin_find_bdb51.m4Dmitri Bogomolov2018-10-031-1/+1
|
* Update miner confirmation windowRoss Nicoll2018-09-233-38/+35
| | | | | | * Update miner confirmation window to 240 for Dogecoin main net, and update related values. * Re-enable PoW tests with Dogecoin values. * Update version bit tests based on Dogecoin mining values.
* Create v1 transactions for compatibility with 1.10 (#1485)Ross Nicoll2018-09-191-1/+2
| | | | Create v1 transactions for compatibility with 1.10. See https://github.com/bitcoin/bips/blob/master/bip-0068.mediawiki for context. This should NOT be merged into 1.16.
* Re-introduce alert functionality (#1470)Ross Nicoll2018-09-1919-30/+708
| | | Re-introduce alert functionality removed from Bitcoin upstream
* Update or eliminate remaining tests (#1483)Ross Nicoll2018-09-193-20/+23
| | | | | * Change amount tests to use rounded values * Disable legacy tests
* Update tx output in p2p-fullblocktest.py (#1474)Ross Nicoll2018-09-191-2/+5
| | | | * Update tx output in `p2p-fullblocktest.py` to match Dogecoin coin reward. * Disable the re-org test as it disconnects the mini-node before the re-org completes.
* Clean up RPC tests (#1465)Ross Nicoll2018-09-1916-53/+53
| | | | | | | | | | * Enable full block tests * Fix invalidblocktest * Move watch only address funding to immediately before it's used, so node 0 doesn't spend the output before it checks it later. * Fix `fundrawtransaction` tests and sanitize fee calculation at the same time * Correct resolution of chain parameters when validating tx inputs, especially from previous coinbase transactions * Set block versions on full block tests so that the generated blocks are AuxPoW compatible
* Insert Dogecoin testnet merkle tree root value (#1469)Ross Nicoll2018-09-191-2/+1
|
* Add PureHeader sources to libdogecoinconsensuslangerhans2018-09-191-0/+2
|
* Update RPC tests for Dogecoin (#1431)Ross Nicoll2018-09-1940-297/+520
| | | | | | | | | * Make most of the RPC tests pass * Add AUXPoW rpc tests - Tests the auxpow rpc interface `getauxblock` - Tests consensus constraints for auxpow: - Minimum block height - Valid scrypt proof of work - Foreign chain ID