Skip to content

Commit

Permalink
Merge pull request #8644 from OpenMined/revert-protocol-version
Browse files Browse the repository at this point in the history
Revert protocol version 4
  • Loading branch information
shubham3121 authored Apr 1, 2024
2 parents cd21efb + 2cdf95e commit 899a36a
Show file tree
Hide file tree
Showing 8 changed files with 1,643 additions and 1,701 deletions.
1 change: 1 addition & 0 deletions packages/syft/src/syft/protocol/data_protocol.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,6 +458,7 @@ def revert_latest_protocol(self) -> Result[SyftSuccess, SyftError]:

# Save history
self.save_history(protocol_history)
self.load_state()

def check_protocol(self) -> Result[SyftSuccess, SyftError]:
if len(self.diff) != 0:
Expand Down
Loading

0 comments on commit 899a36a

Please sign in to comment.