2018-10-29 02:49:53
Should include MB/s and IOPS so that users may know how fast they are reading from things and get an idea of it they are hitting the theoretical maxes for the devices in question.
Network bandwidth rate estimate for network sources.
GitHub
2018-10-29 02:50:45
Add rpc call to either read a block of data or read a merkle tree intermediate node over the network.
This way, each arktika node won't need filesytem access to all chunks.
GitHub
2018-10-29 02:51:35
API already exists, need to add something to estimate the fee needed. Maybe using the fee rate 1/3 of the way into current mempool or something?
GitHub
2018-10-29 02:54:14
So we already have automatic sorting by fee, so high fee things get included first.
But we can still be flooded by transactions for very low or zero cost, we should switch to a configurable max amount of block to be filled with low fee transactions.
Maybe something like, at most 100k per block,at least one transaction (that way if someone makes a huge low fee transaction, it can still get in eventually).
This way, we can start requiring fees to fill blocks and still allow older clients that do no fee to send transactions.
The bitcoin solution was to do some complicated madness with larger enough transactions for funds that haven't moved in a long time being free, but that seems more complex with a limited upside.
GitHub
2018-10-29 02:55:07
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-10-29 03:23:15
*https://github.com/snowblossomcoin/snowblossom/compare/daba06465edd...6d1b21fd733f*
https://github.com/snowblossomcoin/snowblossom/commit/6d1b21fd733f01bb74a2d54fbcf0621a55cbc31c - Adding low fee area to blocks
GitHub
2018-10-29 04:21:19
*https://github.com/snowblossomcoin/snowblossom/compare/6d1b21fd733f...dc7afa3df239*
https://github.com/snowblossomcoin/snowblossom/commit/dc7afa3df2390b505392a3f446e4bc363fbf92b1 - Use fee estimate for load test
GitHub
2018-10-29 04:21:51
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-10-29 16:03:48
[snowblossomcoin/snowblossom] Issue opened by fireduck64
GitHub
2018-10-29 19:52:34
*https://github.com/snowblossomcoin/snowblossom/compare/dc7afa3df239...526321712db7*
https://github.com/snowblossomcoin/snowblossom/commit/526321712db75b977960fb1ccb0397ef640c1baf - fixes #133
GitHub
2018-10-29 19:52:34
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub