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

A rust based Dave compute implementation after rebase on main #36

Merged
merged 28 commits into from
Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
c12634d
chore: move machine-json-rpc to separate repo
stephenctw Oct 31, 2023
62c10ed
chore(input-reader): rewrite module as a library
stephenctw Dec 7, 2023
6f0e620
dependencies: bump machine-json-rpc
stephenctw Dec 7, 2023
0c087a0
chore(machine): refactor rust machine
stephenctw Dec 7, 2023
bf935a9
chore(rust-contract): update bindings
stephenctw Dec 12, 2023
1a182bb
feat: move state fetching logic from `Player` to `Arena`
stephenctw Dec 12, 2023
d75a4f2
chore(offchain): major rewrite of `cartesi-compute-core`
stephenctw Dec 13, 2023
f41bf67
feat(offchain): add `dave-compute` executable
stephenctw Dec 20, 2023
9bc9fd6
feat(lua-node): split entrypoint into multiplayers and single_dishonest
stephenctw Dec 25, 2023
9928e96
chore(offchain): remove unused crates
stephenctw Dec 25, 2023
2ccd71a
feat(offchain): bug fixes
stephenctw Dec 25, 2023
81c2fdf
chore(dep): bump `machine-json-rpc`
stephenctw Dec 25, 2023
70214d4
feat(offchain): add garbage collector strategy
stephenctw Jan 5, 2024
630e00f
feat(offchain): improve contract binding generation
stephenctw Jan 8, 2024
9c8a8f1
chore(offchain): remove counting trick inherited from lua code
stephenctw Jan 8, 2024
b94cb20
feat(offchain): enhance `Arena` module
stephenctw Jan 11, 2024
c0d1006
chore: isolate machine template generation
stephenctw Jan 11, 2024
9f001c9
chore(lua-node): code clean-up
stephenctw Jan 11, 2024
f9089f4
feat: add debootstrap showcase
stephenctw Jan 11, 2024
fa1f05a
feat: get constants dynamically
stephenctw Jan 29, 2024
b686fcc
chore(offchain): better organize Dockerfile for different usage
stephenctw Feb 5, 2024
7db16c3
fix(contract): fix format
stephenctw Feb 5, 2024
17e3434
feat(offchain): add `TournamentStateMap` type alias
stephenctw Feb 15, 2024
2026400
feat(offchain): split reader and sender, use different design pattern
stephenctw Feb 15, 2024
5454e7e
feat(offchain): update `debootstrap` machine preparation
stephenctw Feb 19, 2024
1c6da74
feat(contract): use more real-world timing constants
stephenctw Feb 19, 2024
d82b259
fix(test): adapt to new timing constants
stephenctw Feb 19, 2024
e8578be
fix: remove conflict text in `Cargo.lock`
stephenctw Mar 2, 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: 2 additions & 0 deletions .dockerignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.vscode
**/target/
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
.DS_Store
**/.idea/
target/
offchain/core/src/contract/*tournament.rs
Loading
Loading