-
**External**
**Area**
*Networking/Ledger*
**Describe the feature you'd like**
During high network utilization, the mempools of various block producers on the network are much more likely to di…
-
Given a chain of blocks `1 .. 10` and a page size of `3`
I expect `allPages` to return the following results: `[1,2,3,4,5,6,7,8,9,10]`
Actual results are different: `[10,7,8,9,4,5,6,1,2,3]`
T…
-
Following the instructions, this is what I get (vasil branch):
Maybe index.html is missing?
-
Currently, we fetch these from Blockfrost. Also, it appears our network detection is broken here.
-
We should support something like `awaitTxConfirmed`/`awaitTxStatusChanged` from Plutus. One way to do this is to query the chain until the transaction hash returns a full transaction. Another way migh…
-
Describe what the problem is?
When entering a Blockfrost session and providing Blockfrost API key, no check is made if it's valid. This results In functions not working without any warning.
What s…
-
There are two new fields added to utxo in Babbage era to support inline datum and script reference. The Utxo class has already been updated with two new fields
```
private String inlineDatum;
pri…
-
There's a bit of a subtle bug in the slot config used currently for preprod.
https://github.com/spacebudz/lucid/blob/39cd2129101bd11b03b624f80bb5fe3da2537fec/src/plutus/time.ts#L10-L15
The syste…
-
Hello Jerry. Hope all is good.
Maybe this is solved in a recent commit but pip is still giving me version 0.5.0. Please push if you tackled this.
I'm still getting funky errors on creating txs …
34r7h updated
2 years ago
-
Hello, we just notice that the **txs/{tx_hash}/utxos** endpoint is no longer returning the collateral outputs on the transactions, here is an example:
```
curl -H "project_id: ..." https://cardano-…