refactor: migrate voting verifier to use NewMessage #102
Annotations
15 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-rs/toolchain@v1, 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/
|
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/
|
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/
|
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/
|
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/
|
contracts/connection-router/src/events.rs#L4
use of deprecated struct `state::Message`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L116
use of deprecated struct `state::Message`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L135
use of deprecated struct `state::Message`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L117
use of deprecated struct `state::Message`: use NewMessage instead
|
contracts/connection-router/src/msg.rs#L9
use of deprecated struct `msg::Message`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L119
use of deprecated field `state::Message::id`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L120
use of deprecated field `state::Message::source_chain`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L121
use of deprecated field `state::Message::source_address`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L122
use of deprecated field `state::Message::destination_chain`: use NewMessage instead
|
contracts/connection-router/src/events.rs#L123
use of deprecated field `state::Message::destination_address`: use NewMessage instead
|
The logs for this run have expired and are no longer available.
Loading