-
While testing #1133 I noticed that the upcoming 4.6.0 release (ie. [64d5845](https://github.com/kadena-io/pact/commit/64d58454d277394bfcbfc1882cdd2af343f8dd81)) is reporting a number of output failure…
-
Each p2p network peer has an x509 server certificate. Currently there is no authentication of TLS clients. Not authenticating clients makes the network vulnerable to several attacks when ever a peer m…
-
When a block header with missing dependencies is received it is likely that those dependencies will be received later on and the block can be added to the database.
For that, instead of discarding th…
-
Offer a new set of endpoints for the pact API that are "chain independent" and essentially dispatch to the appropriate apis, since txs self-identify for chains
- `send` can be unchanged as it's alr…
-
The coin contract accepts transactions with more than 12 digits if they are 0s.
It is not a security threat and cannot break precision, but is permanent for both the sending and the receiving account…
-
**Problem**:
There is no standard and easy way to show all the NFTs owned by a user when looking at NFTs in the current marmalade ledger.
This makes it difficult to create nice user experiences whic…
-
I'm creating this issue as a way to discuss the following problem:
As I'm working with the integration tests and devnet, I am having to wait a bit for blocks to come in since devnet is not as fast …
-
EDIT this is being worked on in #1461 . Following description is out of date, see later comments
-----
Omnibus issue for strategic upgrade to Chainweb Pact database to support:
1. Verifiabl…
-
We use the Floyd-Warshall algorithm to calculate the diameter of chain graphs. This is mostly useful for testing, since in production, we would use known, fixed-diameter graphs.
`massiv` is employed …
-
I've started compaction with following options:
```
compact --from /db/ --to /mnt/sata1/compact --log-dir /mnt/sata1/logs
2024-08-16T16:44:58.905Z [Debug] [] Latest Common BlockHeight: 5045607
…