Stanislav Frolov
Stanislav Frolov
Hi, Thanks a lot for you work! Unfortunately I experience troubles while using of irony, it seems irony doesn't refresh completion results properly. E.g. I have two functions: `foo1` and...
It has flaked on the master branch recently. ``` 2019-05-03T11:32:53.200000Z TestFramework (ERROR): Assertion failed Traceback (most recent call last): File "/home/travis/build/dtr-org/unit-e/build/unit-e-x86_64-unknown-linux-gnu/test/functional/test_framework/test_framework.py", line 203, in main self.run_test() File "/home/travis/build/dtr-org/unit-e/build/unit-e-x86_64-unknown-linux-gnu/test/functional/feature_graphene_passive.py", line 70,...
As has been described in the https://github.com/dtr-org/unit-e/issues/996#issuecomment-483694251, node could keep invalid spawned finalizer commit transactions in the wallet because there's a lack of validation of them prior adding to the...
**Describe the bug** After processing some amount of `headers+commits` messages (several thousands or alike in my current scenario), commits exchange fade out, and node fallbacks to the headers full sync....
It's a TODO list after #525 * [ ] fork choice: prefer forks with votes instead of insta finalized * [x] fork_choice: more tests (like two chains started from the...
When handling `commits` message we make simple transaction check only. It means we don't detect permissions issues on this step and trust for any vote. In the worst scenario, we...