| Commit message (Collapse) | Author | Age | Files | Lines |
| ... | |
| | |/ / / /
| | | | |
| | | | |
| | | | | |
Change getauxblock to respond with a "target" field instead of "_target".
|
| |\ \ \ \ \
| |_|_|/ /
|/| | | | |
Merge 1.14 into master
|
| | | | | | |
|
| |/| | | |
| |/ / / |
|
| | | | | |
|
| | |\ \ \
| | | | |
| | | | | |
Fix verification progress
|
| | | | | | |
|
| | |/ / / |
|
| | |\ \ \
| | | | |
| | | | | |
Update rnicoll's key
|
| | |/ / / |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | | |
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.
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
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 required bdb 5.1.29 clang patches to build on OSX under clang / c++11.
|
| | | | |
| | | |
| | | | |
Actual dogecoin icons in ICNS format for OSX build, instead of old bitcoin ones.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
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: 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+
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
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
|
| | | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* 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 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
|
| | | | |
| | | |
| | | |
| | | | |
Icon provided by cdeverett
|
| | | | |
| | | |
| | | | |
Unused currently, but changed to Dogecoin specific stuff incase of future implementation.
|
| | | | |
| | | |
| | | |
| | | |
| | | | |
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.
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | | |
|
| | | | |
| | | |
| | | |
| | | | |
Update QT client messages and translations to Doge equivalents.
|
| | | | |
| | | |
| | | |
| | | | |
List both Bitcoin & Dogecoin developers in copyright notice.
|
| | | | | |
|
| | |/ / |
|
| | | |
| | |
| | |
| | |
| | | |
Drop use of smart fees when calculating transaction fees. Dogecoin fees are intentionally
on a fixed schedule.
|
| | | | |
|
| | | |
| | |
| | |
| | |
| | |
| | | |
* 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. 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 removed from Bitcoin upstream
|
| | | |
| | |
| | |
| | |
| | | |
* Change amount tests to use rounded values
* Disable legacy tests
|