Skip to content

Commit

Permalink
Add fungible token packet data to zoneconcierge
Browse files Browse the repository at this point in the history
  • Loading branch information
maurolacy committed Dec 13, 2024
1 parent 72654c8 commit 78fed64
Show file tree
Hide file tree
Showing 4 changed files with 154 additions and 65 deletions.
4 changes: 3 additions & 1 deletion proto/babylon/zoneconcierge/v1/packet.proto
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import "babylon/checkpointing/v1/checkpoint.proto";
import "babylon/epoching/v1/epoching.proto";
import "babylon/zoneconcierge/v1/zoneconcierge.proto";
import "babylon/finality/v1/finality.proto";
import "ibc/applications/transfer/v2/packet.proto";

option go_package = "github.com/babylonlabs-io/babylon/x/zoneconcierge/types";

Expand All @@ -19,6 +20,7 @@ message ZoneconciergePacketData {
BTCTimestamp btc_timestamp = 1;
babylon.btcstaking.v1.BTCStakingIBCPacket btc_staking = 2;
ConsumerSlashingIBCPacket consumer_slashing = 3;
ibc.applications.transfer.v2.FungibleTokenPacketData consumer_fp_distribution = 4;
}
}

Expand Down Expand Up @@ -62,4 +64,4 @@ message BTCTimestamp {
message ConsumerSlashingIBCPacket {
/// evidence is the FP slashing evidence that the Consumer sends to Babylon
babylon.finality.v1.Evidence evidence = 1;
}
}
4 changes: 2 additions & 2 deletions proto/buf.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ deps:
- remote: buf.build
owner: cosmos
repository: ibc
commit: 41fbc441e4d645119d275150719c5441
digest: shake256:a61d3e152909abddc91dcc1aec8ac997007bebd48a7921bc243681c708e6c9068f6484aa7ed4e6ff60101d3422c98744a4a5294bbda6aacdba07f1dfa4291020
commit: 6b221c7d310545198c1dafe70287d254
digest: shake256:c5ea4d89af1c47f4d02057892eacdcb863359178079d9599f30d853b374fe9e9bfb3d9ca6720361c3439999a885a4f87fff4cd41c6c26b1f1142d60c386f8323
- remote: buf.build
owner: cosmos
repository: ics23
Expand Down
2 changes: 1 addition & 1 deletion proto/buf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ deps:
- buf.build/cosmos/cosmos-proto:1935555c206d4afb9e94615dfd0fad31
- buf.build/cosmos/gogo-proto:a14993478f40695898ed8a86931094b6656e8a5d
- buf.build/googleapis/googleapis:8d7204855ec14631a499bd7393ce1970
- buf.build/cosmos/ibc
- buf.build/cosmos/ibc:6b221c7d310545198c1dafe70287d254 # Corresponds to ibc-go v8
breaking:
use:
- FILE
Expand Down
Loading

0 comments on commit 78fed64

Please sign in to comment.