Darius Parvin
Darius Parvin
Currently, btcd rejects transactions based on their priority. e.g. "\ has insufficient priority (0
- fix the int conversion to use `int_from_bytes()` rather than `int()`
The `schnorr_sign` function from the [bip340 reference code](https://github.com/bitcoin/bips/blob/master/bip-0340/reference.py#L98) has a third required argument `aux_rand: bytes`. Change: - adding `aux_rand` as an optional argument that defaults to `0x0000...`
Find or create a function which would return optimal edges (payment channels) to result in a node with the maximum betweenness centrality.
Currently test-zeekoe.py only makes sure that an error doesn't occur when initiating the different flows that are tested. This ensures that the operations broadcasted in the test were valid and...
Currently, `min_confirmations` is a global default and zeekoe assumes the customer and merchant will use the same values during channel establishment. When the merchant verifies the status of a contract,...
Background: In Tezos, every operation has a `counter` value. It is a value only used once per operation per sender. It starts from 0 and increments by 1 for each...
The boxes on the bottom layer of CH11 Figure 1. _Merkle Tree_ should be 'Hash' followed by 'Tx A', 'Tx B', 'Tx C', 'Tx D'. Right now it has 'Hash...