Skip to content

Commit

Permalink
Remove boundary encoding (#2769)
Browse files Browse the repository at this point in the history
# Description
Now that domain based settlement encoding is stable we can remove the
boundary encoding and configuration variable

# Changes
- [x] Remove boundary encoding logic
- [x] Remove config param

This will also require a infrastructure PR to remove the domain encoding
config variable

## How to test
CI
  • Loading branch information
fleupold authored Jun 4, 2024
1 parent 861d1a5 commit c3d392d
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 525 deletions.
2 changes: 0 additions & 2 deletions crates/driver/src/boundary/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
//! Software (2014)

pub mod liquidity;
pub mod settlement;

// The [`anyhow::Error`] type is re-exported because the legacy code mostly
// returns that error. This will change as the legacy code gets refactored away.
Expand All @@ -32,7 +31,6 @@ pub use {
anyhow::{Error, Result},
contracts,
model::order::OrderData,
settlement::Settlement,
shared::ethrpc::Web3,
};

Expand Down
Loading

0 comments on commit c3d392d

Please sign in to comment.