Skip to content

Commit

Permalink
penumbra: regenerate protos
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Apr 25, 2024
1 parent bb8aa55 commit fa13743
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions crates/proto/src/gen/penumbra.view.v1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -548,15 +548,21 @@ pub mod transaction_planner_request {
/// The sequence number of the withdrawal.
#[prost(uint64, tag = "2")]
pub seq: u64,
/// The auction's reserves of input asset
/// The auction's reserves of input asset.
/// This field is deprecated - the planner can query the user's view agent
/// to populate this field.
#[deprecated]
#[prost(message, optional, tag = "3")]
pub input_reserves: ::core::option::Option<
super::super::super::core::asset::v1::Value,
super::super::super::core::num::v1::Amount,
>,
/// The auction's reserves of output asset.
/// This field is deprecated - the planner can query the user's view agent
/// to populate this field.
#[deprecated]
#[prost(message, optional, tag = "4")]
pub output_reserves: ::core::option::Option<
super::super::super::core::asset::v1::Value,
super::super::super::core::num::v1::Amount,
>,
}
impl ::prost::Name for ActionDutchAuctionWithdraw {
Expand Down
Binary file modified crates/proto/src/gen/proto_descriptor.bin.no_lfs
Binary file not shown.

0 comments on commit fa13743

Please sign in to comment.