Linda Guiga
|
9d0101d652
|
Merge branch 'main' into 'constrain-genesis-state'
|
2023-09-25 10:19:13 -04:00 |
|
Robin Salen
|
9508b49090
|
Move byte packing / unpacking to a distinct table (#1212)
* Duplicate Memory trace into BytePacking one
* Add mload_32bytes instruction
* Use dedicated ops for byte packing trace
* Change witness generation to reduce memory reads for MLOAD_32BYTES
* Remove segments
* Fix stack
* Fix extra product when fixing CTL for byte_packing
* Write output value in trace
* Add constraints for BYTE_PACKING table
* Add recursive constraints for BYTE_PACKING table
* Fix constraints
* Add address in trace and constraints
* Add timestamp and batch inputs into BytePackingOp struct
* Add extra column
* Fix BytePackingStark CTL
* Tiny fix in witness generation
* Fix the Memory CTL
* Add constraints for the new columns
* Remove 1 column
* Remove limb columns
* Fix
* Fix recursive circuit of BytePackingTable
* Fix constraints
* Fix endianness
* Add MSTORE_32BYTES instruction and move decomposition to packing table
* Add missing constraint
* Add range-check for all bytes
* Add extra constraint
* Cleanup
* Remove REMAINING_LEN column
* Add corresponding implementations in interpreter
* Fix recursive version
* Remove debug assertion because of CI
* Remove FILTER column
* Update new test from rebasing
* Reorder STARK modules to match TraceCheckPoint ordering
* Address comments
* Pacify clippy
* Add documentation to the packing module
* Fix doctest
|
2023-09-13 04:45:37 +10:00 |
|
Linda Guiga
|
4d7d9ffa3c
|
Constrain genesis block's state trie.
|
2023-09-11 19:09:12 +01:00 |
|
Linda Guiga
|
42f7038031
|
Add blockhash sys opcode
|
2023-09-07 09:43:59 +01:00 |
|
Robin Salen
|
fa9aae1fdc
|
Remove duplicate code
|
2023-09-06 15:15:33 -04:00 |
|
Linda Guiga
|
6bd17e29c1
|
Apply comments
|
2023-09-06 01:19:31 +01:00 |
|
Linda Guiga
|
b07644368f
|
Add missing links between public values
|
2023-08-31 13:40:13 +01:00 |
|
Linda Guiga
|
ad9796cb10
|
Fix tests and address comments
|
2023-08-22 20:00:49 +01:00 |
|
Robin Salen
|
c0b4f155f4
|
Implement receipts and logs
Co-authored-by: Hamy Ratoanina <hamy.ratoanina@toposware.com>
Co-authored-by: Linda Guiga <lindaguiga3@gmail.com>
|
2023-08-22 20:00:49 +01:00 |
|