update decimal and fee growth type to u256 #1081
tests.yml
on: pull_request
Uint and e2e tests
6m 48s
Release build the contract + lint
30s
Build and test SDK
2m 19s
Annotations
17 errors and 10 warnings
Release build the contract + lint
The process '/home/runner/.cargo/bin/cargo' failed with exit code 1
|
Build and test SDK:
src/decimal/src/uint.rs#L31
failed to resolve: could not find `metadata` in `ink`
|
Build and test SDK:
src/decimal/src/uint.rs#L31
expected trait, found derive macro `ink::storage::traits::StorageLayout`
|
Build and test SDK:
src/decimal/src/uint.rs#L31
failed to resolve: could not find `metadata` in `ink`
|
Build and test SDK
duplicate lang item in crate `std`: `panic_impl`.
|
Build and test SDK
could not compile `decimal` (lib) due to 4 previous errors
|
Build and test SDK
Process completed with exit code 1.
|
Uint and e2e tests:
src/contracts/storage/pool.rs#L407
mismatched types
|
Uint and e2e tests:
src/contracts/storage/pool.rs#L408
mismatched types
|
Uint and e2e tests:
src/contracts/storage/position.rs#L377
mismatched types
|
Uint and e2e tests:
src/contracts/storage/position.rs#L378
mismatched types
|
Uint and e2e tests:
src/contracts/storage/position.rs#L417
mismatched types
|
Uint and e2e tests:
src/contracts/storage/position.rs#L418
mismatched types
|
Uint and e2e tests:
src/contracts/storage/tick.rs#L215
mismatched types
|
Uint and e2e tests:
src/contracts/storage/tick.rs#L216
mismatched types
|
Uint and e2e tests:
src/contracts/storage/tick.rs#L224
mismatched types
|
Uint and e2e tests:
src/contracts/storage/tick.rs#L225
mismatched types
|
Release build the contract + lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Release build the contract + lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and test SDK
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Build and test SDK
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Build and test SDK
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0
|
Uint and e2e tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/cargo@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Uint and e2e tests
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/cache@v3, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Uint and e2e tests:
src/math/types/fee_growth.rs#L15
unused variable: `other`
|
Uint and e2e tests:
src/math/types/fee_growth.rs#L20
unused variable: `other`
|
Uint and e2e tests
`invariant` (lib) generated 2 warnings (run `cargo fix --lib -p invariant` to apply 2 suggestions)
|