-
Notifications
You must be signed in to change notification settings - Fork 11.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: MystenLabs/sui
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: devnet-0.15.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: MystenLabs/sui
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: devnet-0.15.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 12 files changed
- 8 contributors
Commits on Nov 12, 2022
-
[BUGFIX][deps] Explicitly set patched version of sqlx
Sui's dependency on `sqlx` needs to be overridden with a patched version that uses a more recent version of `libsqlite3-sys`. The previous approach used a `patch` configuration in the root `Cargo.toml`. This works for builds within this project, but seems to break for builds that originate from outside the workspace, but depend on one of the workspace crates. In this scenario, the patch doesn't apply on the dependency on `sqlx` in `sui-storage`, so it ends up conflicting with the dependency in `workspace-hack`. The most common example of this is someone depending on the Rust SDK (`sui-sdk`). This diff ditches the `patch` and sets the dependency override explicitly on `sui-storage`. Test Plan: Sui builds and runs: ``` sui$ cargo build sui$ cargo simtest sui$ cargo nextest run ``` Dependents on the Sui SDK build and run, e.g. following the instructions at https://docs.sui.io/build/rust-sdk succeeds. Closes #5887
Configuration menu - View commit details
-
Copy full SHA for 0d490d5 - Browse repository at this point
Copy the full SHA 0d490d5View commit details -
[docs/sdk/rust] Update refs to SuiClient::new (#6046)
367da13 Updates the API for creating `SuiClient` instances (changes the name and adds a parameter). Reflect this in the docs.
Configuration menu - View commit details
-
Copy full SHA for 7c32232 - Browse repository at this point
Copy the full SHA 7c32232View commit details
Commits on Nov 14, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 139f5f8 - Browse repository at this point
Copy the full SHA 139f5f8View commit details -
Configuration menu - View commit details
-
Copy full SHA for b327b40 - Browse repository at this point
Copy the full SHA b327b40View commit details -
Wait for remote peer connections in Core recovery header fetch (#6100)
Uses `WaitingPeer` to wait up to the already-configured timeout before giving up on remote header fetch on Core recovery.
Configuration menu - View commit details
-
Copy full SHA for 9a567e7 - Browse repository at this point
Copy the full SHA 9a567e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0d0293 - Browse repository at this point
Copy the full SHA d0d0293View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673a040 - Browse repository at this point
Copy the full SHA 673a040View commit details -
Add debug logs to header proposing and voting (#6101)
Before these components are deleted, it seems it is still useful to have more visibility into their logic, especially there are known issues.
Configuration menu - View commit details
-
Copy full SHA for 067600e - Browse repository at this point
Copy the full SHA 067600eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4409cd3 - Browse repository at this point
Copy the full SHA 4409cd3View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff devnet-0.15.1...devnet-0.15.2