Refactor test helpers #91
Annotations
22 warnings
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/
|
src/contracts/storage/position.rs#L16
unused import: `ink::prelude::vec`
|
src/contracts/storage/position.rs#L17
unused import: `ink::primitives::AccountId`
|
src/math/math.rs#L7
unused import: `super::percentage`
|
src/lib.rs#L205
this `else { if .. }` block can be collapsed
|
src/contracts/collections/pool_keys.rs#L20
method `remove` is never used
|
src/contracts/collections/pools.rs#L30
method `remove` is never used
|
src/contracts/logic/math.rs#L22
function `get_liquidity` is never used
|
src/contracts/logic/math.rs#L95
function `get_liquidity_by_x` is never used
|
src/contracts/logic/math.rs#L117
function `get_liquidity_by_x_sqrt_price` is never used
|
src/contracts/logic/math.rs#L167
function `get_liquidity_by_y` is never used
|
|
src/contracts/storage/position.rs#L16
unused import: `ink::prelude::vec`
|
src/contracts/storage/position.rs#L17
unused import: `ink::primitives::AccountId`
|
src/math/math.rs#L7
unused import: `super::percentage`
|
src/contracts/collections/pool_keys.rs#L20
method `remove` is never used
|
src/contracts/collections/pools.rs#L30
method `remove` is never used
|
src/contracts/logic/math.rs#L22
function `get_liquidity` is never used
|
src/contracts/logic/math.rs#L95
function `get_liquidity_by_x` is never used
|
src/contracts/logic/math.rs#L117
function `get_liquidity_by_x_sqrt_price` is never used
|
src/contracts/logic/math.rs#L167
function `get_liquidity_by_y` is never used
|
src/contracts/logic/math.rs#L190
function `get_liquidity_by_y_sqrt_price` is never used
|
The logs for this run have expired and are no longer available.
Loading