11 Commits

Author SHA1 Message Date
Robin Salen
2dacbfe2ff
Address bundling (#1426)
* Start

* Scale TxnFields

* Speed-up

* Misc fixes

* Other fixes

* Fix

* Fix offset

* One more fix

* And one more fix

* Fix

* Fix

* Fix init

* More interpreter fixes

* Final fixes

* Add helper methods

* Clippy

* Apply suggestions

* Comments

* Update documentation

* Regenerate pdf

* minor

* Rename some macros for consistency

* Add utility method for unscaling segments and scaled metadata

* Address comments
2024-01-08 10:46:26 +00:00
Ben
837434cf81
Fix a minor typo in evm/spec/cpulogic.tex 2023-12-12 07:03:29 +00:00
Pioua
4e4e61c2a8 typo fix 2023-12-12 05:16:12 +00:00
Pioua
724437d053 typo fix 2023-12-10 01:53:57 +00:00
Robin Salen
5572da30d7
Remove intermediary block bloom filters (#1395)
* Remove intermediary block blooms

* Update specs

* Regenerate pdf

* Apply comment, remove unneeded segment
2023-11-30 13:11:38 -05:00
Hamy Ratoanina
64cc1000e7
Move stack_len_bounds_aux to general columns (#1360)
* Move stack_len_bounds_aux to general columns

* Update specs

* Apply comments

* Apply comment
2023-11-28 14:14:47 -05:00
4l0n50
ee450d6dbc Remove redundant sect about MPT 2023-11-27 16:15:40 +01:00
Hamy Ratoanina
d4b05f3730
Add specs for stack handling (#1381)
* Add specs for stack handling

* Apply comments
2023-11-22 18:55:53 -05:00
Linda Guiga
a736458617
Backporting gas handling to the specs (#1379)
* Backporting gas handling to the specs

* Fix typo and syscall handling
2023-11-22 18:35:49 -05:00
Linda Guiga
bec1073cf9
Explain difference between simple opcodes and syscalls (#1378)
* Explain difference between simple opcodes and syscalls

* Apply comment
2023-11-22 17:17:36 -05:00
Linda Guiga
06933b1da4
Starting the specs for the CPU logic (#1377)
* Add CPU logic section to specs

* Add kernel specs

* Apply comments

---------

Co-authored-by: Hamy Ratoanina <hamy.ratoanina@toposware.com>
2023-11-21 17:08:15 -05:00