Vladimir Kalnitsky

Results 36 comments of Vladimir Kalnitsky

@JordanMartinez at least in master spago lists package dependencies, not my project modules.

I think that rollbacks are a tangential issue. The problem is that Blockfrost does not provide a consistent view of the UTxO set in its own endpoints (the second point...

> As these are two different tools, I do not think there is a way to ensure an absolute consistency between them. I cannot think of one, I welcome any...

> it should also be a valid option for package authors to opt out of using package sets entirely (e.g. if they do not expect to be able to keep...

> Hm, I suppose the current handling of TypeWildcard doesn't really match up with what the comment says. I believe the initial idea was that TypeWildcard in a query is...

One possible solution is to return negative numbers for exact matches of type constructors: ``` go (P.TypeConstructor _ q1) (P.TypeConstructor _ q2) | compareQual q1 q2 = pure (-1) ```

As for now I updated the comment to reflect the intention behind the proposed fix (though the best way to resolve the issue is not clear IMO).

They are hardcoded deeply: https://github.com/blockfrost/blockfrost-backend-ryo/blob/1a513e4f37bcf8072663a70d11289ec63ca8c39f/src/types/common.ts#L8

Would you accept a PR that adds the ability to run on a custom testnet?

@1000101 True. We have a tool called [plutip](https://github.com/mlabs-haskell/plutip) that spawns clusters with network ID set to mainnet, but the network is using very different parameters, so we need to support...