Skip to content

Commit

Permalink
remove get_all_blob js implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
juan518munoz committed Nov 7, 2024
1 parent 5e8c2aa commit 138dd18
Show file tree
Hide file tree
Showing 17 changed files with 265 additions and 1,396 deletions.
2 changes: 1 addition & 1 deletion 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ members = [
# Test infrastructure
"core/tests/test_account",
"core/tests/loadnext",
"core/tests/vm-benchmark", "get_all_blobs_rs",
"core/tests/vm-benchmark",
"get_all_blobs",
]
resolver = "2"

Expand Down
1 change: 0 additions & 1 deletion get_all_blobs/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
eigenda-proxy/
blob_data.json
2 changes: 1 addition & 1 deletion get_all_blobs_rs/Cargo.toml → get_all_blobs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
name = "get_all_blobs_rs"
name = "get_all_blobs"
version.workspace = true
edition.workspace = true
authors.workspace = true
Expand Down
37 changes: 0 additions & 37 deletions get_all_blobs/Makefile

This file was deleted.

35 changes: 0 additions & 35 deletions get_all_blobs/README.md

This file was deleted.

119 changes: 119 additions & 0 deletions get_all_blobs/abi/commitBatchesSharedBridge.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@
[
{
"inputs": [
{
"internalType": "uint256",
"name": "_chainId",
"type": "uint256"
},
{
"components": [
{
"internalType": "uint64",
"name": "batchNumber",
"type": "uint64"
},
{
"internalType": "bytes32",
"name": "batchHash",
"type": "bytes32"
},
{
"internalType": "uint64",
"name": "indexRepeatedStorageChanges",
"type": "uint64"
},
{
"internalType": "uint256",
"name": "numberOfLayer1Txs",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "priorityOperationsHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "l2LogsTreeRoot",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "commitment",
"type": "bytes32"
}
],
"internalType": "struct IExecutor.StoredBatchInfo",
"name": "",
"type": "tuple"
},
{
"components": [
{
"internalType": "uint64",
"name": "batchNumber",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "timestamp",
"type": "uint64"
},
{
"internalType": "uint64",
"name": "indexRepeatedStorageChanges",
"type": "uint64"
},
{
"internalType": "bytes32",
"name": "newStateRoot",
"type": "bytes32"
},
{
"internalType": "uint256",
"name": "numberOfLayer1Txs",
"type": "uint256"
},
{
"internalType": "bytes32",
"name": "priorityOperationsHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "bootloaderHeapInitialContentsHash",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "eventsQueueStateHash",
"type": "bytes32"
},
{
"internalType": "bytes",
"name": "systemLogs",
"type": "bytes"
},
{
"internalType": "bytes",
"name": "pubdataCommitments",
"type": "bytes"
}
],
"internalType": "struct IExecutor.CommitBatchInfo[]",
"name": "_newBatchesData",
"type": "tuple[]"
}
],
"name": "commitBatchesSharedBridge",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
}
]
Loading

0 comments on commit 138dd18

Please sign in to comment.