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

bitcoin has a notion of _chain work_ which is the sum of all the work (an ever increasing number) that has been put into a chain. It helps when deciding...

consensus

**Is your feature request related to a problem? Please describe** Since we cloned the code from Bitcoin, we also inherited service flags that can be turned on/off. For instance, `NODE_WITNESS`...

p2p
brainstorming

**Is your feature request related to a problem? Please describe** We have a strict rule of how the include directives should be grouped and ordered in the *.cpp file however...

feature
tools

For proposing we need the _stake modifier_ which depends on the _stake modifier_ and _kernel_ of the previous block (and so on). Currently we store it in the block index,...

proposing

In the presence of P2WSH P2SH becomes useless, and its implementation increases technical debt. Removing P2SH will allow us to simplify the script interpreter and to get rid of special...

technical debt

Travis newly supports windows builds. There should be native windows / MSVC build running in travis. Related: #282

ci

[BIP98 Fast Merkle Trees](https://github.com/bitcoin/bips/blob/master/bip-0098.mediawiki) introduces the concept of fast merkle trees which essentially do not use double-sha256 but fast-sha256 for inner nodes of the tree. In the addendum it also...

feature
consensus
performance
security

**Is your feature request related to a problem? Please describe** Right now, we disallow multisig transactions that mix hardware and wallet keys, because we'd have to switch between `TransactionSignatureCreator` and...

feature
wallet

We should have regular unit-e release builds for testers and users.

build

@kostyantyn just like in go, @Gnappuraz to prevent things like #74

build
ci
backport