unit-e icon indicating copy to clipboard operation
unit-e copied to clipboard

A digital currency for a new era of decentralized trust

Results 100 unit-e issues
Sort by recently updated
recently updated
newest added

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...

build

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...

build

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...

tests
finalization

**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....

tests
utxo

**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...

finalization

*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...

needs design
brainstorming

**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)...

bug
wallet

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...

style
tools

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...

wallet

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...

consensus
needs design