Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
47 commits
Select commit Hold shift + click to select a range
8a9c508
save dev state
borngraced May 6, 2025
4584dbe
save dev state
borngraced May 6, 2025
2bde002
more changes
borngraced May 6, 2025
92426f8
ssave state
borngraced May 6, 2025
30dfb53
save dev state
borngraced May 6, 2025
6d117b2
update wasm target errors
borngraced May 6, 2025
30ea801
revert common.rs and nits
borngraced May 6, 2025
654a0a0
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 6, 2025
05d500b
use current rustc for linting
borngraced May 6, 2025
f2713aa
uncommit personal scripts
borngraced May 6, 2025
ffad55c
revert rust-toolchain.toml
borngraced May 6, 2025
99f2552
remove mmerror blanket impl and minor changes/fixes
borngraced May 6, 2025
d2d5f0c
upgrade to rust 1.80
borngraced May 7, 2025
8c4f509
fix naative clippy and update deps
borngraced May 7, 2025
97dc2fa
fix wasm clippy for rustc 1.80
borngraced May 7, 2025
684019a
fix test clippy and minor changes to incomplete imports, wasm
borngraced May 7, 2025
8da7f66
rustc 1.82
borngraced May 7, 2025
46d94ba
rustc 1.86
borngraced May 7, 2025
096242c
try update ci
borngraced May 7, 2025
e014931
fix remaining suppress and suppress ...rest clippy warnings
borngraced May 7, 2025
7ddb415
cargo fmt
borngraced May 7, 2025
7f9514c
format args fix
borngraced May 7, 2025
005bb6b
fix failing tests and minor changes
borngraced May 8, 2025
2c8fda4
use 2025-01-03
borngraced May 12, 2025
d1375ec
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 13, 2025
ca3f9e0
update mm_error doctest
borngraced May 13, 2025
74d1735
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 20, 2025
0d5eeef
Merge branch 'prepare-mm-err-for-newer-rustc' into toolchain-upgrade
borngraced May 20, 2025
61158de
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 22, 2025
4fe3434
Merge branch 'prepare-mm-err-for-newer-rustc' into toolchain-upgrade
borngraced May 22, 2025
f1a3a6c
fix fmt
borngraced May 22, 2025
8aba5b9
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 23, 2025
5719e4d
Merge branch 'dev' into toolchain-upgrade
borngraced May 23, 2025
21edb6a
Merge branch 'dev' into prepare-mm-err-for-newer-rustc
borngraced May 29, 2025
cc6398c
Merge branch 'prepare-mm-err-for-newer-rustc' into toolchain-upgrade
borngraced May 29, 2025
28c92d0
post merge fix
borngraced May 29, 2025
ab7e044
use `#[expect(dead_code)]` instead of `#[allow(dead_code)] `
onur-ozkan Jun 25, 2025
a0861ab
update `clippy::needless_lifetimes` note
onur-ozkan Jun 25, 2025
78c171f
improve dead_code handling
onur-ozkan Jun 25, 2025
402c866
doc fixes
onur-ozkan Jun 25, 2025
c4b7428
reduce `allow` scopes and drop unnecessary ones
onur-ozkan Jun 25, 2025
0514b3f
Merge branch 'dev' of github.com:KomodoPlatform/komodo-defi-framework…
onur-ozkan Jun 26, 2025
fb9d46e
post-conflict fixes
onur-ozkan Jun 26, 2025
5eed28c
fix wasm tests
onur-ozkan Jun 26, 2025
2f61dd9
fixes
onur-ozkan Jul 3, 2025
a249f27
Merge branch 'dev' of github.com:KomodoPlatform/komodo-defi-framework…
onur-ozkan Jul 3, 2025
afbc31c
re-add sia-feature
onur-ozkan Jul 3, 2025
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
36 changes: 18 additions & 18 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add x86_64-apple-darwin

- name: Install build deps
Expand Down Expand Up @@ -144,8 +144,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-apple-darwin

- name: Install build deps
Expand Down Expand Up @@ -196,8 +196,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -247,8 +247,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add x86_64-apple-darwin

- name: Install build deps
Expand Down Expand Up @@ -314,8 +314,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add wasm32-unknown-unknown

- name: Install wasm-pack
Expand Down Expand Up @@ -365,8 +365,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-apple-ios

- name: Install build deps
Expand Down Expand Up @@ -427,8 +427,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-linux-android

- name: Install build deps
Expand Down Expand Up @@ -494,8 +494,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add armv7-linux-androideabi

- name: Install build deps
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/fmt-and-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component rustfmt,clippy
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal --component rustfmt,clippy
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand All @@ -45,8 +45,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal --component clippy
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal --component clippy
rustup default nightly-2025-01-03
rustup target add wasm32-unknown-unknown

- name: Install build deps
Expand Down
36 changes: 18 additions & 18 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -87,8 +87,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -135,8 +135,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-apple-darwin

- name: Install build deps
Expand Down Expand Up @@ -184,8 +184,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -232,8 +232,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add x86_64-apple-darwin

- name: Install build deps
Expand Down Expand Up @@ -296,8 +296,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add wasm32-unknown-unknown

- name: Install wasm-pack
Expand Down Expand Up @@ -344,8 +344,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-apple-ios

- name: Install build deps
Expand Down Expand Up @@ -403,8 +403,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add aarch64-linux-android

- name: Install build deps
Expand Down Expand Up @@ -467,8 +467,8 @@ jobs:

- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add armv7-linux-androideabi

- name: Install build deps
Expand Down
32 changes: 16 additions & 16 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand All @@ -53,8 +53,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand All @@ -81,8 +81,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand All @@ -109,8 +109,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -138,8 +138,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -170,8 +170,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -206,8 +206,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03

- name: Install build deps
uses: ./.github/actions/deps-install
Expand Down Expand Up @@ -235,8 +235,8 @@ jobs:
- uses: actions/checkout@v3
- name: Install toolchain
run: |
rustup toolchain install nightly-2023-06-01 --no-self-update --profile=minimal
rustup default nightly-2023-06-01
rustup toolchain install nightly-2025-01-03 --no-self-update --profile=minimal
rustup default nightly-2025-01-03
rustup target add wasm32-unknown-unknown

- name: Install build deps
Expand Down
Loading
Loading