-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
feat: sign forc-deploy transactions #2629
Conversation
Just adding a note (previously discussed on slack with @kayagokalp): I think it might be best if we first wait to update #2622 tracks the |
Ahh it looks like #2482 is doing the heavy-work of updating to the latest |
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.
🚀
Looking great! Just a couple conflicts to resolve.
…formatting fixes (#2698) * refactor: forc-deploy requires wallet address and accepts signature (#2629) * Add the `CopyTypes` trait to `DeclarationId` (#2682) Co-authored-by: Toby Hutton <[email protected]> * fix: Unformatted comment spans add extra newline (#2692) * newline handler checks for existing newlines before inserting new ones * stability test added * newline-comment handler interaction test added * review suggestion * feat: add basic comment context formatting (#2697) * feat: add comment context formatting * test: enhance newline-comment handler interaction test * Apply suggestions from code review Co-authored-by: mitchmindtree <[email protected]> Co-authored-by: mitchmindtree <[email protected]> * Update `examples/` for recent swayfmt-v2 patches Co-authored-by: Kaya Gökalp <[email protected]> Co-authored-by: Emily Herbert <[email protected]> Co-authored-by: Toby Hutton <[email protected]>
* update plugin and swayfmt toml, remove old formatter * update config to formatter for consistency * wip fix lsp formatting * more merge conflicts * update dependencies to 22.1 * remove files that made it back in from merge * comment out function in LSP that uses formatter * format examples and remove debug printlns * Merge #2669 (swayfmt replacement PR) with `master` including newline formatting fixes (#2698) * refactor: forc-deploy requires wallet address and accepts signature (#2629) * Add the `CopyTypes` trait to `DeclarationId` (#2682) Co-authored-by: Toby Hutton <[email protected]> * fix: Unformatted comment spans add extra newline (#2692) * newline handler checks for existing newlines before inserting new ones * stability test added * newline-comment handler interaction test added * review suggestion * feat: add basic comment context formatting (#2697) * feat: add comment context formatting * test: enhance newline-comment handler interaction test * Apply suggestions from code review Co-authored-by: mitchmindtree <[email protected]> Co-authored-by: mitchmindtree <[email protected]> * Update `examples/` for recent swayfmt-v2 patches Co-authored-by: Kaya Gökalp <[email protected]> Co-authored-by: Emily Herbert <[email protected]> Co-authored-by: Toby Hutton <[email protected]> * change name to swayfmt, kashira * add swayfmt file * sort toml dependencies * fix excess newlines in format_context * test on examples Co-authored-by: mitchmindtree <[email protected]> Co-authored-by: Kaya Gökalp <[email protected]> Co-authored-by: Emily Herbert <[email protected]> Co-authored-by: Toby Hutton <[email protected]> Co-authored-by: Mohammad Fawaz <[email protected]>
About this PR
closes #2623.
Blocked until FuelLabs/fuels-rs#540 is merged and released. While testing I pointed to a local instance of the SDK,most of the diff is actually coming from the lock file.TODO