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** While testing the feature on Mac OS, it seems that the USB device communication randomly fails about 50% of the time. The response packets we receive are...

bug
wallet

**Describe the bug** After 1.5h of running united in testnet I started getting a lot of logs, and the node does not connect to it's peers (it was connected previous...

bug
p2p

Currently, the way individual transactions are encoded is quite similar to what's done in Bitcoin ( https://en.bitcoin.it/wiki/Protocol_documentation#tx ), but we have the possibility to save some bytes per transaction. The...

consensus
utxo

A bitcoin-coinbase-transaction has the COutput part of `vin[0]` all zeroed out. Currently this is the same in a unit-e-coinbase-transaction. The `scriptSig` of `vin[0]` carries the block height and other meta...

consensus
proposing

In the current implementation a single piece of stake with an amount of X% of the total money supply should lead to a chance of %X to propose. Related: -...

proposing

- Restore functional tests that relied on BIP 22 and BIP 23: https://github.com/dtr-org/unit-e/issues/280 (important in general and to merge with upstream 0.17) - [ ] Adapt `generate` RPC call (important...

consensus

The `feature_pruning` test can not be run in travis because travis has a limit/timeout on builds (2h). The test nevertheless should be run regularly and automated. Travis cronjobs don't help,...

tests

The proposer will make an attempt to combine multiple UTXOs when staking. This is done to merge small pieces into bigger pieces which can then used for staking with a...

proposing

**Is your feature request related to a problem? Please describe** Initial discussion started in this PR https://github.com/dtr-org/unit-e/pull/522 after the merge. We removed BIP34 flag which introduced the height in the...

consensus
technical debt
utxo

**Is your feature request related to a problem? Please describe** Currently, we have 6 parallel builds on Travis that do a compilation, then optionally run unit tests and after optionally...

ci
brainstorming