Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
bfe0d9f
chore: remove unused dependency
dr-orlovsky Jun 2, 2025
b47df61
chore: remove chrono dependency
dr-orlovsky Jun 2, 2025
e260dea
remove unnecessary wrapping of fungible state into `revealed`
dr-orlovsky Jun 2, 2025
ccbd079
chore: remove names for state using "revealed"
dr-orlovsky Jun 2, 2025
4620d57
chore: remove `revealed` from state-related method names in assignments
dr-orlovsky Jun 2, 2025
9c2aa52
epic: remove transition bundles
dr-orlovsky Jun 2, 2025
dc771d1
stl: regenerate
dr-orlovsky Jun 2, 2025
82b55fe
validation: remove `trusted_op_seals` injection
dr-orlovsky Jun 2, 2025
df9de36
epic: exterpate AluVM
dr-orlovsky Jun 2, 2025
c038bfd
validation: remove tapret seals
dr-orlovsky Jun 2, 2025
957ef7f
epic: remove a lot of unnecessary stuff. Upgrade to simplified bp-seals
dr-orlovsky Jun 2, 2025
12226c4
remove global state ordering and access
dr-orlovsky Jun 2, 2025
736d384
validation: remove concept of witness ordering
dr-orlovsky Jun 2, 2025
71291b2
validation: remove any consensus operation ordering
dr-orlovsky Jun 2, 2025
bd04e0d
chore: remove unused Layer1 structure
dr-orlovsky Jun 2, 2025
3887394
stl: regenerate libs
dr-orlovsky Jun 2, 2025
efcb8c4
validation: simplify if condition
dr-orlovsky Jun 2, 2025
dcfba04
validation: get rid of Rc, RefCell's and unnecessary clones
dr-orlovsky Jun 2, 2025
853846f
stl: update
dr-orlovsky Jun 2, 2025
0f8049c
chore: update deps
dr-orlovsky Jun 2, 2025
5b60d9d
validation: add input/output assignment verifiers
dr-orlovsky Jun 2, 2025
6c95001
validation: add signature verifier. Remove remnants of VM
dr-orlovsky Jun 2, 2025
bda74af
chore: fix clippy lints
dr-orlovsky Jun 2, 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
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
strategy:
fail-fast: false
matrix:
feature: [ stl, serde ]
feature: [ stl, vesper, serde ]
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
Expand Down
Loading