Skip to content

Commit

Permalink
tweak: Other lock file fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dhedey committed Jan 14, 2025
1 parent 61f1051 commit 82fad08
Show file tree
Hide file tree
Showing 23 changed files with 76 additions and 1,049 deletions.
26 changes: 20 additions & 6 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ fixedstr = { version = "0.2.9" }
flate2 = { version = "1.0.27" } # Used in radix-clis for GzDecoder
flume = { version = "0.11.0" } # Used in radix-clis for multi-threaded channels
fslock = { version = "0.2.1" }
hashbrown = { version = "0.13.2" }
hashbrown = { version = "0.15.1" }
hex = { version = "0.4.3", default-features = false }
indexmap = { version = "2.2.5", default-features = false }
inferno = { version = "0.11.19" }
Expand Down
62 changes: 19 additions & 43 deletions examples/no-std/Cargo.lock

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

14 changes: 14 additions & 0 deletions radix-transaction-scenarios/assets/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
## Scenario Blueprints

To create a new blueprint:
* Install the relevant scrypto compiler
* Go to `/assets/blueprints`, and use `scrypto init`
* Work on your blueprint
* Build your blueprint locally, or reproducibly with the `build.sh` script, and copy the `.rpd` and `.wasm` assets to this folder.
* Use the built assets in your scenario

And then do some clear-up:
* Remove the `lib.rs` to `historic_blueprint_sources` and rename.
* Remove the blueprints folder

This clear-up stops us having old sources and Cargo.lock files in this repo, which give us bad dependabot ratings.
Loading

0 comments on commit 82fad08

Please sign in to comment.