add enum in proxy #2623
lldb-formatter-tests.yml
on: pull_request
LLDB formatter tests
1m 14s
Annotations
1 error and 7 warnings
[clippy] contracts/examples/digital-cash/src/digital_cash_proxy.rs#L356:
contracts/examples/digital-cash/src/digital_cash_proxy.rs#L356
error[E0277]: the trait bound `digital_cash_proxy::EsdtTokenPayment<Api>: multiversx_sc::types::ManagedVecItem` is not satisfied
--> contracts/examples/digital-cash/src/digital_cash_proxy.rs:356:21
|
356 | pub esdt_funds: ManagedVec<Api, EsdtTokenPayment<Api>>,
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `multiversx_sc::types::ManagedVecItem` is not implemented for `digital_cash_proxy::EsdtTokenPayment<Api>`
|
= help: the following other types implement trait `multiversx_sc::types::ManagedVecItem`:
bool
i32
i64
usize
u8
u16
u32
u64
and 17 others
note: required by a bound in `multiversx_sc::types::ManagedVec`
--> /home/runner/work/mx-sdk-rs/mx-sdk-rs/framework/base/src/types/managed/wrapped/managed_vec.rs:34:8
|
31 | pub struct ManagedVec<M, T>
| ---------- required by a bound in this struct
...
34 | T: ManagedVecItem,
| ^^^^^^^^^^^^^^ required by this bound in `ManagedVec`
|
LLDB formatter tests
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions-rs/toolchain@v1, robinraju/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
LLDB formatter tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
LLDB formatter tests
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|