Skip to content

Commit

Permalink
Merge branch 'main' into mdgeorge/remove-features
Browse files Browse the repository at this point in the history
  • Loading branch information
mdgeorge4153 committed Jan 6, 2025
2 parents 6ca512f + e54c57d commit e83cbee
Show file tree
Hide file tree
Showing 432 changed files with 9,425 additions and 27,615 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,7 @@ jobs:
- name: Indexer Alt Framework schema
run: |
./crates/sui-indexer-alt-framework/generate_schema.sh
cargo fmt -- crates/sui-indexer-alt-framework/src/schema.rs
# Ensure there are no uncommitted changes in the repo after running tests
- run: scripts/changed-files.sh
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Thanks for considering making a contribution to the Sui network or its documenta

## Contribute to Sui

See [Sui Environment Setup](https://github.com/MystenLabs/sui/blob/main/docs/content/guides/developer/getting-started/sui-environment.mdx) for approach to submitting code fixes and enhancements.
See [Sui Environment Setup](https://github.com/MystenLabs/sui/blob/main/docs/content/references/contribute/sui-environment.mdx) for approach to submitting code fixes and enhancements.

If you want to contribute code that creates a feature on Sui, start with a [Sui Improvement Proposal](https://github.com/sui-foundation/sips/tree/main) before developing the logic.

Expand Down
Loading

0 comments on commit e83cbee

Please sign in to comment.