unit-e
unit-e copied to clipboard
A digital currency for a new era of decentralized trust
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...
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....
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...
[](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Yes/vote) [](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/Absolutely/vote) [](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/No/vote) [](https://api.gh-polls.com/poll/01D5C641Q6444FBG5GX3D92ZSB/God%2C%20No!/vote)
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...
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) { } ```...
**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...
**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...
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...
**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`...