Skip to content

Commit 28afbb6

Browse files
committed
Merge branch 'remix-encoding-fix' of github.com:CoveMB/contracts-wizard into remix-encoding-fix
2 parents cd47f7c + 3d6799d commit 28afbb6

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

51 files changed

+768
-485
lines changed

.changeset/afraid-grapes-repeat.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@openzeppelin/wizard': patch
3+
---
4+
5+
Updated community-contracts digest version

.changeset/kind-poems-pull.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/lovely-groups-run.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/odd-ants-hunt.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sad-nails-smash.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/sour-hats-grow.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changeset/swift-eels-repair.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Set up rust toolchain
108108
if: matrix.package == 'stellar' && matrix.variant == 'compile'
109-
uses: actions-rust-lang/setup-rust-toolchain@fb51252c7ba57d633bc668f941da052e410add48 #v1.13.0
109+
uses: actions-rust-lang/setup-rust-toolchain@2fcdc490d667999e01ddbbf0f2823181beef6b39 # v1.15.0
110110
with:
111111
toolchain: stable, nightly
112112
components: clippy, rustfmt, llvm-tools-preview

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ If linting errors or warnings occur, run `yarn lint --fix` to attempt to auto-fi
4848
From the root directory:
4949
- ```yarn format:{check|write}```
5050

51-
If formatting errors or warnings occurs when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52-
It is recommended to use automatic formatter in your code editor or run this command before making your merge request as formatting error will fail CI.
51+
If formatting errors or warnings occur when running `yarn format:check`, run `yarn format:write` to attempt to auto-fix issues.
52+
It is recommended to use an automatic formatter in your code editor or run this command before making your merge request as formatting errors will fail CI.
5353

5454
### Running the UI
5555
From the `packages/ui` directory:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"eslint": "^9.33.0",
3535
"eslint-config-prettier": "^10.1.1",
3636
"eslint-plugin-prettier": "^5.2.6",
37-
"eslint-plugin-unicorn": "^60.0.0",
37+
"eslint-plugin-unicorn": "^61.0.0",
3838
"prettier": "^3.5.3",
3939
"prettier-plugin-svelte": "^3.3.3",
4040
"typescript": "^5.7.3",

0 commit comments

Comments
 (0)