Shargon
Shargon
> Since we're still calculating NetFee per byte not per KB, how can we calculate that accurately if the tx is just over 1KB after signature is added. With zero...
But it would be nice to have this https://github.com/neo-project/neo/pull/2008 otherwise, you will earn gas :)
We can try it 10 times?
Duplicate signature won't work, because `CheckMultisignature` already checked this. But it is the same problem as Oracle. We decided to sign it offline, @roman-khimov already proposes to create a P2P...
I can make a plugin for this problem using https://github.com/neo-project/neo/pull/2101 if you want
if we want to use the plugin for every one, we can't, because his signature need to be whitelisted
With a contract, it could be expensive, and slower, with a plugin it could be faster but limited to white list address. What do you think @erikzhang ?
I think that If people pay for store it, it could be there, also there could be a `clean` method for remove transactions according to validUntilBlock.
If it's empty it will take the defaults one
It seems that empty array returns false in `section.Exists()`... https://github.com/dotnet/extensions/issues/1341 (works as designed)