add upgrade endpoint + upgrade framework #19
actions.yml
on: pull_request
Contracts
/
Wasm tests
36s
Contracts
/
Test Coverage
32s
Contracts
/
Rust tests
23s
Contracts
/
Clippy linter check
18s
Annotations
7 errors and 4 warnings
[clippy] ping-pong/src/ping_pong.rs#L55:
ping-pong/src/ping_pong.rs#L55
error[E0599]: no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
--> ping-pong/src/ping_pong.rs:55:38
|
55 | OptionalValue::Some(self.accepted_payment_token_id().get()),
| ^^^^^^^^^^^^^^^^^^^^^^^^^ method not found in `&Self`
|
Contracts / Rust tests:
ping-pong/src/ping_pong.rs#L55
no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
|
Contracts / Rust tests
Process completed with exit code 101.
|
Contracts / Test Coverage:
ping-pong/src/ping_pong.rs#L55
no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
|
Contracts / Test Coverage
Process completed with exit code 1.
|
Contracts / Wasm tests:
ping-pong/src/ping_pong.rs#L55
no method named `accepted_payment_token_id` found for reference `&Self` in the current scope
|
Contracts / Wasm tests
Process completed with exit code 101.
|
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 / Rust 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
|
Contracts / Wasm tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|