|
3 | 3 |
|
4 | 4 | **Dynamic v2.4.0.0**
|
5 | 5 |
|
| 6 | +* Fixes for PS and UTXO sorting |
| 7 | +* Cleanup fee section |
| 8 | +* Increase Signatures Required and Total |
| 9 | +* Fix psq/psa conditions |
| 10 | +* Amend GetCollateralAmount and GetMaxCollateralAmount |
| 11 | +* Update denom info in locale |
| 12 | +* c++14 for travis |
| 13 | +* Increade skip DNS Thread |
| 14 | +* Use IN6ADDR_ANY_INIT instead of in6addr_any |
| 15 | +* Update select coin methods |
| 16 | +* Call InitializeCurrentBlockTip after importing has finished |
| 17 | +* Fix crash bug with duplicate inputs within a transaction |
| 18 | +* Add instantlock field to getrawtransaction rpc output |
| 19 | +* Use VersionBitsState instead of VersionBitsTipState to avoid cs_main lock |
| 20 | +* Remove unused instantsenddepth from init |
| 21 | +* Do not hold cs_main while emitting messages in WalletModel::prepareTransaction |
| 22 | +* Base psq/pstx thresholold on the total number of up to date dynodes |
| 23 | +* Workaround for MacOS Mojave Dark Mode |
| 24 | +* Rename SnTimer to DnTimer |
| 25 | +* BIP147 |
| 26 | +* Fix gettxoutsetinfo RPC command |
| 27 | +* Update README.md |
| 28 | +* Fix frameFeeSelection CSS |
| 29 | +* Fix Mining Page Colour |
| 30 | +* Remove auto entry of ports to config file |
| 31 | +* Remove unused CheckWork function |
| 32 | +* Fix ZMQAbstractNotifier |
| 33 | +* Update Icons and Splashscreen |
| 34 | +* Update TestNet checkpoint and minchainwork |
| 35 | +* Light Purple for LockedbyInstantSend |
| 36 | +* Update TestNet seed IP's |
| 37 | +* Update Alert/Spork for TestNet |
| 38 | +* Update mainnet minchainwork |
| 39 | +* Add a column for IS lock status on Transactions tab |
| 40 | +* fixes for shutdown sequence |
| 41 | +* Automatic InstantSend locks for simple transactions and some fixes |
| 42 | +* [ZMQ] Notify when an IS double spend is attempted |
| 43 | +* Remove dummy confirmations in RPC API and GUI for InstantSend transactions |
| 44 | +* Update showSNConfEditor -> showDNConfEditor |
| 45 | +* Change default build to disable GPU miner |
| 46 | +* Do not ignore patches in depends |
| 47 | +* Force fvisibility=hidden when compiling on macos |
| 48 | +* PrivateSend spending txes should have "outgoing" icon on overview screen |
| 49 | +* Relay txes through DN network faster than through regular nodes |
| 50 | +* Update XTHIN code |
| 51 | +* Reduce Memory Imprint on DB |
| 52 | +* Add protected distructor for CValidationInterface |
| 53 | +* Amend DEFAULT_TRANSACTION_MAXFEE |
| 54 | +* Fix ' warning: delete called on non-final 'PeerLogicValidation' that has virtual functions but non-virtual destructor' |
| 55 | +* Add WakeMessageHandler call to UpdateBlockTip |
| 56 | +* Cleanup from changing "boost::lexical_cast<int>" with atoi |
| 57 | +* clang-format |
6 | 58 | * Update info for testnet spork key
|
7 | 59 | * add missing file to makefile
|
8 | 60 | * Remove bdap from DIST_SUBDIRS in make file
|
|
0 commit comments