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

**Describe the bug** If the deposit is not finalized and the vote for this deposit received, it crashes the node. **To Reproduce** 1. create a deposit 2. send the vote...

bug
finalization

Proof-of-Stake v3 as adapted from particl uses every spendable coin (utxo) to propose, but not the sum of them. The proposer iterates through every spendable coin, checks according to the...

consensus
proposing

Validators will incur in substantial running costs and at least some of them will want to use the yield from the deposit to pay for them. In order to allow...

finalization
economics

**Describe the bug** We use whitelisting for faster transaction propagation in functional tests. However it turned out that argument `-whitelist=127.0.0.1` is simply not applied for outgoing connections. We didn't discover...

feature
p2p
brainstorming

_Opening a discussion based on https://github.com/dtr-org/unit-e/pull/721#issuecomment-469052989 – intially commented on by @kostyantyn_ I have a general question. Why do we need macros for injector? What is the critical improvement it...

brainstorming

Currently we have the situation that we have `CChainParams` and `blockchain::Parameters`. Additionally we have `gArgs`, `Settings`, `CBaseCainParams`, `blockchain::Behavior`, `esperanza::FinalizationParams`, `Consensus::Params`, `AdminParams`, `SnapshotParams`. The goal is to have a clear distinction...

refactoring

**Describe the bug** unit-e implements [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) (though the implementation has a bug: https://github.com/dtr-org/unit-e/issues/582 - but this does not affect this issue). bitcoin (and therefore unit-e) implements [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki). This allows for...

bug
feature

**Is your feature request related to a problem? Please describe** It would be nice to be able to use a `TX_PAYVOTESLASH` transaction to stake without having to create another transaction....

feature

It's surprisingly hard to find good sources for how to generate and store private keys. We want as many people as possible to sign unit-e's gitian builds, and we want...

documentation

Let's discuss if it's worth it.

build
backport