Skip to content

Commit

Permalink
Updated type registry and unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Arjan Zijderveld committed Mar 9, 2020
1 parent d3cc127 commit fde8515
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 6 deletions.
14 changes: 13 additions & 1 deletion scalecodec/type_registry/kusama.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"runtime_id": 1040,
"runtime_id": 1050,
"types": {
"Address": "AccountIdAddress",
"BlockNumber": "U32",
Expand Down Expand Up @@ -79,6 +79,18 @@
]
}
}
},
{
"runtime_range": [1019, 1045],
"types": {
"Address": "Address"
}
},
{
"runtime_range": [1050, null],
"types": {
"Address": "AccountIdAddress"
}
}

]
Expand Down
2 changes: 1 addition & 1 deletion test/test_extrinsic_payload.py

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions test/test_scale_types.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test_type_encoding.py

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion test/test_type_registry.py

Large diffs are not rendered by default.

0 comments on commit fde8515

Please sign in to comment.