Linda Guiga
|
6253a68ea5
|
Change public values into public inputs
|
2023-07-27 18:27:08 -04:00 |
|
Hamy Ratoanina
|
59b73c84ee
|
Apply comments
|
2023-07-27 18:27:06 -04:00 |
|
Linda Guiga
|
06037f814f
|
Fix the memory CTL and implement the verifier memory bus
Co-authored-by: Hamy Ratoanina <hamy.ratoanina@toposware.com>
|
2023-07-27 18:20:03 -04:00 |
|
wborgeaud
|
ec07255f01
|
Fix halt loop (#1094)
|
2023-06-13 10:42:37 +02:00 |
|
BGluth
|
10e6c76842
|
TrieInputs now uses H256 for storage account addresses
- Slightly easier for us if we use `H256` instead of `H160`.
|
2023-05-16 13:51:03 -06:00 |
|
BGluth
|
3c7bc8835c
|
Removed a type alias
- Was conflicting with the trait `PartialTrie` and also making the types
harder to follow.
|
2023-03-28 14:38:58 -06:00 |
|
BGluth
|
60ad9e03ba
|
Bumped eth_trie_utils to 0.5.0
|
2023-03-27 17:30:11 -06:00 |
|
Daniel Lubarov
|
8c692b72b0
|
Fix account cloning
|
2023-03-17 13:10:58 -07:00 |
|
Daniel Lubarov
|
44c77f5583
|
Input addresses
|
2023-03-16 14:08:31 -07:00 |
|
Daniel Lubarov
|
c8d591f6da
|
Add a prove_with_outputs method
Which returns information about the post-state after execution. This is useful for debugging purposes.
|
2023-03-16 13:42:59 -07:00 |
|
Daniel Lubarov
|
d5003b7cf2
|
Gas fees go to coinbase
|
2023-03-12 23:13:19 -07:00 |
|
Daniel Lubarov
|
e6aa62f3ab
|
Some tooling for debugging tests where the updated tries are not correct
|
2023-03-06 08:26:54 -08:00 |
|
Daniel Lubarov
|
c558eedd65
|
Misc EVM fixes
|
2023-03-05 09:39:49 -08:00 |
|
Jacqueline Nabaglo
|
95eeed46f0
|
Memory load/store constraints (#839)
|
2022-12-09 10:35:00 -08:00 |
|
Daniel Lubarov
|
c28bab1f16
|
fmt
|
2022-12-03 22:58:51 -08:00 |
|
Daniel Lubarov
|
bffdc553dc
|
fixes
|
2022-12-03 22:44:54 -08:00 |
|
Daniel Lubarov
|
1303a83f7f
|
Misc witness generation fixes
|
2022-12-03 21:09:57 -08:00 |
|
Daniel Lubarov
|
82d0f08193
|
clippies
|
2022-12-02 17:06:30 -08:00 |
|
Daniel Lubarov
|
7293054062
|
Warnings
|
2022-12-02 14:49:32 -08:00 |
|
Daniel Lubarov
|
1f92d73177
|
Misc fixes
|
2022-12-02 14:31:18 -08:00 |
|
Daniel Lubarov
|
a63b73a851
|
Misc fixes
|
2022-12-02 13:56:52 -08:00 |
|
Daniel Lubarov
|
9bf47ef8ac
|
Fixes
|
2022-12-01 12:46:14 -08:00 |
|
Daniel Lubarov
|
027dfc14b6
|
Refactor to support PROVER_INPUT
|
2022-12-01 11:15:51 -08:00 |
|
Daniel Lubarov
|
97ac5c59d6
|
Fixes
|
2022-11-30 18:12:31 -08:00 |
|
Daniel Lubarov
|
906a47a1ef
|
generate_push and misc other progress
|
2022-11-30 17:45:31 -08:00 |
|
Daniel Lubarov
|
2471f5a391
|
Push and arithmetic ops
|
2022-11-30 15:25:16 -08:00 |
|
Daniel Lubarov
|
afb3e4b1e1
|
Misc work on witness generation
|
2022-11-30 14:58:40 -08:00 |
|
wborgeaud
|
992692b04d
|
Merge pull request #708 from mir-protocol/per_table_recursion
Per table recursion
|
2022-10-07 10:03:07 +02:00 |
|
Daniel Lubarov
|
5a1cf8bff9
|
Move some constants
|
2022-10-03 12:08:29 -07:00 |
|
wborgeaud
|
a5a4098d7a
|
Merge branch 'main' into per_table_recursion
# Conflicts:
# evm/src/all_stark.rs
# evm/src/generation/mod.rs
# evm/src/recursive_verifier.rs
|
2022-10-03 11:49:26 +02:00 |
|
wborgeaud
|
668957176a
|
PR feedback
|
2022-10-03 11:44:52 +02:00 |
|
Daniel Lubarov
|
9f9143d6f6
|
Finish some misc storage logic
|
2022-10-02 11:14:19 -07:00 |
|
BGluth
|
09ba1b6fce
|
Merge pull request #740 from mir-protocol/h256_trie_roots
Trie roots now use `H256` instead of `U256`
|
2022-09-30 09:32:09 -06:00 |
|
Daniel Lubarov
|
c721155e23
|
Main function, txn processing loop
|
2022-09-29 23:15:33 -07:00 |
|
BGluth
|
8e08b218d2
|
Trie roots now use H256 instead of U256
- `H256` preserves any leading `0`s, which could be critical in some
situations. Also just a slightly more appropriate type for hashes.
|
2022-09-29 15:56:09 -06:00 |
|
Daniel Lubarov
|
c7b03cfe9a
|
More MPT logic
|
2022-09-24 20:49:19 -07:00 |
|
Daniel Lubarov
|
b6d71a7008
|
Keccak benchmark
And reworking things a bit to include the timing data we want.
|
2022-09-23 10:54:17 -07:00 |
|
Daniel Lubarov
|
c27e40e7bb
|
Merge pull request #731 from mir-protocol/mpt
Basic MPT logic
|
2022-09-22 12:06:16 -07:00 |
|
Daniel Lubarov
|
37d92b55ac
|
Basic MPT logic
For now this contains most of the basic framework/structure. Logic for things like insertions will come later.
|
2022-09-22 11:25:37 -07:00 |
|
BGluth
|
8fb1e4e760
|
Added a mapping between code hashes and contract byte code
Added a mapping between an account's `codehash` field and the actual contract byte code in `GenerationInputs`.
|
2022-09-21 16:46:18 -06:00 |
|
BGluth
|
d7d8803d0a
|
Replaced PartialTrie definitions with eth-trie-utils crate
- There were enough dependencies that it made sense to move
`PartialTrie` logic to its own crate.
|
2022-09-19 11:05:48 -06:00 |
|
wborgeaud
|
e7edfdd6a3
|
Minor
|
2022-08-26 18:30:26 +02:00 |
|
wborgeaud
|
a1941308eb
|
Minor
|
2022-08-26 11:07:16 +02:00 |
|
wborgeaud
|
05c3c4d907
|
First pass
|
2022-08-26 10:12:45 +02:00 |
|
Daniel Lubarov
|
d0be79e822
|
Feedback
|
2022-08-25 23:35:38 -07:00 |
|
Daniel Lubarov
|
b829b44dcf
|
Fix test
|
2022-08-25 22:11:25 -07:00 |
|
Daniel Lubarov
|
aa87f2c3ba
|
Public memory
|
2022-08-25 20:19:18 -07:00 |
|
Daniel Lubarov
|
ff228c9386
|
Have witness generation take a partial trie instead of Merkle proofs
|
2022-08-24 20:43:49 -07:00 |
|
wborgeaud
|
ee979428f4
|
Start implementing context and segments in interpreter
|
2022-07-23 15:35:48 +02:00 |
|
Daniel Lubarov
|
b9b3c24cf9
|
PROVER_INPUT instruction
|
2022-07-19 06:55:23 -07:00 |
|