-
Notifications
You must be signed in to change notification settings - Fork 120
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
Enhancing Access to Extrinsic Operations through an API #1213
Commits on Aug 30, 2023
-
feat(extrinsics): expose extrinsics operations as an api
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3fdc274 - Browse repository at this point
Copy the full SHA 3fdc274View commit details -
feat(extrinsics): implement getters instead of exposing fields
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b8b982f - Browse repository at this point
Copy the full SHA b8b982fView commit details -
docs(extrinsics): add doc comments for the methods
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e838b7c - Browse repository at this point
Copy the full SHA e838b7cView commit details -
feat(extrinsics): estimate gas if not provided by user
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c977e4e - Browse repository at this point
Copy the full SHA c977e4eView commit details -
test(extrinsics): write tests for the API
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 93c306c - Browse repository at this point
Copy the full SHA 93c306cView commit details -
fix(extrinsics): remove printing from estimate_gas methods
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 3f6f94d - Browse repository at this point
Copy the full SHA 3f6f94dView commit details -
fix(extrinsics): define CLI structs in cargo contract
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4defe5f - Browse repository at this point
Copy the full SHA 4defe5fView commit details -
fix(extrinsics): remove output_json parameter from extrinsics structs
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1c5c3d3 - Browse repository at this point
Copy the full SHA 1c5c3d3View commit details -
fix(extrinsics): use ExtrinsicOptsBuilder in cargo contract
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7a8b902 - Browse repository at this point
Copy the full SHA 7a8b902View commit details -
feat(extrinsics): use tokio runtime block in main
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 377dd28 - Browse repository at this point
Copy the full SHA 377dd28View commit details -
feat(extrinsics): move ExtrinsicOpts to a separate file
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for e6c57f5 - Browse repository at this point
Copy the full SHA e6c57f5View commit details -
fix(extrinsics): call dry_run_instantiate only once
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ef5fdd - Browse repository at this point
Copy the full SHA 7ef5fddView commit details -
fix(extrinsics): update integration tests
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b2c4a4e - Browse repository at this point
Copy the full SHA b2c4a4eView commit details -
fix(extrinsics): compile integration-tests
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d315ca6 - Browse repository at this point
Copy the full SHA d315ca6View commit details -
feat(extrinsics): remove skip_dry_run flag from extrinsic_opts
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a967332 - Browse repository at this point
Copy the full SHA a967332View commit details -
fix(extrinsics): return Result<> to avoid unwrapping
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d799a8d - Browse repository at this point
Copy the full SHA d799a8dView commit details -
fix(extrinsics): handling extrinsics to be methods of the cli structs
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b712746 - Browse repository at this point
Copy the full SHA b712746View commit details -
fix(test): update integration tests to unwrap
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a1000f0 - Browse repository at this point
Copy the full SHA a1000f0View commit details -
fix(extrinsics): add file headers
Signed-off-by: Tarek <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 358ed0f - Browse repository at this point
Copy the full SHA 358ed0fView commit details