unit-e
unit-e copied to clipboard
A digital currency for a new era of decentralized trust
The release tarball gitian builds contains the unit-e binaries and man pages. It should also include a copy of the `COPYING` file which states the copyright holders and the license...
The gitian build script `contrib/gitian-build.py` does the release builds of unit-e. It has a number of direct and indirect dependencies which affect the build. We need to check these dependencies...
We have basic test coverage of finalization. We need to create a list of extensive finalization scenarios that we need to cover. - [ ] Test that finalization is happening...
**Is your feature request related to a problem? Please describe** We need to make sure that pruning is working and the node is fully functional and is resistant to re-orgs....
**Is your feature request related to a problem? Please describe** We don't accept votes which are from the future epoch. It sounds OK as the difference between epochs is 50...
*Copied from [PR#798](https://github.com/dtr-org/unit-e/pull/798#issuecomment-474424359) discussion* Also partially related to this PR. We are working on also introducing a merkle root for finalizer commits. We will change their signatures so they will...
**Describe the bug** After importing a BIP39 mnemonic and generating the 512-bit seed byte sequence, the Unit-e code does not save the seed, but instead [generates the 256-bit master key](https://github.com/dtr-org/unit-e/blob/bd1e53725c530f0914ed2157d1c5c309c1005989/src/esperanza/walletextension.cpp#L195)...
In order to have a clear & consistent style for our Python code (mainly functional tests), we should enforce PEP-8, as it's a de-facto standard for the community. Given that...
From a comment in https://github.com/dtr-org/unit-e/pull/37 > [We are] trying to use as much bitcoin functionality as possible. Bitcoins CWallet already has methods to set the master key but I do...
From the original _consensus design decisions_ meeting notes: > Kernel hash depends on last finalized block or last block In the current implementation derived form PoS v3 the proposing algorithm...