-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update hyperdrive to v1.0.16 and project to 0.17.0 (#183)
# Resolved Issues #181
- Loading branch information
Showing
51 changed files
with
8,396 additions
and
1,022 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ members = [ | |
|
||
[workspace.package] | ||
name = "hyperdrive-rs" | ||
version = "0.16.10" | ||
version = "0.17.0" | ||
authors = [ | ||
"Alex Towle <[email protected]>", | ||
"Dylan Paiton <[email protected]>", | ||
|
@@ -29,9 +29,9 @@ repository = "https://github.com/delvtech/hyperdrive-rs" | |
description = "API for simulating Hyperdrive smart contract transactions." | ||
|
||
[workspace.dependencies] | ||
fixedpointmath = { version = "0.16.10", path="crates/fixedpointmath" } | ||
hyperdrive-wrappers = { version = "0.16.10", path="crates/hyperdrive-wrappers" } | ||
hyperdrive-math = { version = "0.16.10", path="crates/hyperdrive-math" } | ||
fixedpointmath = { version = "0.17.0", path="crates/fixedpointmath" } | ||
hyperdrive-wrappers = { version = "0.17.0", path="crates/hyperdrive-wrappers" } | ||
hyperdrive-math = { version = "0.17.0", path="crates/hyperdrive-math" } | ||
|
||
[workspace.lints.clippy] | ||
comparison_chain = "allow" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.14 | ||
v1.0.16 |
4 changes: 2 additions & 2 deletions
4
crates/hyperdrive-wrappers/src/wrappers/erc20_forwarder_factory.rs
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
84 changes: 82 additions & 2 deletions
84
crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive.rs
Large diffs are not rendered by default.
Oops, something went wrong.
35 changes: 27 additions & 8 deletions
35
crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive_core_deployer.rs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.