-
Notifications
You must be signed in to change notification settings - Fork 206
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clean implementation #2882
Clean implementation #2882
Conversation
<!-- Reference any GitHub issues resolved by this PR --> ## Introduced changes There was an issue where, when validating `Scarb.toml` and calling `.to_string()`, comments were included in the resulting string, causing validation to fail. This PR resolves the issue. ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: Franciszek Job <[email protected]>
<!-- Reference any GitHub issues resolved by this PR --> I am happy to announce the first pr from our mailing list! 🔥🔥 Thanks Peter for your contribution ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
<!-- Reference any GitHub issues resolved by this PR --> Closes foundry-rs#2708 ## Introduced changes <!-- A brief description of the changes --> - Added default RPC providers to `sncast` under `--network` flag - Breaking: renamed `--network` flag to `--network-name` in `sncast account delete` and `sncast account import` due to conflict with the added flag ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: Franciszek Job <[email protected]> Co-authored-by: kkawula <[email protected]>
- Update the link to fix failing docs build as here: https://github.com/foundry-rs/starknet-foundry/actions/runs/13019331002/job/36320971572
… omitted (foundry-rs#2888) <!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> This came up from foundry-rs#2865 Conversion from `ScriptFeeSettings` to `FeeSettings` resulted in value for `max_fee` being dropped completely. This conversion was only in cast script "deploy" function. If deploy was used with Strk token, any value passed to `max_fee` was completely ignored. Removed the conversion entirely and used correct structure in deploy. ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md`
<!-- Reference any GitHub issues resolved by this PR --> Closes foundry-rs#2851 ## Introduced changes <!-- A brief description of the changes --> - Added implementation for resolving environmental variables with curly braces ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md` --------- Co-authored-by: ddoktorski <[email protected]> Co-authored-by: Franciszek Job <[email protected]>
…-rs#2869) <!-- Reference any GitHub issues resolved by this PR --> Closes foundry-rs#2853 ## Introduced changes <!-- A brief description of the changes --> - Updated error to suggest using “--max-n-steps” in case of cairo_vm error ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: kkawula <[email protected]> Co-authored-by: ddoktorski <[email protected]> Co-authored-by: Artur Michałek <[email protected]>
<!-- Reference any GitHub issues resolved by this PR --> Closes # ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [ ] Linked relevant issue - [ ] Updated relevant documentation - [ ] Added relevant tests - [ ] Performed self-review of the code - [ ] Added changes to `CHANGELOG.md`
<!-- Reference any GitHub issues resolved by this PR --> Closes foundry-rs#2816 Settings reference: https://github.com/actions/stale?tab=readme-ov-file#all-options ## Introduced changes <!-- A brief description of the changes --> - ## Checklist <!-- Make sure all of these are complete --> - [x] Linked relevant issue - [x] Updated relevant documentation - [x] Added relevant tests - [x] Performed self-review of the code - [x] Added changes to `CHANGELOG.md` --------- Co-authored-by: Artur Michałek <[email protected]>
@Nemezjusz Also, docs for |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update changelog after our latest release and we will be good to go 🙏
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There's a conflict with changelog 😅 Once you resolve it and apply the nit, we should be good to merge.
Resolves #2723
adding clean.rs and modifying lib.rs