Skip to content

Commit

Permalink
Merge branch '2.0' into chore/tests/block-id
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex6323 authored Dec 6, 2023
2 parents 91235a3 + fa0bcc9 commit 565758e
Show file tree
Hide file tree
Showing 15 changed files with 134 additions and 195 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 565758e

Please sign in to comment.