-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime API: Substitute UncheckedExtrinsic
with custom encoding
#1076
Commits on Jul 19, 2023
-
codegen: Add uncheckedExtrinsic substitute
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2ad017f - Browse repository at this point
Copy the full SHA 2ad017fView commit details -
subxt: Add uncheckedExtrinsic replacement
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2468751 - Browse repository at this point
Copy the full SHA 2468751View commit details -
testing: Test uncheckedExtrinsic encoding
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 8a81d75 - Browse repository at this point
Copy the full SHA 8a81d75View commit details -
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7dad649 - Browse repository at this point
Copy the full SHA 7dad649View commit details -
subxt: Implement encode_to instead of encode for uncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 13151c7 - Browse repository at this point
Copy the full SHA 13151c7View commit details -
subxt: Remove encode_as_fields from uncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for f5724e4 - Browse repository at this point
Copy the full SHA f5724e4View commit details -
utils: Extend the UncheckedExtrinsic interface
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dec4577 - Browse repository at this point
Copy the full SHA dec4577View commit details -
utils: Use Static<Encoded> for uncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 06b2d53 - Browse repository at this point
Copy the full SHA 06b2d53View commit details -
utils: Remove extra impl on the uncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c87b85a - Browse repository at this point
Copy the full SHA c87b85aView commit details -
utils: Add back the EncodeAsType
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3287d9a - Browse repository at this point
Copy the full SHA 3287d9aView commit details -
utils: Simplify the decode_as_type
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3447a26 - Browse repository at this point
Copy the full SHA 3447a26View commit details -
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2d9a374 - Browse repository at this point
Copy the full SHA 2d9a374View commit details
Commits on Jul 20, 2023
-
Merge remote-tracking branch 'origin/master' into lexnv/runtime_api_e…
…xtrinsic_encoding
Configuration menu - View commit details
-
Copy full SHA for 9345d0a - Browse repository at this point
Copy the full SHA 9345d0aView commit details -
utils: impl Decode for UncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d33104a - Browse repository at this point
Copy the full SHA d33104aView commit details -
Update subxt/src/utils/unchecked_extrinsic.rs
Co-authored-by: James Wilson <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 9c07895 - Browse repository at this point
Copy the full SHA 9c07895View commit details -
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 55a3e99 - Browse repository at this point
Copy the full SHA 55a3e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac30a50 - Browse repository at this point
Copy the full SHA ac30a50View commit details -
utils: Check encoding / decoding of uncheckedExtrinsic
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c39f90b - Browse repository at this point
Copy the full SHA c39f90bView commit details -
Merge remote-tracking branch 'origin/lexnv/runtime_api_extrinsic_enco…
…ding' into lexnv/runtime_api_extrinsic_encoding
Configuration menu - View commit details
-
Copy full SHA for ff88a85 - Browse repository at this point
Copy the full SHA ff88a85View commit details
Commits on Jul 21, 2023
-
utils/tests: Use an already encoded tx bytes to start with
Signed-off-by: Alexandru Vasile <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 43c1ff3 - Browse repository at this point
Copy the full SHA 43c1ff3View commit details