Sourabh

Results 54 comments of Sourabh

> > Just to make sure: Is this Ormolu-specific, or does this also happen with other tools (i.e. hlint, stylish-haskell, etc.)? > > Just Ormolu for me. I installed both...

Though, latest binary on release page is working fine on my M1 system ✌️

@rvcas I am a beginner in Plutus, so my thought process in following might be wrong. I think it's useful, as for instance, in the [current](https://github.com/txpipe/plutus-starter-kit/blob/main/src/Hello/Shared.hs#L28) code base, you have...

I believe, our `.cabal` file can be minimal but `cabal.project` file should be rich enough so that one can add these things in build dependency if required.

According to report & testing, it doesn't seem to appear for other providers and thus solely limited to BF.

@KristianBalaj @effectfully Could we use `deserialised` as mentioned [here](https://github.com/IntersectMBO/plutus/pull/5364/files) to get a variable of type `CompiledCode (Integer -> Integer)` so that we can apply parameter to this script?

I tried applying my parameter to the obtained deserialised UPLC via `finalUplc = fromJust $ UPLC.applyProgram deserialised (PlutusTx.liftProgram plcVersion100 myAssetClass)` but when I serialise my `finalUplc` using `serialiseUPLC $ toNameless...

I simulated a crash and saw `1` as exit code. Is there a reproducible example for this?

`BadInputsUTxO` means that the input it is trying to consume doesn't belong to current UTxO set, probably because another tx already consumed this input.

@alessandrokonrad Regarding `awaitTx`, are you sure that result given by blockfrost's `/txs/{txHash}` endpoint would be for "confirmed" transaction. I mean, that transaction might still not be confirmed (& there might...