Azat Nizametdinov
Azat Nizametdinov
**Describe the bug** Consider the following setup: 1. There are two finalizers. 2. The first finalizer holds 2/3 of the total deposit and is able to finalize an epoch alone....
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...
[UIP-15](https://github.com/dtr-org/uips/blob/master/UIP-0015.md) introduced a new kind of witness program which does not fit the old specification ([BIP-141](https://github.com/bitcoin/bips/blob/master/bip-0141.mediawiki#Witness_program)): > A scriptPubKey (or redeemScript as defined in BIP16/P2SH) that consists of a 1-byte...
Particl punishes nodes detected to be staking the same coins by delaying their blocks, which increases the chance of those blocks to be orphaned. Apparently, the intention is to reduce...
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...