Skip to content

Commit

Permalink
Merge pull request #8 from nightly-labs/sync-mainnet
Browse files Browse the repository at this point in the history
Sync mainnet
  • Loading branch information
Giems authored Aug 12, 2024
2 parents 0fc01d8 + 500cd81 commit 141d14e
Show file tree
Hide file tree
Showing 1,975 changed files with 55,499 additions and 33,993 deletions.
5 changes: 4 additions & 1 deletion .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,7 @@ mysql-clippy = [
rustflags = ["-C", "force-frame-pointers=yes", "-C", "force-unwind-tables=yes"]

[net]
git-fetch-with-cli = true
git-fetch-with-cli = true

[target.x86_64-unknown-linux-gnu]
rustflags = ["-C", "link-arg=-fuse-ld=lld", "-C", "target-cpu=native"]
5 changes: 0 additions & 5 deletions .changeset/seven-chicken-occur.md

This file was deleted.

17 changes: 0 additions & 17 deletions .changeset/shaggy-cows-decide.md

This file was deleted.

2 changes: 1 addition & 1 deletion .config/nextest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ fail-fast = false
# Retry failing tests in order to not block builds on flaky tests
retries = 5
# Timeout tests after 4 minutes
slow-timeout = { period = "60s", terminate-after = 4 }
slow-timeout = { period = "60s", terminate-after = 5 }

[profile.narwhalnightly]
# Print out output for failing tests as soon as they fail, and also at the end
Expand Down
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ For each box you select, include information after the relevant heading that des
- [ ] JSON-RPC:
- [ ] GraphQL:
- [ ] CLI:
- [ ] Rust SDK:
- [ ] Rust SDK:
- [ ] REST API:
2 changes: 1 addition & 1 deletion .github/workflows/build-suiop-cli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
# we could generate a different secret for this
# for separation of concerns:
token: ${{ secrets.CHANGESETS_DEPLOY_DISPATCH }}
event-type: build-binaries
event-type: build-suiop-cli-binaries
client-payload: '{"ref": "${{ github.ref }}", "sha": "${{ github.sha }}"}'
2 changes: 1 addition & 1 deletion .github/workflows/cargo-llvm-cov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
swap-size-gb: 256

- name: Run code coverage for nextest
run: SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest -vv
run: RUSTFLAGS="-C debuginfo=0" SUI_SKIP_SIMTESTS=1 cargo llvm-cov --ignore-run-fail --lcov --output-path lcov.info nextest -vv

- name: Upload report to Codecov for nextest
uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044 # pin v4.0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/external.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
uses: actions-rs/cargo@ae10961054e4aa8b4aa7dffede299aaf087aa33b # [email protected]
with:
command: fmt
args: --check
args: --check --all

cargo-deny:
name: cargo-deny (advisories, licenses, bans, ...)
Expand Down
Loading

0 comments on commit 141d14e

Please sign in to comment.