Skip to content

Commit

Permalink
updates:
Browse files Browse the repository at this point in the history
- bump to BPI with fixed `adjustUnbalancedTx`
- increase waiting time for wallets UTxOs to be indexed by chain-index
  • Loading branch information
mikekeke committed Aug 24, 2022
1 parent 8ef0d04 commit 9273633
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
flake = false;
};
bot-plutus-interface.url =
"github:mlabs-haskell/bot-plutus-interface?rev=7235aa6fba12b0cf368d9976e1e1b21ba642c038";
"github:mlabs-haskell/bot-plutus-interface?rev=234eabec35d3df3929f5f1d5f7edeafe57b27021";
};

outputs =
Expand Down
4 changes: 3 additions & 1 deletion src/Test/Plutip/LocalCluster.hs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,9 @@ withConfiguredCluster conf name testCases =
traverse
(traverse addSomeWallet . fmap twInitDistribuition . unTestWallets . fst)
testCases
waitSeconds 2 -- wait for transactions to submit
-- had to bump waiting period here coz of chain-index slowdown,
-- see https://github.com/mlabs-haskell/plutip/issues/120
waitSeconds 5 -- wait for transactions to submit
pure (env, wallets)

imap :: (Int -> a -> b) -> [a] -> [b]
Expand Down

0 comments on commit 9273633

Please sign in to comment.