Mathias LANG
Mathias LANG
This will be postponed at a later phase as we moved to have our own wallet solution.
@omerfirmak : Wasn't this fully covered by #2493 ?
https://github.com/dlang/ci/pull/394
In order to be useful, this would require a rather large rework of the project tester. In particular, the project tester is specific to a single platform, and tied to...
We might be able to leverage https://github.com/containrrr/watchtower with a special boot sequence (migration scripts).
We will have to defer this after CoinNet, as it doesn't affect the consensus protocol itself, only the implementation of Agora.
This hasn't been needed for CoinNet as well, so moving out of the milestone.
Can you try inserting in the other direction (20 -> 0) ?
No the result is as expected. But I guess the original rationale for this issue is indeed gone nevertheless.
The usage of associative array in Set is problematic, because: - There is no way to create an AA "in one go" like we do with struct of arrays. AA...