unit-e
unit-e copied to clipboard
A digital currency for a new era of decentralized trust
Currently, the lint checks in Travis are executed, but don't fail the build. Since nobody really looks at the lint output, it's as if we didn't have a linter at...
**Describe the bug** Consider the following setup: 1. There are two finalizers. 2. The first finalizer holds 2/3 of the total deposit and is able to finalize an epoch alone....
As we merged bitcoin 0.17 (#41) we are now going to merge 0.18 (#727). Merging bitcoin 0.17 happened a bit chaotic: #1013 (squash), #1038 (revert), #1039 (merge). In general when...
According to our [naming scheme](https://github.com/dtr-org/unit-e-project/blob/master/project/naming-conventions.md) we use `unit-e` in executable names. The upstream merge with Bitcoin Core 0.18 adds a new executable which isn't covered by clonemachine yet, so it...
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,...
Bitcoin introduced a generic mechanism for deploying soft forks usig BIP9: https://github.com/bitcoin/bips/blob/master/bip-0009.mediawiki It has been used to deploy CSV (Check Sequence Verify) and Segwit. In unit-e we're starting with these...
**Describe the bug** The Win32 build (wine on linux) sometimes hangs. Apparently it executes the unit tests and then does not move forward. **To Reproduce** Run a travis-ci build. Wait...
When a deposit or a vote (and possibly other commits) is processed and the transaction was already seen, the node logs it as `ERROR`: `2019-03-26 16:29:09 [finalization] ERROR: IsVotable: validator=c8c07f4cd9697c3ee59caa53daf27b4f1f6f5d68...
I open this issue to openly discuss this idea, I know it might be controversial, hence the "brainstorming" tag. **Is your feature request related to a problem? Please describe** Allowing...
When syncing node from the testnet the client quickly eats up all of the RAM and is killed by the OOM killer. To reproduce it is enough to try to...