On Thursday, November 12, 2015 9:21:57 PM Alex Morcos wrote: > To be clear Luke, its not THAT complicated to maintain the mining policy, > but preserving the ability of people to place priority based transactions > in a limited mempool world is quite complicated. See recently closed > #6992. > I think the biggest issue with #6357 is being sure the logic doesn't break > in future changes. There are a lot of things that need to be updated in > the right order when blocks are connected or disconnected.
That's what unit tests are for. :) > And whats the point of having even that added extra complication if its not > easy to place free transactions and starting priority is a decent > approximation for mining anyway (txs can just be rebroadcast in the worst > case). I'm not sure what you're getting at here, but rebroadcasting won't work if they're still in the memory pools (unless we open the door to DoS from reprocessing the same tx over and over). Luke _______________________________________________ bitcoin-dev mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/bitcoin-dev
