Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
d7372b4
Introduce Web3 wrapper type
MartinquaXD Aug 27, 2025
db820f4
Implement conversion helpers
MartinquaXD Aug 27, 2025
2f35ad5
Helpers to generate alloy bindings
MartinquaXD Jul 21, 2025
490af2d
0x bindings
squadgazzz Aug 27, 2025
2729c5a
Uncomment test
squadgazzz Aug 27, 2025
0083691
Fix
squadgazzz Aug 27, 2025
9099e98
Naming
squadgazzz Aug 27, 2025
99f516a
Revert "Fix"
squadgazzz Aug 27, 2025
ed08343
Dummy provider
squadgazzz Aug 27, 2025
83c3a08
Fix
squadgazzz Aug 27, 2025
9dab161
Fix after merge
squadgazzz Aug 27, 2025
f023405
Fix
squadgazzz Aug 27, 2025
0526166
Ugly fix
squadgazzz Sep 1, 2025
056985c
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 1, 2025
0d2db7c
Fix after merge
squadgazzz Sep 1, 2025
eb99133
Redundant changes
squadgazzz Sep 1, 2025
6a5c4a0
Naming
squadgazzz Sep 1, 2025
26e0a6c
Avoid unwrap
squadgazzz Sep 1, 2025
9f6a2ce
Use PrivateKey
squadgazzz Sep 1, 2025
190e3a6
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 2, 2025
d85cfd9
Fix
squadgazzz Sep 2, 2025
4ce10f4
Drop GOERLI
squadgazzz Sep 2, 2025
94732a4
todos
squadgazzz Sep 2, 2025
edd8e3a
test-util feature
squadgazzz Sep 2, 2025
d93196c
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 2, 2025
596718f
cargo.lock
squadgazzz Sep 2, 2025
eda40d6
Update alloy
squadgazzz Sep 2, 2025
1482cda
Avoid unwrap
squadgazzz Sep 2, 2025
fdca0c5
Adjust dependencies
squadgazzz Sep 3, 2025
e4e1106
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 3, 2025
a819b64
Fix and update alloy
squadgazzz Sep 3, 2025
a83ebc9
Use the account converter
squadgazzz Sep 3, 2025
1adb6c4
pub use conversions::Account
squadgazzz Sep 3, 2025
f12d34b
ProviderSignerExt
squadgazzz Sep 3, 2025
ffc623e
Fix
squadgazzz Sep 3, 2025
3e84da2
Fix
squadgazzz Sep 3, 2025
274204c
Redundant dependency
squadgazzz Sep 3, 2025
a7777b1
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 4, 2025
417b209
Alloy v1.0.30
squadgazzz Sep 4, 2025
9e4c063
Merge branch 'main' into 0x-alloy-bindings
squadgazzz Sep 4, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
134 changes: 86 additions & 48 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ resolver = "3"
members = ["crates/*"]

[workspace.dependencies]
alloy = { version = "1.0.27", default-features = false }
alloy = { version = "1.0.30", default-features = false }
anyhow = "=1.0.76"
async-trait = "0.1.80"
axum = "0.6"
Expand Down
Loading
Loading