Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add(mining): Restore internal miner #8906

Closed
wants to merge 10 commits into from

Adds hard-coded network tip height expection for getblocktemplate RPC…

5e0a038
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

add(mining): Restore internal miner #8906

Adds hard-coded network tip height expection for getblocktemplate RPC…
5e0a038
Select commit
Loading
Failed to load commit list.
GitHub Actions / Clippy (stable) Results failed Oct 2, 2024 in 0s

Clippy (stable) Results

1 error

Details

Results

Message level Amount
Internal compiler error 0
Error 1
Warning 0
Note 0
Help 0

Versions

  • rustc 1.81.0 (eeb90cda1 2024-09-04)
  • cargo 1.81.0 (2dbb1af80 2024-08-20)
  • clippy 0.1.81 (eeb90cd 2024-09-04)

Annotations

Check failure on line 11 in zebra-rpc/build.rs

See this annotation in the file changed.

@github-actions github-actions / Clippy (stable) Results

use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`

error: use of deprecated method `tonic_build::Builder::compile`: renamed to `compile_protos()`
  --> zebra-rpc/build.rs:11:14
   |
11 |             .compile(&["proto/indexer.proto"], &[""])?;
   |              ^^^^^^^
   |
   = note: `-D deprecated` implied by `-D warnings`
   = help: to override `-D warnings` add `#[allow(deprecated)]`