Skip to content

[raft] Change transact signature#1574

Closed
MariemBaccari wants to merge 1 commit into
interuss:masterfrom
Orbitalize:change_transact_signature
Closed

[raft] Change transact signature#1574
MariemBaccari wants to merge 1 commit into
interuss:masterfrom
Orbitalize:change_transact_signature

Conversation

@MariemBaccari

Copy link
Copy Markdown
Contributor

Changes the Transact signature to support Raftstore parameters.

@MariemBaccari MariemBaccari force-pushed the change_transact_signature branch from 70a8ca0 to 7d3c841 Compare June 26, 2026 13:10
Comment thread pkg/store/store.go Outdated
@MariemBaccari MariemBaccari force-pushed the change_transact_signature branch from 7d3c841 to 893034b Compare June 26, 2026 13:53
@MariemBaccari MariemBaccari requested a review from barroco June 26, 2026 13:57
Comment thread pkg/store/store.go Outdated
@@ -16,7 +22,9 @@ type Store[R any] interface {
Interact(context.Context) (R, error)
// Attempt to apply the operations in f to the R Repo it is supplied. All operations performed
// on the R Repo by f will be applied or rejected atomically.

@barroco barroco Jun 26, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update this description to scope the usage for sqlstore

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I updated it to ignore the specific store details. What do you think ?

@MariemBaccari MariemBaccari force-pushed the change_transact_signature branch from 893034b to 8321be0 Compare June 26, 2026 15:07
@barroco barroco added the dss-raft Relating to the application-layer consensus implemenation based on raft label Jun 29, 2026
@MariemBaccari

Copy link
Copy Markdown
Contributor Author

Replaced by #1577

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dss-raft Relating to the application-layer consensus implemenation based on raft

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants