Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add return data for process #188

Merged
merged 51 commits into from
Jan 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
c0f0140
add cuda
peinlcy Jan 3, 2024
c8050b4
bugfix
peinlcy Jan 4, 2024
87ea6e4
replace unwrap with proper error handle in state_storage
spartucus Jan 11, 2024
3a57852
ADD: system contract test.
web3Softcloud Jan 11, 2024
a381bb2
ADD: test data for sys-contract debug.
web3Softcloud Jan 11, 2024
7a4366f
Add error handle in zk-vm
spartucus Jan 12, 2024
3d04cdf
MOD: sys contract.
web3Softcloud Jan 12, 2024
87c2091
MOD: init tape.
web3Softcloud Jan 12, 2024
cfdc954
MOD: sys contract.
web3Softcloud Jan 12, 2024
9fd6a3f
Deal error handle in executor
spartucus Jan 12, 2024
60a75a7
FIX: tape init.
web3Softcloud Jan 13, 2024
295cfb1
MOD: debug sys contracts.
web3Softcloud Jan 14, 2024
38d60d6
update ntt logic
peinlcy Jan 14, 2024
d6ee870
MOD: sys contracts.
web3Softcloud Jan 15, 2024
b552e2d
remove Drop for OlaStark
peinlcy Jan 15, 2024
2d9c969
add remark to fri_proof_of_work
peinlcy Jan 15, 2024
8c05dc8
FIX: bytes poseidon.
web3Softcloud Jan 15, 2024
6af2991
ADD: finish_batch.
web3Softcloud Jan 16, 2024
4b407be
error handle progressing
spartucus Jan 16, 2024
644e42b
Merge branch 'dev/debug-sys' into error_handle
spartucus Jan 16, 2024
b2428d3
error handle: use for loop instead of iterator fold
spartucus Jan 16, 2024
450acde
error handle: mutex lock
spartucus Jan 17, 2024
a870c99
update execute tx and return result
peinlcy Jan 17, 2024
8e08d79
MOD: StorageQuery add block_timestamp.
Softcloud88 Jan 17, 2024
b507edc
error handling progressing
spartucus Jan 17, 2024
c4216f4
error handling progressing
spartucus Jan 17, 2024
7d89649
MOD: StorageQuery add pre_value and init_write type.
Softcloud88 Jan 17, 2024
b0c0480
bugfix
peinlcy Jan 18, 2024
b330b4c
Merge remote-tracking branch 'origin/dev/payne' into dev/debug-sys
peinlcy Jan 18, 2024
67016b3
error handling for executor module
spartucus Jan 18, 2024
b5b38a8
error handle: remove panic in executor module
spartucus Jan 18, 2024
ca72199
error handle progressing
spartucus Jan 18, 2024
d2f3d06
FIX: callee exe code when init tape.
Softcloud88 Jan 19, 2024
bc95022
error handle
spartucus Jan 19, 2024
814d3bc
FIX: addr params.
Softcloud88 Jan 19, 2024
d84cb17
Error handle for UpdatesBatch
spartucus Jan 19, 2024
a2341e3
FIX: missing StorageQueries.
Softcloud88 Jan 19, 2024
77d4a9f
error handle progressing
spartucus Jan 19, 2024
e84246e
fmt code
spartucus Jan 20, 2024
5172d52
Merge dev/debug-sys
spartucus Jan 20, 2024
6024210
fix typos
spartucus Jan 20, 2024
3d468df
fix some warnings
spartucus Jan 20, 2024
57cd145
fix bug
spartucus Jan 20, 2024
f82b998
Update system contract json
spartucus Jan 20, 2024
ac0d1a8
Refactor code
spartucus Jan 23, 2024
5a01a36
Refactor code
spartucus Jan 23, 2024
859dc92
Save data in tape when tstore, remove it when sccall
spartucus Jan 23, 2024
2c637c0
FIX: storage cache.
Softcloud88 Jan 23, 2024
734614c
Merge branch 'dev/debug-sys' into call_tx
spartucus Jan 23, 2024
73df009
refactor code
spartucus Jan 25, 2024
b6f1364
remove useless commemnt
spartucus Jan 25, 2024
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
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
*.xlsx
/**/.DS_Store
/.vscode
/assembler/test_data/bin/*
./assembler/test_data/bin/*
executor/*.json
db_test/*
executor/db_test/*
Loading
Loading