-
Notifications
You must be signed in to change notification settings - Fork 25
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
build: bump Stylus SDK to v0.7.0-beta.1 and alloy to v0.8.13 #433
base: main
Are you sure you want to change the base?
Conversation
(cherry picked from commit e539ee9)
(cherry picked from commit 0cab5f9)
(cherry picked from commit e840848)
(cherry picked from commit 431b706)
(cherry picked from commit f921f1b)
(cherry picked from commit 91a0e8e)
(cherry picked from commit 25d400c)
(cherry picked from commit 0596f0c)
(cherry picked from commit 65a0c6e)
Blocked by OpenZeppelin/koba#14 |
✅ Deploy Preview for contracts-stylus canceled.
|
Unexpected change in |
@@ -30,36 +33,11 @@ pub type Wallet = FillProvider< | |||
Ethereum, | |||
>; | |||
|
|||
/// Convenience type alias that represents an alloy provider. | |||
pub type Provider = FillProvider< |
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.
@bidzyyys I haven't found any place where this Provider was used. Just dropped it
/// | ||
/// May panic if unable to load the `RPC_URL` environment variable. | ||
#[must_use] | ||
pub fn provider() -> Provider { |
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.
And this function also wasn't used
Cargo.toml
Outdated
@@ -136,3 +136,12 @@ incremental = false | |||
|
|||
[profile.dev] | |||
panic = "abort" | |||
|
|||
# TODO#q: remove this once the fix is released |
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.
Remove this patch after stylus-sdk release
@qalisander sth went wrong with your changes, see last E2E tests errors. |
I see. But those errors are related to |
…eta.1 # Conflicts: # examples/erc1155/src/constructor.sol
…eta.1 # Conflicts: # contracts/src/token/erc20/extensions/permit.rs # contracts/src/utils/math/storage.rs # lib/e2e/src/lib.rs
@@ -179,6 +177,61 @@ impl MethodError for Error { | |||
} | |||
} | |||
|
|||
sol_interface! { |
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.
Moved it back into the main file after all :D
…eta.1 # Conflicts: # Cargo.toml # contracts/src/utils/math/storage.rs
…eta.1 # Conflicts: # contracts/src/access/control.rs # contracts/src/finance/vesting_wallet.rs # contracts/src/token/erc1155/mod.rs # contracts/src/token/erc1155/receiver.rs # contracts/src/token/erc20/extensions/capped.rs # contracts/src/token/erc20/extensions/metadata.rs # contracts/src/token/erc721/extensions/enumerable.rs # contracts/src/token/erc721/mod.rs # contracts/src/utils/metadata.rs # contracts/src/utils/pausable.rs
…eta.1 # Conflicts: # Cargo.lock # contracts/src/finance/vesting_wallet.rs # contracts/src/token/erc1155/mod.rs
Resolves #424
PR Checklist