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

In accordance with ADR-6 https://github.com/dtr-org/unit-e-docs/blob/master/adrs/2018-08-27-ADR-6%20Adpot%20Google%20C%2B%2B%20Style%20Guide.md we want to format the codebase using google code style.

style

`finalization_slash_itself` flaked out in https://travis-ci.com/dtr-org/unit-e/jobs/197416124 ``` finalization_slash_itself.py failed, Duration: 7 s stdout: 2019-05-03T09:20:23.366000Z TestFramework (INFO): Initializing test directory /tmp/test_runner_Uā‹®_šŸƒ_20190503_090129/finalization_slash_itself_86 2019-05-03T09:20:23.366000Z TestFramework (INFO): Debug file at /tmp/test_runner_Uā‹®_šŸƒ_20190503_090129/finalization_slash_itself_86/node0/regtest/debug.log Starting node 0 with...

floating test

Out current review process does not allow reviewing the commit message. The accepted agreement is that we take the description as commit message for the squash commit. This could be...

repo

As has been described in the https://github.com/dtr-org/unit-e/issues/996#issuecomment-483694251, node could keep invalid spawned finalizer commit transactions in the wallet because there's a lack of validation of them prior adding to the...

bug
wallet

Bitcoin Core has branched 0.18 now: https://github.com/bitcoin/bitcoin/tree/0.18. It aims at a 0.18.0 release on Apr 3 2019 (bitcoin/bitcoin#14438).

upstream sync

This is the checklist for things to do when doing the next release, which is 0.2.0. It will be done when the work for the [0.2 milestone](https://github.com/dtr-org/unit-e/milestone/12) is completed. *...

release

Currently we don't have any dedicated tests for the test framework itself - we only test what we use. One thing that seems important is messages serialization/deserialization. I propose to...

feature
p2p

**Describe the bug** `// UNIT-E TODO: Restrict to witness programs only once #212 is merged (fixes #48)` hasn't been removed hence any P2PKH output is considered stakeable but once we...

bug
technical debt

**Is your feature request related to a problem? Please describe** Instant finalization is not something that will be at the mainnet. I see it as a leftover when we didn't...

feature
finalization

https://github.com/dtr-org/unit-e/pull/1004 changes the type which transaction type is encoded as from `uint16_t` to `uint8_t`, which gives a maximum of 256 possible transaction types. The structure we inherit from bitcoin supports...

brainstorming