Skip to content

Commit

Permalink
bump hyperdrive to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaiton committed Nov 26, 2024
1 parent 5e4678d commit 63313f8
Show file tree
Hide file tree
Showing 47 changed files with 829 additions and 67,566 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]>",
Expand All @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion crates/hyperdrive-wrappers/hyperdrive.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v1.0.17
v1.0.20

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions crates/hyperdrive-wrappers/src/wrappers/erc20_mintable.rs

Large diffs are not rendered by default.

489 changes: 11 additions & 478 deletions crates/hyperdrive-wrappers/src/wrappers/erc4626_hyperdrive.rs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

638 changes: 138 additions & 500 deletions crates/hyperdrive-wrappers/src/wrappers/erc4626_target0.rs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading

0 comments on commit 63313f8

Please sign in to comment.