| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| | |
|
| | |
|
| |
|
|
|
|
| |
* Cleanup SVG code
* Unify design ("Typicons" seem to have round edges)
* Fix transparency issue with clock5.png
|
| | |
|
| |
|
|
|
| |
Update QT client messages and translations to Doge equivalents. Where specific contributions
were made in languages for Dogecoin, those translations are used in preference.
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Make low-s verification mandatory for standard script verification
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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)
|
| |\ \
| | |
| | | |
[Qt] [minor] Add textual descriptor for NODE_BLOOM service flag
|
| |/ /
| |
| |
| |
| | |
Displays NODE_BLOOM service as "BLOOM" instead of "UNKNOWN[2]"
in qt->debug->peers
|
| |\ \
| | |
| | | |
Bring back "target" property of getauxblock
|
| |/ /
| |
| |
| |
| | |
Marked as deprecated but still used in many pool implementations,
as well as rpc-tests. This restores AuxPoW compatibility to 100%.
|
| |\ \
| |/
|/| |
Merge in miniupnpc updates from Bitcoin Core
|
| |/
|
|
|
|
|
|
|
| |
Contains:
0cca0248f030ea32bd8de778b5a2782e0d191978
9f3e48e5219a09b5ddfd6883d1f0498910eff4b6
888c595cffe73b0d49434acf49a9611cbff1ea1d
00c5a73136e13813219c7b0846fa1bfd91757e5d
|
| |\
| |
| | |
Update block height used to determine relevant parameters
|
| | | |
|
| |\ \
| | |
| | | |
Correct fee calculations to match legacy Dogecoin
|
| |/ /
| |
| |
| |
| | |
Purge all support for zero-fee transactions
Disable IsDust() for backwards compatibility
|
| |\ \
| | |
| | | |
fix for travis generating an extra build
|
| |/ / |
|
| |\ \
| | |
| | | |
Update testnet checkpoints and remove old seed
|
| | |/ |
|
| |\ \
| | |
| | | |
Corrected missing new lines in error messages
|
| | |/ |
|
| |\ \
| |/
|/| |
Add NODE_BLOOM service bit
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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
|
| |\ \
| | |
| | | |
auxpow tests
|
| |/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
- 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.
|
| |\ \
| | |
| | | |
[auxpow] Check for auxpow fork strictly
|
| | | | |
|
| | |/
| |
| |
| |
| |
| | |
Disallow any auxpow block before the blockheight where auxpow gets enabled.
For consistency, this also re-enables legacy headers on regtest.
|
| |\ \
| |/
|/| |
[auxpow] Guarantee backward compatibility on getauxblock
|
| |/
|
|
|
| |
Adds a wrapper around getauxblock to return boolean responses
for getauxblock rather than bip22 responses.
|
| |\
| |
| | |
Add attributions to source files
|
| |/ |
|