Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update All Packages and Contract! #234

Merged
merged 22 commits into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
8fc4795
chore: bump cosmwasm std
maxrobot Aug 1, 2024
7e4c4e7
fix: use defined package for injective-math
maxrobot Aug 1, 2024
bee0d60
feat: injective-test works
maxrobot Aug 1, 2024
8291b35
almost all fixed
maxrobot Aug 1, 2024
a360cfe
feat: publish injective-math
maxrobot Aug 6, 2024
2b0363d
bump: injective-protobuf version prior to publication
maxrobot Aug 6, 2024
ffc6f0b
bump: version injective-testing
maxrobot Aug 6, 2024
8e54961
fix: bump injective-math in injective-cosmwasm
maxrobot Aug 6, 2024
1c8ca2f
bump injective-cosmwasm with new injective-math
maxrobot Aug 6, 2024
0caa7cb
feat: fixed contracts
maxrobot Aug 7, 2024
ec58e1a
feat: bump rust
maxrobot Aug 7, 2024
5f6bfb6
fix: eradicated old versions of injective-cosmwasm
maxrobot Aug 7, 2024
b4bb138
fix: update atomic tests
maxrobot Aug 8, 2024
6249452
feat: killed injective-protobuf
maxrobot Aug 8, 2024
fb42f90
Merge pull request #235 from InjectiveLabs/f/injective-testing
maxrobot Aug 8, 2024
7db1628
fix: CI and removed gitmodules as it is empty
maxrobot Aug 8, 2024
5da1c72
Merge pull request #236 from InjectiveLabs/f/kill-injective-protobuf
gorgos Aug 8, 2024
88ac9ec
feat: created workspace cargo
maxrobot Aug 8, 2024
4e9b448
Merge pull request #237 from InjectiveLabs/f/workspace-cargo-toml
maxrobot Aug 12, 2024
3a984c9
feat: added relative paths
maxrobot Aug 12, 2024
cd435ba
feat: changes from @gorgos
maxrobot Aug 12, 2024
95f1021
Merge pull request #238 from InjectiveLabs/f/relative-paths-i-hate-you
maxrobot Aug 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
File renamed without changes.
22 changes: 5 additions & 17 deletions .github/workflows/Basic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,12 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
target: wasm32-unknown-unknown
override: true

Expand All @@ -41,7 +35,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: unit-test
toolchain: 1.73.0
toolchain: 1.78.0
args: --locked
env:
RUST_BACKTRACE: 1
Expand All @@ -54,31 +48,25 @@ jobs:
uses: actions/checkout@v2
- name: Fix git safe.directory in container
run: mkdir -p /home/runner/work/_temp/_github_home && printf "[safe]\n\tdirectory = /github/workspace" >/home/runner/work/_temp/_github_home/.gitconfig
- name: Checkout submodules
uses: srt32/[email protected]
with:
args: git submodule update --init --recursive
- name: Fix protobuf output dir error
run: echo >packages/injective-protobuf/src/proto/mod.rs

- name: Install stable toolchain
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: 1.73.0
toolchain: 1.78.0
override: true
components: rustfmt, clippy

- name: Run cargo fmt
uses: actions-rs/cargo@v1
with:
command: fmt
toolchain: 1.73.0
toolchain: 1.78.0
args: --all -- --check

- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
toolchain: 1.73.0
toolchain: 1.78.0
args: -- -D warnings
Empty file removed .gitmodules
Empty file.
Loading
Loading