Skip to content

Commit

Permalink
Merge branch '2.0' into feat/split-secret-manage
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Coats committed Dec 6, 2023
2 parents 8c1f7f9 + 9cd9121 commit 7c5f8eb
Show file tree
Hide file tree
Showing 14 changed files with 112 additions and 171 deletions.
192 changes: 39 additions & 153 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bindings/python/tests/test_protocol_parameters.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
with open('../../sdk/tests/types/fixtures/protocol_parameters.json', "r", encoding="utf-8") as json_file:
protocol_params_json = json.load(json_file)


def test_protocol_parameters():
protocol_params_dict = protocol_params_json['params']
protocol_params = ProtocolParameters.from_dict(protocol_params_dict)
Expand Down
Loading

0 comments on commit 7c5f8eb

Please sign in to comment.