-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove dead old fixtures generating code, remove 'new' infix from new…
- Loading branch information
Showing
60 changed files
with
145 additions
and
266 deletions.
There are no files selected for viewing
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
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
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,6 +1,6 @@ | ||
mod header; | ||
mod receipt_proof_new; | ||
mod receipt_proof; | ||
mod receipt; | ||
mod transaction; | ||
mod transaction_proof_new; | ||
mod transaction_proof; | ||
mod log; |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/cancun/small_block.nr
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,6 +1,6 @@ | ||
mod header; | ||
mod receipt_proof_new; | ||
mod receipt_proof; | ||
mod receipt; | ||
mod transaction; | ||
mod transaction_proof_new; | ||
mod transaction_proof; | ||
mod log; |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/cancun/transfer.nr
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,4 +1,4 @@ | ||
mod receipt_proof_new; | ||
mod receipt_proof; | ||
mod receipt; | ||
mod transaction; | ||
mod transaction_proof_new; | ||
mod transaction_proof; |
File renamed without changes.
File renamed without changes.
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,3 +1,3 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; |
File renamed without changes.
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,3 +1,3 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; |
File renamed without changes.
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,5 +1,5 @@ | ||
mod header; | ||
mod receipt_proof_new; | ||
mod receipt_proof; | ||
mod receipt; | ||
mod transaction; | ||
mod transaction_proof_new; | ||
mod transaction_proof; |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/london/crypto_punks.nr
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,5 +1,5 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; | ||
mod storage; | ||
mod storage_proof_new; | ||
mod storage_proof; |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
ethereum/circuits/lib/src/fixtures/mainnet/london/vitalik_balance.nr
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,3 +1,3 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; |
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/paris/bored_ape_yacht_club.nr
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,5 +1,5 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; | ||
mod storage; | ||
mod storage_proof_new; | ||
mod storage_proof; |
File renamed without changes.
File renamed without changes.
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,5 +1,5 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; | ||
mod storage; | ||
mod storage_proof_new; | ||
mod storage_proof; |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/paris/usdc_circle.nr
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,5 +1,5 @@ | ||
mod header; | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; | ||
mod storage; | ||
mod storage_proof_new; | ||
mod storage_proof; |
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
ethereum/circuits/lib/src/fixtures/mainnet/paris/usdc_uniswap.nr
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,4 +1,4 @@ | ||
mod account; | ||
mod state_proof_new; | ||
mod state_proof; | ||
mod storage; | ||
mod storage_proof_new; | ||
mod storage_proof; |
File renamed without changes.
File renamed without changes.
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
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
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
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
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
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
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
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
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
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
ethereum/oracles/src/script/noir_fixtures/new_receipt_proof.ts
This file was deleted.
Oops, something went wrong.
12 changes: 0 additions & 12 deletions
12
ethereum/oracles/src/script/noir_fixtures/new_state_proof.ts
This file was deleted.
Oops, something went wrong.
29 changes: 0 additions & 29 deletions
29
ethereum/oracles/src/script/noir_fixtures/new_storage_proof.ts
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
ethereum/oracles/src/script/noir_fixtures/new_transaction_proof.ts
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.