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

**Is your feature request related to a problem? Please describe** This is the header of any p2p message: ``` // (4) message start // (12) command // (4) size //...

p2p

I am observing lots of orphan transactions processed by my node: ``` 2019-04-16 21:52:08 [ mempool] mapOrphan overflow, removed 1 tx :stored orphan tx 18111cc415b22869db9d160df25f05f6cd2693654c75276e154de89c6354a173 (mapsz 101 outsz 2247) 2019-04-16...

p2p

`LegacyValidationInterface::ContextualCheckBlockHeader` does not check difficulty. #939 might fix that, or a smaller patch can just patch this in. @Ruteri inintially reported, I'm aware of it, but lets not forget about...

consensus

**Describe the bug** After processing some amount of `headers+commits` messages (several thousands or alike in my current scenario), commits exchange fade out, and node fallbacks to the headers full sync....

bug

**Describe the bug** When calling `gettransaction` on a coinbase transaction, the result looks like: ``` gettransaction 31311af5c831b38a1498f71ec870c1ed36c4c030463709067a08ed8df5ecc8b3 10:51:31 { "amount": -3.74999999, "bip125-replaceable": "no", "blockhash": "85b494203985bcbf5a0d8d9e840988c34091bf09c1f0b8bd42ce84c656e4b951", "blockindex": 0, "blocktime": 1555058872, "confirmations":...

bug

It's a TODO list after #525 * [ ] fork choice: prefer forks with votes instead of insta finalized * [x] fork_choice: more tests (like two chains started from the...

technical debt
finalization

The Bitcoin Core codebase has a couple of places where there are checks on the client version to enable features which where introduced in certain releases. As we are starting...

technical debt

The current implementation of the `filtertransactions` RPC method was designed for regular and Bitcoin-style coinbase transactions. It should correctly show new coinbase and other types of transactions (or explicitly ignore...

feature
wallet
rpc

When going through our first software release we will need to do some extra checking and setup work. This issue is supposed to track what needs to be done there....

build
documentation
release

As described in [[1]](https://github.com/dtr-org/economics/blob/master/unit_e_economics.ipynb#Unit-e-Proposers-economic-model) we want to reward proposers substantially only if finalization is accomplished and in a proportional manner in respect of how many votes were included. In order...

consensus
proposing
economics