Jacqueline Nabaglo
912281de9b
CTL: limbs (CPU) <-> bits (logic) ( #577 )
...
* CTL: limbs (CPU) <-> bits (logic)
* Minor: stray TODO mark
* Document Zero op
* Util for constructing an int from bits
2022-06-25 13:34:04 -07:00
Jacqueline Nabaglo
46df1bb6b2
Fix EVM dependency list ( #576 )
2022-06-23 18:33:34 -07:00
Jacqueline Nabaglo
191ddf7bc1
Exponentiation kernel function ( #574 )
...
* Exponentiation kernel function
* Exponentiation: Hamish comments
2022-06-23 15:33:55 -07:00
Nicholas Ward
4a7ebf057b
updated in line with main changes
2022-06-23 14:36:14 -07:00
Nicholas Ward
791b15f94f
cleanup
2022-06-23 14:01:22 -07:00
Nicholas Ward
4d69998cde
fix and cleanup
2022-06-23 14:01:22 -07:00
Nicholas Ward
d911eecd37
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
798b01d050
added lookup file
2022-06-23 14:01:22 -07:00
Nicholas Ward
29fa32465c
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
d6983951a4
attempted fix
2022-06-23 14:01:22 -07:00
Nicholas Ward
f04f2bc381
multiple indices per timestamp
2022-06-23 14:01:22 -07:00
Nicholas Ward
f16db8c564
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
593d3eeffd
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
9434819829
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
a7f6bf3b00
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
de52e630e8
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
2d7f2b47c2
fmt
2022-06-23 14:01:22 -07:00
Nicholas Ward
a2c14077d2
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
a860eb7727
fixes
2022-06-23 14:01:22 -07:00
Nicholas Ward
9f22cc72c3
allow 'unused' functions
2022-06-23 14:01:22 -07:00
Nicholas Ward
d2eb3b141b
addressed comments
2022-06-23 14:01:22 -07:00
Nicholas Ward
08be9811cd
timestamp fixes
2022-06-23 14:01:18 -07:00
Nicholas Ward
dace10a291
removed structs
2022-06-23 14:00:59 -07:00
Nicholas Ward
6884b1aedb
addressed comment
2022-06-23 14:00:59 -07:00
Nicholas Ward
3898ccd041
okay you win, clippy
2022-06-23 14:00:59 -07:00
Nicholas Ward
0514cd9646
addressed comments
2022-06-23 14:00:59 -07:00
Nicholas Ward
939e63189b
rename
2022-06-23 14:00:59 -07:00
Nicholas Ward
5707baee23
addressed comments
2022-06-23 14:00:56 -07:00
Nicholas Ward
5707732b75
fix
2022-06-23 14:00:48 -07:00
Nicholas Ward
398e75de4e
fix
2022-06-23 14:00:48 -07:00
Nicholas Ward
bf58c20329
updates to registers, new cross-table lookups
2022-06-23 14:00:48 -07:00
Nicholas Ward
8155e90d16
fixes
2022-06-23 14:00:48 -07:00
Nicholas Ward
7ba0652c01
all_stark
2022-06-23 14:00:44 -07:00
Nicholas Ward
affcd65716
fmt
2022-06-23 14:00:01 -07:00
Nicholas Ward
cceb471fd8
uncommenting
2022-06-23 14:00:01 -07:00
Nicholas Ward
ef3f023666
transpose fix
2022-06-23 14:00:01 -07:00
Nicholas Ward
59f3a763f0
transition constraints, and debugging
2022-06-23 14:00:01 -07:00
Nicholas Ward
03112f898a
updated all_stark framework to include memory stark (doesn't pass yet)
2022-06-23 13:59:57 -07:00
Nicholas Ward
31be2c8d49
clippy and fix
2022-06-23 13:59:06 -07:00
Nicholas Ward
0ad54233de
fmt
2022-06-23 13:59:06 -07:00
Nicholas Ward
fcf216012c
memory row generation
2022-06-23 13:59:06 -07:00
Nicholas Ward
7ed2aa6315
cleanup
2022-06-23 13:59:06 -07:00
Nicholas Ward
91dacf2e38
tests
2022-06-23 13:59:06 -07:00
Nicholas Ward
40a0a2526b
fmt
2022-06-23 13:59:06 -07:00
Nicholas Ward
eabb10a34c
lookup argument for range check
2022-06-23 13:59:06 -07:00
Nicholas Ward
32d10a2f69
redoing columns
2022-06-23 13:59:06 -07:00
Nicholas Ward
24398e2f18
memory
2022-06-23 13:59:06 -07:00
Nicholas Ward
7c2cfebdee
memory
2022-06-23 13:59:06 -07:00
Jacqueline Nabaglo
3aaab765dd
define columns for CTL closer to the constraints ( #573 )
2022-06-21 10:28:44 -07:00
Daniel Lubarov
2e818172f0
Parse and assemble kernel functions ( #567 )
...
* Parse and assemble kernel functions
Written in "EVM++" assembly. Later on we will add some priviledged opcodes (in unused opcode ordinals), making it an extension of EVM bytecode.
I don't think there's much of a standard for EVM assembly, but I loosely based the syntax on this [proposal](https://gist.github.com/axic/17ddbbce4738ccf4040d30cbb5de484e ).
* PR feedback
* tweaks for consistency
* terminology tweaks
* Update evm/src/cpu/kernel/opcodes.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
* Update evm/src/cpu/kernel/opcodes.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
* Update evm/src/cpu/kernel/opcodes.rs
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
Co-authored-by: Jacqueline Nabaglo <jakub@mirprotocol.org>
2022-06-20 20:32:29 -07:00