Skip to content

Sync with upstream - #8

Open
Shubham8287 wants to merge 2 commits into
masterfrom
shub/sync-upstream-for-origin
Open

Shubham8287 wants to merge 2 commits into
masterfrom
shub/sync-upstream-for-origin

Conversation

@Shubham8287

@Shubham8287 Shubham8287 commented Sep 20, 2026

Copy link
Copy Markdown
Collaborator

upstream sync for changes in haraldng#170.

Commands used:

  git remote add upstream https://github.com/haraldng/omnipaxos.git
  git fetch origin
  git fetch upstream --tags

  git checkout -b shub/sync-upstream-for-origin origin/master
  git merge upstream/master

  # Resolved omnipaxos/Cargo.toml by keeping both local and upstream deps:
  # nohash-hasher = "0.2.0"
  # uuid = { version = "1", optional = true, features = ["v4"] }

  git add omnipaxos/Cargo.toml
  git commit -m "Sync upstream async runtime"
  

Issues

Reference or describe the issues this PR addresses. For each issue that should be closed after this PR is merged, please refer it using "fix" so that they get closed automatically (e.g., Fix #X, Fix #Y).

Breaking Changes

Please document any breaking changes in this PR.
Delete this section if there are none.

Start by giving a bullet list overview (for later inclusion in the release notes), before describing the details, if necessary.

Other Changes

Please document any changes in this PR not described in the previous section.
Delete this section if there are none.

Start by giving a bullet list overview (for later inclusion in the release notes), before describing the details, if necessary.

haraldng and others added 2 commits September 19, 2026 22:24
* wip async

* initial append_notify

* Stream of decided

* better example

* multi-assigned and taggedproposal

* refactor into own package

* one ballot per all Assigned proposals

* fix potential OOM issue and add ActorConfig

* Superseded returns log_entry_idx

* fix batch edge case bug

* add readme for runtime + fix clippy

* TaggedProposal and Assigned also use same outgoing buf

* delete unrelated files

* bump CI version

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants