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

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

p2p
permissioning
finalization
security

There are a couple of references to the bitcoin mailing lists, e.g. in [doc/dnsseed-policy.md](https://github.com/dtr-org/unit-e/blob/master/doc/dnsseed-policy.md). Clonemachine has turned them into a link to a unit-e mailing list which does not exist....

documentation

We have encountered numerous build issues that are not covered by our CI, which is why I recommend to only approve pull requests that have at least one ACK. Possible...

ci

[![](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Yes)](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Yes/vote) [![](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Absolutely)](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Absolutely/vote) [![](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/No)](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/No/vote) [![](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/God%2C%20No!)](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/God%2C%20No!/vote)

Polls

As per the review of #730 we want to remove all occurences of `CTransaction(mutable_transaction).IsXXX` where the construction of a `CTransaction` only occurs to access methods which are not available in...

technical debt

As per the review of #654 we want to extract the transaction input iteration logic. The accepted design is to add a ```C++ template void ForEachInput(Callable &func) { } ```...

technical debt

**Describe the bug** As tests from the following PR https://github.com/dtr-org/unit-e/pull/617 show, the finalizer creates the vote once it sees the first block of the new epoch. It means that the...

finalization

**Is your feature request related to a problem? Please describe** At the moment the default address retrieved by `getnewaddress()` is a P2SH address with segwit support, when such address is...

feature

Bitcoin Core has a [script to verify release binaries](https://github.com/bitcoin/bitcoin/tree/master/contrib/verifybinaries). This downloads a PGP signed list of checksums of the release binaries from two servers (bitcoincore.org and bitcoin.org) checks that the...

build

**Describe the bug** When doing a gitian build of unit-e the build of the dependencies fails with an error message `configure: error: udev support requested but libudev header not installed`...

bug
build