monero/src
moneromooo-monero d37d30f79a
blockchain: tweak fee as a function of median values
Use the lesser of the short and long terms medians, rather then
the long term median alone

From ArticMine:

I found a bug in the new fee calculation formula with using only the long term median
It actually needs to be the lesser of the long term median and the old (modified short term median)
short term median with the last 10 blocks calculated as empty
Yes the issue occurs if there is a large long term median and, the short term median then falls and tries to then rise again
The fees are could be not high enough
for example LTM and STM rise to say 2000000 bytes
STM falls back to 300000 bytes
Fees are now based on 2000000 bytes until LTM also falls
So the STM is could prevented from rising back up
STM short term median LTM long term median
2019-09-28 22:53:41 +00:00
..
blockchain_db Merge pull request #5878 2019-09-24 10:10:28 -05:00
blockchain_utilities Merge pull request #5878 2019-09-24 10:10:28 -05:00
blocks prep for 0.14.1.1 2019-07-17 22:25:53 +02:00
checkpoints prep for 0.14.1 release 2019-06-14 16:16:52 +02:00
common Properly format multiline logs 2019-09-16 16:58:01 +00:00
crypto RandomX integration 2019-09-25 21:29:42 +01:00
cryptonote_basic RandomX integration 2019-09-25 21:29:42 +01:00
cryptonote_core blockchain: tweak fee as a function of median values 2019-09-28 22:53:41 +00:00
cryptonote_protocol Merge pull request #5905 2019-09-24 10:39:28 -05:00
daemon Merge pull request #5878 2019-09-24 10:10:28 -05:00
daemonizer daemonizer: add --non-interactive for windows 2019-04-23 00:26:51 +00:00
debug_utilities dns_checks: new helper program to check on DNSSEC lookups 2019-04-23 15:20:45 +00:00
device Merge pull request #5835 2019-09-08 19:42:49 -05:00
device_trezor device: show address on device display 2019-06-17 16:49:04 +02:00
gen_multisig Update 2019 copyright 2019-03-05 22:05:34 +01:00
hardforks RandomX integration 2019-09-25 21:29:42 +01:00
lmdb error: fix compile error on windows with depends 2019-05-02 10:14:09 +00:00
mnemonics mnemonics: fix 4 byte UTF-8 rewriting 2019-04-30 21:10:54 +00:00
multisig Update 2019 copyright 2019-03-05 22:05:34 +01:00
net fix feature not introduced until boost 1.66 2019-08-20 01:06:59 -04:00
p2p p2p: fix bans taking port into account 2019-09-16 22:45:45 +00:00
platform Update 2019 copyright 2019-03-05 22:05:34 +01:00
ringct Merge pull request #5707 2019-08-28 02:22:00 -05:00
rpc RandomX integration 2019-09-25 21:29:42 +01:00
serialization Merge pull request #5595 2019-07-24 14:25:51 -05:00
simplewallet Merge pull request #5874 2019-09-14 13:19:01 -05:00
wallet Merge pull request #5877 2019-09-24 10:08:44 -05:00
CMakeLists.txt core: move hardforks into its own lib 2019-09-19 11:28:18 +00:00
cryptonote_config.h RandomX integration 2019-09-25 21:29:42 +01:00
version.cpp.in wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00
version.h wallet, rpc: add a release field to get_version 2019-08-26 19:28:25 +00:00