Skip to content

fix(eos): fix block submission for v2 EOS nodes following the spring hardfork #97

fix(eos): fix block submission for v2 EOS nodes following the spring hardfork

fix(eos): fix block submission for v2 EOS nodes following the spring hardfork #97

Triggered via pull request October 8, 2024 10:22
Status Failure
Total duration 7m 36s
Artifacts

rust.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 39 warnings
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L218
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:218:5 | 218 | /// block submission pipeline. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 218 | /// block submission pipeline. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L217
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:217:5 | 217 | /// accruing the fees twice if the block has already been processed through the non-debug INT | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 217 | /// accruing the fees twice if the block has already been processed through the non-debug INT | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L216
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:216:5 | 216 | /// dictionary. Only use this is you know what you're doing and why, and make sure you're avoiding | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 216 | /// dictionary. Only use this is you know what you're doing and why, and make sure you're avoiding | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L215
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:215:5 | 215 | /// parses from the submitted block, and __will__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 215 | /// parses from the submitted block, and __will__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L212
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:212:5 | 212 | /// gap in their report IDs! | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 212 | /// gap in their report IDs! | +++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L189
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:189:5 | 189 | /// dictionary. This is to avoid accounting for fees twice. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 189 | /// dictionary. This is to avoid accounting for fees twice. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L188
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:188:5 | 188 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 188 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L168
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:168:5 | 168 | /// dictionary. This is to avoid accounting for fees twice. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 168 | /// dictionary. This is to avoid accounting for fees twice. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L167
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:167:5 | 167 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 167 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs#L164
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/int_block_reprocessor.rs:164:5 | 164 | /// gap in their report IDs! | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 164 | /// gap in their report IDs! | +++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L219
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:219:5 | 219 | /// block submission pipeline. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 219 | /// block submission pipeline. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L218
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:218:5 | 218 | /// accruing the fees twice if the block has already been processed through the non-debug ETH | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 218 | /// accruing the fees twice if the block has already been processed through the non-debug ETH | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L217
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:217:5 | 217 | /// dictionary. Only use this is you know what you're doing and why, and make sure you're avoiding | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 217 | /// dictionary. Only use this is you know what you're doing and why, and make sure you're avoiding | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L216
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:216:5 | 216 | /// parses from the submitted block, and __will__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 216 | /// parses from the submitted block, and __will__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L213
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:213:5 | 213 | /// gap in their report IDs! | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 213 | /// gap in their report IDs! | +++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L190
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:190:5 | 190 | /// dictionary. This is to avoid accounting for fees twice. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 190 | /// dictionary. This is to avoid accounting for fees twice. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L189
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:189:5 | 189 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 189 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L169
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:169:5 | 169 | /// dictionary. This is to avoid accounting for fees twice. | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 169 | /// dictionary. This is to avoid accounting for fees twice. | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L168
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:168:5 | 168 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation help: indent this line | 168 | /// parses from the submitted block, but it will __not__ accrue those fees on to the total in the | ++
doc list item without indentation: v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs#L165
error: doc list item without indentation --> v2_bridges/erc20_on_int/src/debug_functions/eth_block_reprocessor.rs:165:5 | 165 | /// gap in their report IDs! | ^ | = help: if this is supposed to be its own paragraph, add a blank line = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation = note: `-D clippy::doc-lazy-continuation` implied by `-D warnings` = help: to override `-D warnings` add `#[allow(clippy::doc_lazy_continuation)]` help: indent this line | 165 | /// gap in their report IDs! | +++
check_clippy
Clippy had exited with the 101 exit code
check_formatting
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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/
check_formatting
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/cargo@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_formatting
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/
check_formatting
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/
check_formatting
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/
check_formatting
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/
check_formatting
The `save-state` 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/
check_formatting
The `save-state` 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/
check_formatting
The `save-state` 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/
check_formatting
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/
build_and_test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build_and_test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build_and_test
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/
build_and_test
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/
build_and_test
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/
build_and_test
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/
build_and_test
The `save-state` 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/
build_and_test
The `save-state` 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/
build_and_test
The `save-state` 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/
build_and_test
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/
run_shell_tests
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
run_shell_tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
run_shell_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/
run_shell_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/
run_shell_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/
run_shell_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/
run_shell_tests
The `save-state` 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/
run_shell_tests
The `save-state` 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/
run_shell_tests
The `save-state` 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/
run_shell_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/
check_clippy
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
check_clippy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check_clippy
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/
check_clippy
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/
check_clippy
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/
check_clippy
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/
check_clippy
The `save-state` 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/
check_clippy
The `save-state` 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/
check_clippy
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/