Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
878c983
fix: incorporate cross space transaction API
Gozala Jun 23, 2025
f67cc95
chore: update naming to match sigil spec
Gozala Jun 23, 2025
e2b5bd4
feat: first draft of the transactor implementation
Gozala Jun 25, 2025
ec3bc6c
Merge remote-tracking branch 'origin/main' into feat/memory-transaction
Gozala Jun 26, 2025
a84f1ec
chore: revert unintended changes
Gozala Jun 26, 2025
ae6e80c
fix: type errors
Gozala Jun 26, 2025
2319790
fix: potential race condition
Gozala Jun 26, 2025
f693277
chore: implement transactions that capture invariants
Gozala Jul 1, 2025
2d9f2bb
chore: add some invariant tests
Gozala Jul 1, 2025
6331515
fix: cleanup tests
Gozala Jul 1, 2025
f2b6646
chore: add more write invariant tests
Gozala Jul 1, 2025
449132c
chore: add read invariant tests
Gozala Jul 1, 2025
14ffd8f
chore: add tests for failures and deletes
Gozala Jul 1, 2025
e01319b
feat: prune redundant read invariants
Gozala Jul 1, 2025
3385db7
fix: add more tests and fix edge cases
Gozala Jul 1, 2025
bee5e36
chore: add some tests for transaction journal
Gozala Jul 1, 2025
5209be4
chore: add bunch more tests
Gozala Jul 1, 2025
46a1ea7
fix: refactor chronicle code into separate module
Gozala Jul 1, 2025
ca8d24f
chore: improve not found errors
Gozala Jul 2, 2025
0601bf0
chore: refactor more code
Gozala Jul 2, 2025
69d65a3
chore: more refactor & cleanup
Gozala Jul 2, 2025
c8d5ce7
fix: detect inconsistencies on reads
Gozala Jul 2, 2025
63224fc
fix: writes detect inconsistencies with previous writes
Gozala Jul 2, 2025
6421882
fix: refactor rest of the code
Gozala Jul 3, 2025
983e60e
chore: remove redundant imports
Gozala Jul 3, 2025
34b58b6
fix: add activity tracking
Gozala Jul 3, 2025
15905d6
fix: write method of the transaction
Gozala Jul 3, 2025
c8703b3
chore: add test to ensure inconsistency is detected on commit
Gozala Jul 3, 2025
82767c6
Merge remote-tracking branch 'origin/main' into feat/memory-transaction
Gozala Jul 3, 2025
cb851bf
chore: remove redundunt comments
Gozala Jul 3, 2025
ff98043
chore: revert unintended changes
Gozala Jul 3, 2025
0efd152
chore: delete notes
Gozala Jul 3, 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
Loading