Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Implement nested storage transactions #6269

Merged
merged 49 commits into from
Jun 23, 2020
Merged
Changes from 1 commit
Commits
Show all changes
49 commits
Select commit Hold shift + click to select a range
5b3d0b5
Add transactional storage functionality to OverlayChanges
athei May 25, 2020
68e34f0
Add storage transactions runtime interface
athei Jun 5, 2020
0a70191
Add frame support for transactions
athei Jun 5, 2020
0e32850
Merge branch 'master' into at-storage-tx
athei Jun 6, 2020
c767eea
Fix committed typo
athei Jun 8, 2020
c48d417
Rename 'changes' variable to 'overlay'
athei Jun 8, 2020
98a89da
Fix renaming change
athei Jun 8, 2020
3fb2e05
Fixed strange line break
athei Jun 8, 2020
1acf7a4
Rename clear to clear_where
athei Jun 8, 2020
d4440a4
Add comment regarding delete value on mutation
athei Jun 8, 2020
14738f8
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 8, 2020
3592246
Add comment which changes are covered by a transaction
athei Jun 8, 2020
7395a03
Do force the arg to with_transaction return a Result
athei Jun 8, 2020
81e5241
Use rust doc comments on every documentable place
athei Jun 9, 2020
ff52101
Fix wording of insert_diry doc
athei Jun 9, 2020
d789aab
Improve doc on start_transaction
athei Jun 9, 2020
5e65240
Rename value to overlayed in close_transaction
athei Jun 9, 2020
7eb9065
Inline negation
athei Jun 9, 2020
5dd6a85
Improve wording of close_transaction comments
athei Jun 9, 2020
1c8e7c1
Get rid of an expect by using get_or_insert_with
athei Jun 9, 2020
232b68f
Remove trailing whitespace
athei Jun 9, 2020
00b9ff3
Rename should to expected in tests
athei Jun 9, 2020
85617a5
Rolling back a transaction must mark the overlay as dirty
athei Jun 9, 2020
04471b4
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 9, 2020
4e039a1
Protect client initiated storage tx from being droped by runtime
athei Jun 9, 2020
52888f2
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 10, 2020
db24a2b
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 10, 2020
8ee3696
Review nits
athei Jun 10, 2020
843c84a
Return Err when entering or exiting runtime fails
athei Jun 10, 2020
5c851f6
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 10, 2020
c60a4c1
Documentation fixup
athei Jun 10, 2020
1ad2077
Remove close type
athei Jun 11, 2020
de8af5b
Move enter/exit runtime to excute_aux in the state-machine
athei Jun 11, 2020
552f611
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 11, 2020
4cf20c9
Rename Discard -> Rollback
athei Jun 11, 2020
10022f6
Move child changeset creation to constructor
athei Jun 11, 2020
5c0c35f
Move child spawning into the closure
athei Jun 11, 2020
8db272c
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 11, 2020
76ce5cf
Apply suggestions from code review
athei Jun 12, 2020
3d0f162
Fixup for code suggestion
athei Jun 12, 2020
1651f68
Unify re-exports
athei Jun 12, 2020
64f3c90
Rename overlay_changes to mod.rs and move into subdir
athei Jun 12, 2020
1568984
Change proof wording
athei Jun 16, 2020
96b6fd6
Merge branch 'master' into at-storage-tx
athei Jun 16, 2020
5878df6
Merge branch 'master' into at-storage-tx
athei Jun 19, 2020
6a8b3a7
Adapt a new test from master to storage-tx
athei Jun 19, 2020
46a56dc
Suggestions from the latest round of review
athei Jun 20, 2020
1d72286
Merge remote-tracking branch 'origin/master' into at-storage-tx
athei Jun 20, 2020
5145916
Fix warning message
athei Jun 21, 2020
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
Prev Previous commit
Next Next commit
Merge branch 'master' into at-storage-tx
  • Loading branch information
athei committed Jun 6, 2020
commit 0e328504b570348d541f82e7929cfb7f67697c6a

This merge commit was added into this branch cleanly.

There are no new changes to show, but you can still view the diff.