Sebastien Guillemot
Sebastien Guillemot
I suspect maybe this is part of a large issue, because for example The following works ```typescript type Noop = Awaited; is(5) // true ``` However, the following doesn't ```typescript...
One way to do this is also to have people upload EPs to ipfs. This is the sharing solution by both trueblocks and thegraph
@szandala I'm growing increasingly convinced the right solution is this approach: https://github.com/dcSpark/carp/issues/34#issuecomment-1140540177 The config file from this solution would then be the one that contains the EP path (be it...
I did some of these at some point. Not sure if there are any left
Related to https://github.com/dcSpark/carp/issues/33
I don't think we should need to abstract away the `input.recv()`for task-based tests since that call happens before the task framework runs (in a separate crate). If you want to...
The multiple returning is just to make sure the order is the proper order. It's not that important -- you could replace it with a function that zips the input...
Ideally we would deprecate all of Pallas. Unfortunately it will be very hard and time-consuming to do
Swap it all out with CML once all the CML upgrades are in place. Cardano Multiplatform Lib still has some limitations which means we currently have to use both, but...
Yes, this is intentional to keep it slim (we try and only store columns that are necessary for joins) If you want to add extra columns for information, you can...