| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | s/DOGE/DIS/g | Tomo Ueda | 2021-09-02 | 45 | -122/+122 |
| | | |||||
| * | really s/Doge/Dis/g this time | Tomo Ueda | 2021-09-02 | 145 | -2092/+2092 |
| | | |||||
| * | really s/doge/dis/g this time | Tomo Ueda | 2021-09-02 | 137 | -996/+996 |
| | | |||||
| * | fixate v1.14.4 | Patrick Lodder | 2021-08-20 | 1 | -2/+2 |
| | | |||||
| * | Remove relay-only rounding | Ross Nicoll | 2021-08-17 | 7 | -10/+32 |
| | | | | | | Remove rounding of transaction sizes when calculating fee minimums for relaying, to simplify fee logic. | ||||
| * | Merge pull request #2457 from ReverseControl/1.14.4-suggested-changes-for-2297 | Patrick Lodder | 2021-08-17 | 1 | -8/+75 |
| |\ | | | | | 1.14.4 suggested changes for 2297 | ||||
| | * | [ #2297 ] Implemented suggestions: camel casing as suggested and printing ↵ | Escanor Liones | 2021-08-16 | 1 | -14/+23 |
| | | | | | | | | | debug messages for invalidated blocks. | ||||
| | * | fix: A newly appended block header should not build on an invalid chain | p-j01 | 2021-08-16 | 1 | -8/+66 |
| | | | |||||
| * | | fees: remove careless override of -paytxfee in GetMinimumFee | Patrick Lodder | 2021-08-16 | 1 | -8/+13 |
| | | | |||||
| * | | update seeds for 1.14.4 | Patrick Lodder | 2021-08-15 | 1 | -341/+127 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recreated seeds by selecting peers across 20+ nodes that: 1. Keep up with updates, in this case run 1.14.3 or higher 2. Have NODE_NETWORK set 3. Are not known scanning clients 4. Are connectable 5. Are stable - I ordered nodes by time they have been connected to one of my nodes resulting set is 120 good nodes for mainnet and 20 good nodes for testnet, serialized into chainparamsseeds.h using the contrib/ scripts. | ||||
| * | | Refresh blockchain checkpoints | Ross Nicoll | 2021-08-15 | 1 | -8/+9 |
| | | | |||||
| * | | Merge pull request #2451 from patricklodder/1.14.4-feefilter-rpc | Ross Nicoll | 2021-08-14 | 3 | -0/+5 |
| |\ \ | | | | | | | rpc: add feefilter to peers from getpeerinfo | ||||
| | * | | rpc: add feefilter to peers from getpeerinfo | Patrick Lodder | 2021-08-14 | 3 | -0/+5 |
| | |/ | | | | | | | | | | | Exposes information about the feefilter the peer sets to us, so that we can make better informed decisions when a transaction does not get relayed. | ||||
| * | | Merge pull request #2447 from patricklodder/1.14.4-fix-qt-str-trans | Ross Nicoll | 2021-08-14 | 6 | -23/+23 |
| |\ \ | |/ |/| | qt: translate all user-exposed strings | ||||
| | * | qt: translate more user-exposed strings | chromatic | 2021-08-14 | 5 | -7/+7 |
| | | | |||||
| | * | fix typo | Patrick Lodder | 2021-08-13 | 1 | -2/+2 |
| | | | |||||
| | * | qt: translate all user-exposed strings | Patrick Lodder | 2021-08-11 | 2 | -16/+16 |
| | | | |||||
| * | | Merge pull request #2437 from michilumin/1.14.4-mintxfee | Ross Nicoll | 2021-08-12 | 1 | -0/+7 |
| |\ \ | | | | | | | Adding startup logic where -paytxfee if lower than default, mintxfee is overridden | ||||
| | * | | Adding startup logic where -paytxfee if lower than default, implies ↵ | michilumin | 2021-08-11 | 1 | -0/+7 |
| | |/ | | | | | | | -mintxfee is also lowered. | ||||
| * / | fees: Reduce minimum relay fee to 0.001 DOGE, final change from tx to 0.01 | Michi Lumin | 2021-08-11 | 2 | -2/+2 |
| |/ | |||||
| * | Merge pull request #2439 from rnicoll/1.14.4-dust-limit-type-alt | Ross Nicoll | 2021-08-09 | 6 | -9/+10 |
| |\ | | | | | Use CAmount for amounts | ||||
| | * | Use CAmount for constant amounts too | Ross Nicoll | 2021-08-08 | 3 | -5/+5 |
| | | | |||||
| | * | Use CAmount for amounts | Ross Nicoll | 2021-08-08 | 4 | -4/+5 |
| | | | | | | | | | | | | | | | | | | | | | Use CAmount rather than unsigned int for amounts for consistency with other fee rate amounts. This does change the type from unsigned int to unsigned int64, and while it is unlikely anyone would need a dust limit higher than unsigned int, again this ensures the theoretical maximum is in line with other rates. | ||||
| * | | Merge pull request #2417 from patricklodder/1.14-serialize-getheaders | Patrick Lodder | 2021-08-09 | 3 | -6/+41 |
| |\ \ | |/ |/| | Reduce getheaders spam by serializing getheader requests per peer | ||||
| | * | Reduce getheaders spam by serializing getheader requests per peer | Patrick Lodder | 2021-07-22 | 3 | -6/+41 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Introduces a counter for getheader requests that have been sent to a peer but are pending response, reducing the number of parallel requests a node pushes out to its peers when needing to sync large amounts of headers. All getheader requests are serialized during initial sync, except when a non-connecting header is received, allowing the node to resolve issues with peers sending faulty blocks using the DoS mechanism, and when we get an inv for a block that we do not know, because it's possible we're only connected to legacy nodes that do not implement header announcement properly. | ||||
| * | | [fees] Express policies in COIN instead of Koinu | Patrick Lodder | 2021-08-05 | 1 | -2/+2 |
| | | | |||||
| * | | [fees] introduce configurable hard dust limit | Patrick Lodder | 2021-08-05 | 5 | -1/+35 |
| | | | | | | | | | Co-authored-by: Ross Nicoll <[email protected]> | ||||
| * | | consensus: Fix a rare crash bug | Ross Nicoll | 2021-08-04 | 1 | -1/+5 |
| | | | | | | | | | | | Fix a rare crash bug where no best chain can be activated, and therefore when trying to find the height of the best chain via the last block triggers a null pointer dereference. | ||||
| * | | p2p: Reduce BIP125 replace by fee increment value | Michi Lumin | 2021-08-04 | 2 | -3/+7 |
| | | | |||||
| * | | bugfix: break ActivateBestChain() differently on shutdown | Patrick Lodder | 2021-08-04 | 1 | -3/+9 |
| | | | | | | | | | | | | | | | | | Moves the break in ActivateBestChain() when a node is being shut down from the beginning of the loop block to the end, allowing pindexNewTip to be populated with chainActive.Tip() rather than its initial NULL value. Solves issues when shutting down nodes while inside the ActivateBestChain loop. | ||||
| * | | Initial back end framework to separate wallet and relay fees + dust. | Michi Lumin | 2021-07-30 | 15 | -68/+135 |
| | | | |||||
| * | | Trivial: Fix Magic Numbers in key and pubkey - fixes #1968 | geekwisdom | 2021-07-25 | 3 | -38/+48 |
| | | | |||||
| * | | Merge pull request #1941 from elybin/fixing-indonesian-translation | Ross Nicoll | 2021-07-24 | 1 | -237/+1896 |
| |\ \ | | | | | | | Fixing indonesian (id_ID) translation | ||||
| | * | | Fixing few missed words and making translation more casual | Khakim Hudaya | 2021-07-15 | 1 | -62/+58 |
| | | | | |||||
| | * | | Correct XML errors | Ross Nicoll | 2021-07-15 | 1 | -2/+3 |
| | | | | |||||
| | * | | Fixing indonesian translation | Khakim Hudaya | 2021-07-15 | 1 | -231/+1893 |
| | | | | |||||
| * | | | Merge pull request #2420 from nformant1/nformant1-patch-1 | Patrick Lodder | 2021-07-23 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | Fix RPC port documentation in RPC help | ||||
| | * | | | Update server.cpp | nformant | 2021-07-22 | 1 | -1/+1 |
| | | |/ | |/| | | | | Changed RPC port from 8332 (BTC) to 22555 (Dogecoin) | ||||
| * | | | initialize fixed seeds | Dakoda Greaves | 2021-07-23 | 1 | -6/+2 |
| | | | | | | | | | | | | | | | | seed initialization was commented out on mainnet and testnet. | ||||
| * | | | Merge pull request #2308 from alamshafil/doge-tips | Patrick Lodder | 2021-07-22 | 3 | -1/+69 |
| |\ \ \ | |/ / |/| | | [QT] Add tips section | ||||
| | * | | Add tips section | Shafil Alam | 2021-07-22 | 3 | -1/+69 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add more tips Allow QT translations Fix tips | ||||
| * | | | Merge pull request #2312 from rnicoll/1.14.4-subsidy-tests | Patrick Lodder | 2021-07-17 | 1 | -22/+37 |
| |\ \ \ | | | | | | | | | Rewrite subsidy limit tests (1.14) | ||||
| | * | | | Rewrite subsidy limit tests | Ross Nicoll | 2021-07-11 | 1 | -22/+37 |
| | | |/ | |/| | |||||
| * | | | Merge pull request #2217 from pjhwa/qt-trans-ko-2214 | Ross Nicoll | 2021-07-15 | 1 | -490/+490 |
| |\ \ \ | |/ / |/| | | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev | ||||
| | * | | Fix errors of bitcoin_ko_KR.ts file for 1.14.4-dev | Jerry Park | 2021-05-30 | 1 | -490/+490 |
| | | | | |||||
| * | | | Merge pull request #2235 from chey/alpine-musl | Patrick Lodder | 2021-07-09 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | fix runtime for dogecoin on Alpine Linux (musl libc) | ||||
| | * | | | Update to use thread_local | Chey | 2021-06-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix runtime for dogecoin on Alpine Linux musl libc | chey | 2021-06-02 | 1 | -1/+2 |
| | |/ / | |||||
| * | | | fix: macos qt build | Malta Micael | 2021-07-01 | 2 | -17/+41 |
| | | | | |||||
| * | | | Merge pull request #2306 from p-j01/1.14.4-dev-issue2282 | Ross Nicoll | 2021-06-20 | 2 | -3/+40 |
| |\ \ \ | |_|/ |/| | | [vulnerability] Disconnect stalling peers after timeout of header sync | ||||