Skip to content

Commit

Permalink
Add tests for typed events
Browse files Browse the repository at this point in the history
  • Loading branch information
0xOmarA committed Aug 28, 2023
1 parent 47af6fd commit ddd8fa3
Show file tree
Hide file tree
Showing 5 changed files with 513 additions and 18 deletions.
2 changes: 1 addition & 1 deletion radix-engine-toolkit-core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cargo_toml = { version = "0.15.3" }
scrypto-unit = { git = "https://github.com/radixdlt/radixdlt-scrypto", tag = "rcnet-v3-a74271b895", default-features = false, features = ["std", "resource_tracker"] }

[features]
default = ["lru"]
default = ["moka"]
moka = ["radix-engine/moka", "radix-engine-queries/moka", "scrypto-unit/moka"]
lru = ["radix-engine/lru", "radix-engine-queries/lru", "scrypto-unit/lru"]

Expand Down
Loading

0 comments on commit ddd8fa3

Please sign in to comment.