Skip to content

Commit

Permalink
abigen
Browse files Browse the repository at this point in the history
  • Loading branch information
37ng committed Apr 3, 2024
1 parent 45b64b2 commit a73de17
Show file tree
Hide file tree
Showing 41 changed files with 77 additions and 19,776 deletions.
2 changes: 2 additions & 0 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ tls_codec = "0.4.0"
tokio = { version = "1.35.1", features = ["macros"] }
tonic = "^0.11"
tracing = "0.1"
anyhow = "1.0"

# Internal Crate Dependencies
xmtp_cryptography = { path = "xmtp_cryptography" }
Expand Down
6 changes: 0 additions & 6 deletions bindings_ffi/Cargo.lock

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

3 changes: 2 additions & 1 deletion xmtp_id/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,5 @@ chrono.workspace = true
serde.workspace = true
async-trait.workspace = true
futures.workspace = true

ethers.workspace = true
anyhow.workspace = true
26 changes: 26 additions & 0 deletions xmtp_id/abi/ERC1271.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
[
{
"inputs": [
{
"internalType": "bytes32",
"name": "_hash",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "_signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"internalType": "bytes4",
"name": "magicValue",
"type": "bytes4"
}
],
"stateMutability": "view",
"type": "function"
}
]
119 changes: 0 additions & 119 deletions xmtp_id/src/bindings/base_64.rs

This file was deleted.

119 changes: 0 additions & 119 deletions xmtp_id/src/bindings/base_64_url.rs

This file was deleted.

Loading

0 comments on commit a73de17

Please sign in to comment.