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

Build fails on 042-adraste #24

Closed
conorsch opened this issue Jan 31, 2023 · 2 comments
Closed

Build fails on 042-adraste #24

conorsch opened this issue Jan 31, 2023 · 2 comments

Comments

@conorsch
Copy link
Contributor

Release build fails with the msg below. Haven't investigated yet, will take a closer look to update galileo to match the most recent interfaces.

error[E0432]: unresolved import `penumbra_custody::SoftKms`
 --> src/opt/serve.rs:6:5
  |
6 | use penumbra_custody::SoftKms;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^ no `SoftKms` in the root
  |
help: consider importing this struct instead
  |
6 | use penumbra_custody::soft_kms::SoftKms;
  |     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

error[E0432]: unresolved import `penumbra_proto::Protobuf`
   --> src/wallet.rs:151:13
    |
151 |         use penumbra_proto::Protobuf;
    |             ^^^^^^^^^^^^^^^^^^^^^^^^ no `Protobuf` in the root
    |
help: a similar name exists in the module
    |
151 |         use penumbra_proto::protobuf;
    |                             ~~~~~~~~
help: consider importing this trait instead
    |
151 |         use tendermint_proto::Protobuf;
    |             ~~~~~~~~~~~~~~~~~~~~~~~~~~~

error[E0599]: no method named `encode_to_vec` found for reference `&penumbra_transaction::Transaction` in the current scope
   --> src/wallet.rs:161:45
    |
161 |                     "params": [&transaction.encode_to_vec()],
    |                                             ^^^^^^^^^^^^^ method not found in `&penumbra_transaction::Transaction`
    |
    = help: items from traits can only be used if the trait is in scope
help: the following trait is implemented but not in scope; perhaps add a `use` for it:
    |
1   | use penumbra_proto::DomainType;
    |

Some errors have detailed explanations: E0432, E0599.
For more information about an error, try `rustc --explain E0432`.
error: could not compile `galileo` due to 3 previous errors
@conorsch
Copy link
Contributor Author

Breakage occurred last week, see here https://github.com/penumbra-zone/galileo/actions/runs/3970241653

@conorsch
Copy link
Contributor Author

conorsch commented Feb 6, 2023

Fixed in a550a3c

@conorsch conorsch closed this as completed Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant