radixdlt-scrypto
radixdlt-scrypto copied to clipboard
Scrypto is the asset-oriented smart contract programming language of the Radix network. It allows you to quickly build secure and composable dApps.
## Summary ``` INSTRUCTIONS: Add summary - one or two sentences explaining the purpose of this PR. ``` ## Details ``` INSTRUCTIONS: Provide further details about the changes, or how...
i am trying to build simulator on my mac os and getting errors ```80 | | .add(len - digit::$Digit::BYTES as usize - (i /Users/rapidinnovation/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bnum-0.7.0/src/bint/endian.rs:131:25 | 131 | / slice_ptr 132...
When using a AvlTree that contains and Instant, I get the following error: --- the trait bound `scrypto::prelude::Instant: std::cmp::Ord` is not satisfied [E0277] the trait `std::cmp::Ord` is not implemented for...
## Summary DRAFT PR. Replaces / rebases the key parts of #1318 - some of this still needs to go. Still to come: * Remove the partition-related stuff and flashing-related...
## Summary Added `CompilerProfile` to `LedgerSimulator`. ## Details Adding new `scrypto-compiler` crate introduced divergence between default `scrypto build` command compilation options and compilation options used by `LedgerSimulator` and `SDK` in...
Try this out on this mock repo https://github.com/radixdlt/release-test 1. Create an internal release branch `release/dummytester123` from `develop`. 2. Add your changes 3. Go to Github Actions and run the workflow_dispatch...
## Summary Refactor `scrypto new-package` template to just load the build artifacts (WASM and package definition), which should be already built. Also applied the same change to `hello-world` ## Details...
Add a workflow to deploy the documentation
## Summary These macros output tests which check for a fixed type schema, or a backwards compatible type schema. See `sbor-assert.rs` in the tests to see how the macros are...
## Summary Part 1 of implementing schema comparisons REP (the underlying tooling). Part 2 with the macros and implementing on various types will follow in another PR (EDIT: https://github.com/radixdlt/radixdlt-scrypto/pull/1848 )...