Skip to content

Commit 1dcb717

Browse files
committed
small docs fixes
1 parent 8616acc commit 1dcb717

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ If your project is importing and making use of `Plutip`s library you will need t
1111

1212
And the following ghc flag must to be set for the test execution: `-Wall -threaded -rtsopts`
1313

14+
NOTE: This branch launches local network in Vasil. Please use appropriate node version if running w/o Nix. It was tested with node `1.35.3`.
15+
1416
## Usage
1517

1618
Plutip provides a tasty interface for executing Plutus contracts on a local cluster.
@@ -55,7 +57,3 @@ tests =
5557
For more, see `Test.Plutip.LocalCluster` `Test.Plutip.Contract`.
5658

5759
More examples could be found [here](test/Spec/Integration.hs).
58-
59-
## Known limitations
60-
61-
At the moment underlying mechanisms that execute contract do not support `awaitTxConfirmed`. As one possible solution, `waitNSlots n` can be used instead. We are working on it.

local-cluster/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ As long as the cluster is not stopped, the relay node can be used for arbitrary
66

77
The node socket path can be obtained from console output.
88

9-
NOTE: This branch currently starts local network in Alonzo era. Stable branch that not yet merged to master, but can start local network in Babbage era, can be found [here](https://github.com/mlabs-haskell/plutip/tree/gergely/vasil/local-cluster).
9+
NOTE: This branch launches local network in Vasil. Please use appropriate node version if running w/o Nix. It was tested with node `1.35.3`.
1010

1111
The `Main.hs` module can also serve as an example of how to make your own executable for starting local cluster with funded wallets. Note that when wallet is added with `addSomeWallet` it is recommended to wait some time (1 or 2 seconds) with `waitSeconds` while funding transaction is sent and confirmed.
1212

0 commit comments

Comments
 (0)