Dražen Popović
Dražen Popović
Hi @jariazavalverde, Apologies for the intrusion, I ran into this project and was very happy to see it exists so I wanted to contribute a bit. I tried to run...
https://github.com/mlabs-haskell/bot-plutus-interface is deprecated, and COOP needs to migrate to a different PAB solution. Reproducing transaction building logic is not necessarily difficult, however, having a stable and robust test suite as...
DONE - Improve tests speed
Users can make COOP Publishers sign and submit a `mint-fact-statement-tx` transaction with their keys. BPI relies on a PABConfig configuration file to learn about where the wallet directory is. COOP...
Let's consider leaving the Nix jail and having all the COOP Haskell libraries and associated tooling made available via a publicly available Hackage. References - https://input-output-hk.github.io/cardano-haskell-packages/
COOP relies on a single Publisher gRpc service that relies on 2 backend services FactStatementStore and TxBuilder. All these service require a prelude of setting up and it would be...
bot-plutus-interface turned out to be very unreliable and caused most of the issues that extended the project timelines and introduced significant risks. Find another PAB and implement the TxBuilder service...
Once everything is put together, everything should compile, the fact that it doesn't means this is a bug. Some deets: ``` • No instance for ‘LambdaBuffers.Runtime.Prelude.Json LambdaBuffers.Plutus.V1.TxOutRef’ arising from a...
At the time of writing https://github.com/mlabs-haskell/lambda-buffers/blob/main/libs/lbf-plutus/ several PLA types were not available in CTL which is why I placed those types in: 1. https://github.com/mlabs-haskell/lambda-buffers/blob/main/libs/lbf-plutus/Plutus/V1/Todo.lbf 2. https://github.com/mlabs-haskell/lambda-buffers/blob/main/libs/lbf-plutus/Plutus/V2/Todo.lbf This came back to...
As @jaredponn said in https://github.com/mlabs-haskell/lambda-buffers/pull/147#discussion_r1396843860 for more context see https://github.com/mlabs-haskell/lambda-buffers/issues/144