Skip to content

Commit

Permalink
[bridge 57/n] enum-dispatch BridgeActions and move encoding logic to …
Browse files Browse the repository at this point in the history
…its own file (#16478)

## Description

For reviewers: not much to read in this PR, mostly moving things around.

## Test Plan

How did you test the new or updated feature?

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
longbowlu authored and patrickkuo committed May 9, 2024
1 parent 1247d42 commit 72cf465
Show file tree
Hide file tree
Showing 4 changed files with 819 additions and 730 deletions.
1 change: 1 addition & 0 deletions crates/sui-bridge/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ shared-crypto.workspace = true
backoff = { version = "0.4.0", features = [
"futures",
] }
enum_dispatch.workspace = true
sui-json-rpc-api.workspace = true

[dev-dependencies]
Expand Down
Loading

0 comments on commit 72cf465

Please sign in to comment.