Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
54 commits
Select commit Hold shift + click to select a range
383861b
Build tree
Oct 7, 2025
0c35fd2
Debug thread
darth-cy Oct 9, 2025
6a6d850
Delete redundant leaf layer generation
darth-cy Oct 9, 2025
5f8735a
Remove debug flag
darth-cy Oct 9, 2025
ab68876
Establish concurrent baseline
darth-cy Oct 9, 2025
a2aa729
Correct dependencies
darth-cy Oct 9, 2025
6ad5d40
Add binary files
darth-cy Oct 9, 2025
51f1fe1
Enable opcodes
darth-cy Oct 9, 2025
4f10d37
Adjust opcodes
darth-cy Oct 9, 2025
2225457
Debug
darth-cy Oct 9, 2025
b2be164
Add debug flag
darth-cy Oct 9, 2025
0d5b4c9
Adjust debug flags
darth-cy Oct 9, 2025
31862c8
Fix phantom chip issue
darth-cy Oct 13, 2025
40c53f6
Adjust debug flags
darth-cy Oct 13, 2025
2a8a211
Adjust param
darth-cy Oct 13, 2025
245ed99
Adjust test
darth-cy Oct 13, 2025
fb71005
Adjust test
darth-cy Oct 13, 2025
963c006
Compress root
darth-cy Oct 13, 2025
819aee3
Recover verifier logic
darth-cy Oct 13, 2025
482ff41
cargo update
darth-cy Oct 13, 2025
0213818
Add tracing
darth-cy Oct 13, 2025
bf596aa
Adjust time tracing
darth-cy Oct 13, 2025
266242d
Adjust param
darth-cy Oct 13, 2025
c237834
adjust param
darth-cy Oct 13, 2025
af9e8a0
Recover verifier logic
darth-cy Oct 13, 2025
791d5a7
Add debug flags
darth-cy Oct 13, 2025
be65de8
Adjust parameter
darth-cy Oct 13, 2025
50c9c8a
Adjust parameter
darth-cy Oct 13, 2025
3266bfd
Adjust params
darth-cy Oct 14, 2025
afae2a6
Export proof:
darth-cy Oct 14, 2025
d97e1de
typo
darth-cy Oct 14, 2025
2da8f93
Remove dependency
darth-cy Oct 14, 2025
fb4e620
Correct param
darth-cy Oct 14, 2025
0c7f1d4
Add profiling
darth-cy Oct 16, 2025
fb4664b
Set tracing
darth-cy Oct 16, 2025
8719380
Turn off cycle profiling
darth-cy Oct 16, 2025
36fc86a
Disable cycle tracker
darth-cy Oct 16, 2025
e74ac6d
Remove continuation
darth-cy Oct 16, 2025
b20aa25
Adjust params
darth-cy Oct 16, 2025
bc21ed0
Fix params
darth-cy Oct 16, 2025
f410e9b
Generate continuous proof
darth-cy Oct 16, 2025
2a8e6d2
Adjust vm config
darth-cy Oct 16, 2025
4ab460e
Remove debug flags
darth-cy Oct 16, 2025
e434a64
Reomve debug flags
darth-cy Oct 16, 2025
71311b0
Adjust params
darth-cy Oct 16, 2025
dd744a4
Re-export
darth-cy Oct 17, 2025
a047f99
Adjust param
darth-cy Oct 17, 2025
457be0f
Remove bin files
darth-cy Oct 19, 2025
3200d2a
Restore dependencies
darth-cy Oct 23, 2025
5948e39
Remove log files
darth-cy Oct 23, 2025
3ea84d2
Restore remote dependencies
darth-cy Oct 23, 2025
695d1ee
Ceno-Compatible Recursion Leaf Nodes (#71)
darth-cy Oct 28, 2025
44411c8
fmt
darth-cy Nov 5, 2025
4502468
Merge branch 'feat/gkr_cycle_reduction' into feat/binary_tree_aggrega…
darth-cy Nov 5, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
/target
Cargo.lock
vm_run_output.log
*.bin
.DS_Store
*.log
build/ceno
*.bin
*.json
Loading