-
Parameters on transactions, blocks, mempool that could prevent or mitigate DoS or lockups under heavy load scenarios. Which of these require consensus changes is TBD.
1. Tracking of the state of Do…
-
it seems that Verify Merkle root procedure is broken somehow:
MerkleRootMismatch: Block header Merkle root does not match its transactions. block hash=00000000594fd07b9f9e7dea58f56d227de5d829f47863ff…
-
**Steps To Reproduce**
```
curl 'https://api.counterparty.io:4000/v2/transactions/91c54a2fea3ddca40ccae2d34de956907aa81a44262680631b947803a20d8c98/info?verbose=true' | jq
% Total % Received % …
-
It's possible to "segregate" lnd in 2, where one lnd have all the states, and another lnd will just be signer. more info [here](https://github.com/lightningnetwork/lnd/blob/master/docs/remote-signing.…
-
Background:
Specter Desktop is ideal to manage multiple watch only wallets and construct transactions ready for signing. The `Wallets overview` is especially helpful to track the global balance and t…
-
I get this error when i want to import private keys from a zcl electrum wallet to a GUI Wallet 1.0.4
![2018-04-25_3-56-49](https://user-images.githubusercontent.com/37069708/39231773-dd480a02-4873-…
-
Change sha256 to sha3_256 for MerkleRoot-related calculations in Functional Test framework to pass the tests:
```
feature_block.py
feature_cltv.py
feature_csv_activation.py
feature_dersig.py …
-
**Steps To Reproduce**
```
~/counterparty/Horizon-Explorer/ [main] curl 'https://api.counterparty.io:4000/v2/transactions/e810af30ce672722c076bc338a1e2bf8f0138ea8726751ed10729d1b5f744758/info?verb…
-
I'm not sure if this is similar to my previous issue #152 and should be fixed now (I'm still running v 1.4.2).
I created a PSBT transaction with a label, I signed it offline, and then broadcast th…
-
Hi, I'm wondering if Ivy can handle other arithmetic functions and integer values, to write functions like `is_greater(valA: int, valB: int)`? I know that the related opcodes do already exist (`OP_MIN…