-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
47 changed files
with
829 additions
and
67,566 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.18.1" | ||
version = "0.20.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.18.1", path="crates/fixedpointmath" } | ||
hyperdrive-wrappers = { version = "0.18.1", path="crates/hyperdrive-wrappers" } | ||
hyperdrive-math = { version = "0.18.1", path="crates/hyperdrive-math" } | ||
fixedpointmath = { version = "0.20.0", path="crates/fixedpointmath" } | ||
hyperdrive-wrappers = { version = "0.20.0", path="crates/hyperdrive-wrappers" } | ||
hyperdrive-math = { version = "0.20.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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
v1.0.17 | ||
v1.0.20 |
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.
489 changes: 11 additions & 478 deletions
489
crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive.rs
Large diffs are not rendered by default.
Oops, something went wrong.
32 changes: 22 additions & 10 deletions
32
crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive_core_deployer.rs
Large diffs are not rendered by default.
Oops, something went wrong.
48 changes: 46 additions & 2 deletions
48
crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive_deployer_coordinator.rs
Large diffs are not rendered by default.
Oops, something went wrong.
638 changes: 138 additions & 500 deletions
638
crates/hyperdrive-wrappers/src/wrappers/erc4626_target0.rs
Large diffs are not rendered by default.
Oops, something went wrong.
27 changes: 19 additions & 8 deletions
27
crates/hyperdrive-wrappers/src/wrappers/erc4626_target0_deployer.rs
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.