You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently Atomkraft is having implemented GRPC broadcasting only for Cosmos SDK modules and x/wasmd module trough terra_sdk. That is, the mechanism of easily creating tx and broadcasting them to the chain works only for modules covered in this package.
In audits, we will mostly have the need to audit and create and execute tests with Atomkraft for custom built modules and will need the fastest way to cover some module with tests. If an auditor could think only of parsing the traces and creating test assertions during the Atomkraft adaptation for a project, it would be great (we need to be as fast as possible).
Currently the audit team will use the CLI binary in order to create and execute tests for custom modules build for other chains, but it would be nice if there is a way to:
easily define new Msg type or query and use the existing GRPC broadcasting or
use CLI, but without the need to worry about details around building the commands that will be sent to the chain.
The text was updated successfully, but these errors were encountered:
The type_urls and proto files for Msg types can be retrieved from cosmos.base.reflection.v1beta1.ReflectionService and cosmos.base.reflection.v2alpha1.ReflectionService.
Currently Atomkraft is having implemented GRPC broadcasting only for Cosmos SDK modules and x/wasmd module trough terra_sdk. That is, the mechanism of easily creating tx and broadcasting them to the chain works only for modules covered in this package.
In audits, we will mostly have the need to audit and create and execute tests with Atomkraft for custom built modules and will need the fastest way to cover some module with tests. If an auditor could think only of parsing the traces and creating test assertions during the Atomkraft adaptation for a project, it would be great (we need to be as fast as possible).
Currently the audit team will use the CLI binary in order to create and execute tests for custom modules build for other chains, but it would be nice if there is a way to:
The text was updated successfully, but these errors were encountered: