Skip to content

Commit

Permalink
Add new env funcs
Browse files Browse the repository at this point in the history
Add advance_clock, create_checkpoint and advance_epoch to Environment.
Add respective tests.

Fix issues with clone tests.
  • Loading branch information
Garrett-Weber committed Feb 10, 2024
1 parent 0124681 commit b3c88f7
Show file tree
Hide file tree
Showing 4 changed files with 255 additions and 22 deletions.
3 changes: 2 additions & 1 deletion Cargo.lock

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

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sui-poc-framework"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
authors = ["Garrett Weber <[email protected]>"]
repository = "https://github.com/Garrett-Weber/sui-poc-framework"
Expand Down Expand Up @@ -28,4 +28,5 @@ simulacrum = { git = "https://github.com/MystenLabs/sui", rev = "devnet-v1.17.0"
[dev-dependencies]
bcs = "0.1.4"
serde = { version = "1.0.144", features = ["derive"] }
lazy_static = "1.4.0"
shared-crypto = { git = "https://github.com/MystenLabs/sui", rev = "devnet-v1.17.0" }
Loading

0 comments on commit b3c88f7

Please sign in to comment.