unit-e
unit-e copied to clipboard
A digital currency for a new era of decentralized trust
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...
**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`...
**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...
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,...
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...
Travis newly supports windows builds. There should be native windows / MSVC build running in travis. Related: #282
[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...
**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...
@kostyantyn just like in go, @Gnappuraz to prevent things like #74