Updated price discovery #4298
actions.yml
on: pull_request
Contracts
/
Wasm tests
32s
Contracts
/
Test Coverage
35s
Contracts
/
Rust tests
22s
Contracts
/
Clippy linter check
24s
Annotations
16 errors and 4 warnings
[clippy] dex/price-discovery/src/lib.rs#L115:
dex/price-discovery/src/lib.rs#L115
error[E0063]: missing field `opt_redeem_token_id` in initializer of `events::RedeemEventArgs<'_, _>`
--> dex/price-discovery/src/lib.rs:115:32
|
115 | self.emit_redeem_event(RedeemEventArgs {
| ^^^^^^^^^^^^^^^ missing `opt_redeem_token_id`
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L101
cannot find value `INVALID_PAYMENT_ERR_MSG` in this scope
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L146
cannot find value `INVALID_PAYMENT_ERR_MSG` in this scope
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L104
this method takes 1 argument but 2 arguments were supplied
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L108
no method named `lock_tokens_and_forward` found for reference `&Self` in the current scope
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L115
missing field `opt_redeem_token_id` in initializer of `RedeemEventArgs<'_, _>`
|
Contracts / Rust tests:
dex/price-discovery/src/lib.rs#L133
this method takes 0 arguments but 1 argument was supplied
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Wasm tests
Process completed with exit code 100.
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L101
cannot find value `INVALID_PAYMENT_ERR_MSG` in this scope
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L146
cannot find value `INVALID_PAYMENT_ERR_MSG` in this scope
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L104
this method takes 1 argument but 2 arguments were supplied
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L108
no method named `lock_tokens_and_forward` found for reference `&Self` in the current scope
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L115
missing field `opt_redeem_token_id` in initializer of `RedeemEventArgs<'_, _>`
|
Contracts / Test Coverage:
dex/price-discovery/src/lib.rs#L133
this method takes 0 arguments but 1 argument was supplied
|
Contracts / Test Coverage
Process completed with exit code 1.
|
Contracts / Rust tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Clippy linter check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Wasm tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Contracts / Test Coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|