aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update qt forms. :tada: :dog2:Sporklin2015-10-319-24/+24
|
* Updating docs :tada:Sporklin2015-10-318-17/+16
|
* Corrected installer image file format to BMP3 from BMP.J Ross Nicoll2015-10-312-0/+0
|
* First cut at updating docs to reflect DogecoinJ Ross Nicoll2015-10-3114-188/+172
|
* s/bitcoin/dogecoin/ in init scriptsJ Ross Nicoll2015-10-3111-274/+274
|
* Replace Bitcoin icons with DogecoinJ Ross Nicoll2015-10-3113-1392/+1518
|
* Customize Icons, Strings and DMG of Mac build (and icons for windows)langerhans2015-10-3111-8/+8
|
* Update URI tests for DogecoinRoss Nicoll2015-10-311-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.
* Replace Bitcoin with Dogecoin in tooltiplangerhans2015-10-311-1/+1
|
* Add dogechain and chain.so as default block explorersRoss Nicoll2015-10-311-1/+1
|
* qt: Introduce PlatformStyleWladimir J. van der Laan2015-10-3137-320/+467
| | | | | | | | | | | | | | Introduce a PlatformStyle to handle platform-specific customization of the UI. This replaces 'scicon', as well as #ifdefs to determine whether to place icons on buttons. The selected PlatformStyle defaults to the platform that the application was compiled on, but can be overridden from the command line with `-uiplatform=<x>`. Also fixes the warning from #6328.
* Amount to send field now goes up/down 1 Koinu at a timeRoss Nicoll2015-10-311-1/+1
|
* [Qt] replace wifi icon with network symbolMarco2015-10-3111-95/+377
|
* [QT] cleanup iconsMarco2015-10-3115-55/+99
| | | | | | * Cleanup SVG code * Unify design ("Typicons" seem to have round edges) * Fix transparency issue with clock5.png
* Fixed Windows and Mac setup scripts.Sporklin2015-10-312-14/+14
|
* Update QT client messages and corresponding translationsRoss Nicoll2015-10-3171-3949/+3948
| | | | | Update QT client messages and translations to Doge equivalents. Where specific contributions were made in languages for Dogecoin, those translations are used in preference.
* Added wallet_bgcoin.png to QT makefileRoss Nicoll2015-10-311-0/+1
|
* Update Bitcoin references in QT to Dogecoin equivalentsRoss Nicoll2015-10-315-25/+25
|
* Rename binaries to match DogecoinRoss Nicoll2015-10-3123-153/+153
|
* Update Bitcoin references and addresses in strings to Dogecoin equivalentsRoss Nicoll2015-10-3123-206/+206
|
* Introduce basic Dogecoin brandingRoss Nicoll2015-10-3117-20/+68
|
* Merge pull request #1291 from patricklodder/1.10-enforce-low-sMax K.2015-10-181-1/+2
|\ | | | | Make low-s verification mandatory for standard script verification
| * Make low-s verification mandatory for standard script verificationPatrick Lodder2015-10-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This change makes a node only accept transactions with low-s signature encoding for relay and mining, but allows transactions with high-s signature encoding in mined blocks (no blocks will be rejected) Pros: - If deployed by all miners, this will eliminate this particular malleability attack. - There is no impact on consensus Cons: - Wallets that do not implement low-s signature encoding will see their transactions be rejected by growing numbers of peers and ultimately not be able to get any transaction mined. Follow ups: - Eventually, this verification needs to be confirmed through a consensus rule (enforcement of BIP62)
* | Merge pull request #1300 from patricklodder/1.10-display-bloom-serviceMax K.2015-10-171-0/+3
|\ \ | | | | | | [Qt] [minor] Add textual descriptor for NODE_BLOOM service flag
| * | [Qt] Add textual descriptor for NODE_BLOOM service flagPatrick Lodder2015-10-171-0/+3
|/ / | | | | | | | | Displays NODE_BLOOM service as "BLOOM" instead of "UNKNOWN[2]" in qt->debug->peers
* | Merge pull request #1297 from patricklodder/1.10-aux-rpc-targetMax K.2015-10-133-4/+4
|\ \ | | | | | | Bring back "target" property of getauxblock
| * | Bring back "target" property of getauxblockPatrick Lodder2015-10-133-4/+4
|/ / | | | | | | | | Marked as deprecated but still used in many pool implementations, as well as rpc-tests. This restores AuxPoW compatibility to 100%.
* | Merge pull request #1294 from rnicoll/1.10-dev-miniupnpcPatrick Lodder2015-10-102-3/+7
|\ \ | |/ |/| Merge in miniupnpc updates from Bitcoin Core
| * Merge in miniupnpc updates from Bitcoin CoreRoss Nicoll2015-10-102-3/+7
|/ | | | | | | | | Contains: 0cca0248f030ea32bd8de778b5a2782e0d191978 9f3e48e5219a09b5ddfd6883d1f0498910eff4b6 888c595cffe73b0d49434acf49a9611cbff1ea1d 00c5a73136e13813219c7b0846fa1bfd91757e5d
* Merge pull request #1270 from rnicoll/1.10-fixmesMax K.2015-09-091-2/+6
|\ | | | | Update block height used to determine relevant parameters
| * Update block height used to determine relevant parametersJ Ross Nicoll2015-09-081-2/+6
| |
* | Merge pull request #1276 from rnicoll/1.10-feesMax K.2015-09-089-31/+46
|\ \ | | | | | | Correct fee calculations to match legacy Dogecoin
| * | Match fee calculation to legacy codeJ Ross Nicoll2015-09-069-31/+46
|/ / | | | | | | | | Purge all support for zero-fee transactions Disable IsDust() for backwards compatibility
* | Merge pull request #1277 from patricklodder/1.10-fix-travis-extra-compilerRoss Nicoll2015-09-061-0/+3
|\ \ | | | | | | fix for travis generating an extra build
| * | travis: fix for travis generating an extra buildCory Fields2015-09-051-0/+3
|/ /
* | Merge pull request #1273 from rnicoll/1.10-testnetPatrick Lodder2015-08-301-6/+9
|\ \ | | | | | | Update testnet checkpoints and remove old seed
| * | Update testnet checkpoints and replace old seedJ Ross Nicoll2015-08-301-6/+9
| |/
* | Merge pull request #1274 from rnicoll/1.10-missing-newlinePatrick Lodder2015-08-305-6/+6
|\ \ | | | | | | Corrected missing new lines in error messages
| * | Corrected missing new lines in error messagesJ Ross Nicoll2015-08-295-6/+6
| |/
* | Merge pull request #1269 from langerhans/1.10-dev-nodebloomPatrick Lodder2015-08-296-2/+28
|\ \ | |/ |/| Add NODE_BLOOM service bit
| * Add NODE_BLOOM service bit and bump protocol versionPeter Todd2015-08-286-2/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Lets nodes advertise that they offer bloom filter support explicitly. The protocol version bump allows SPV nodes to assume that NODE_BLOOM is set if NODE_NETWORK is set for pre-70002 nodes. Also adds an undocumented option to turn bloom filter support off for testing purposes. Nodes attempting to use bloom filters are immediately dropped so as to not waste their bandwidth. ensure backward compatible service bits update protocol version to 70004
* | Merge pull request #1268 from patricklodder/1.10-auxpow-testsMax K.2015-08-265-0/+197
|\ \ | | | | | | auxpow tests
| * | Add AUXPoW rpc testsPatrick Lodder2015-08-265-0/+197
|/ / | | | | | | | | | | | | | | | | | | | | | | - Tests the auxpow rpc interface `getauxblock` - Tests consensus constraints for auxpow: - Minimum block height - Valid scrypt proof of work - Foreign chain ID This test requires the python package ltc_scrypt. Installation of this module is scripted in qa/pull-tester/install-deps.sh and has been integrated for travis CI.
* | Merge pull request #1267 from patricklodder/1.10-strict-auxpowMax K.2015-08-264-4/+16
|\ \ | | | | | | [auxpow] Check for auxpow fork strictly
| * | fix rest.py test: cannot mine an auxpow block at height 1Patrick Lodder2015-08-231-3/+0
| | |
| * | [auxpow] Check for auxpow fork strictlyPatrick Lodder2015-08-233-1/+16
| |/ | | | | | | | | | | Disallow any auxpow block before the blockheight where auxpow gets enabled. For consistency, this also re-enables legacy headers on regtest.
* | Merge pull request #1264 from patricklodder/1.10-auxrpc-no-bip22Max K.2015-08-261-1/+13
|\ \ | |/ |/| [auxpow] Guarantee backward compatibility on getauxblock
| * [auxpow] Guarantee backward compatibility on getauxblockPatrick Lodder2015-08-231-1/+13
|/ | | | | Adds a wrapper around getauxblock to return boolean responses for getauxblock rather than bip22 responses.
* Merge pull request #1247 from rnicoll/1.10-attributionMax K.2015-08-159-0/+10
|\ | | | | Add attributions to source files
| * Add attributions to source filesJ Ross Nicoll2015-08-149-0/+10
|/