-
Notifications
You must be signed in to change notification settings - Fork 563
feat: Offline tx client init and exported registry #1234
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@clockworkgr we also probably need to bump the version of tendermint/vue to get updated version of default store/generated
right?
Yeah, I am still working on a tendermint/vue PR that includes minor adjustments to make the @starport/* packages more usable outside SPI and the template. Once that's done I'll do a new version that will include the updated generated code |
@clockworkgr any updates on this? |
Co-authored-by: Danilo Pantani <danpantani@gmail.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
* use ibckeeper pkg from spm instead scaffold methods * update spm for tests * update to temporary spm * revert starport go.mod * exported ibc keepers from SPM * update spm version * feat(pkg/protoc-gen-dart): update binary on macos-latest (#1643) Co-authored-by: Pantani <Pantani@users.noreply.github.com> * feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (#1642) Co-authored-by: Pantani <Pantani@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> * feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (#1646) Co-authored-by: ilgooz <ilgooz@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> * feat(template): create custom `Box` func to not overwrite files (#1573) * add a skip flag for `xgenny.NewEmbedWalker` method to skip files already created * add missing plush context method * simplify the genesis test templates and support IBC genesis tests * fix duplicate PortID into the GenesisState obj * user `noOverwrite` instead `skip` var name * create box transformer without overwrite files * pass the module name to box method * remove unused command * fix wrong boxing * not return err if `os.IsNotExist` is true * avoid pass the module name to `xgenny` package * fix oracle func order * update xgenny.Box method comment * feat(codegen/vuex): offline tx client init and exported registry (#1234) Co-authored-by: Danilo Pantani <danpantani@gmail.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pantani <Pantani@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: ilgooz <ilgooz@users.noreply.github.com> Co-authored-by: Alex Megalokonomos <alex@clockwork.gr>
…ite#1234) Co-authored-by: Danilo Pantani <danpantani@gmail.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
) * use ibckeeper pkg from spm instead scaffold methods * update spm for tests * update to temporary spm * revert starport go.mod * exported ibc keepers from SPM * update spm version * feat(pkg/protoc-gen-dart): update binary on macos-latest (ignite#1643) Co-authored-by: Pantani <Pantani@users.noreply.github.com> * feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (ignite#1642) Co-authored-by: Pantani <Pantani@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> * feat(pkg/protoc-gen-dart): update binary on ubuntu-latest (ignite#1646) Co-authored-by: ilgooz <ilgooz@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> * feat(template): create custom `Box` func to not overwrite files (ignite#1573) * add a skip flag for `xgenny.NewEmbedWalker` method to skip files already created * add missing plush context method * simplify the genesis test templates and support IBC genesis tests * fix duplicate PortID into the GenesisState obj * user `noOverwrite` instead `skip` var name * create box transformer without overwrite files * pass the module name to box method * remove unused command * fix wrong boxing * not return err if `os.IsNotExist` is true * avoid pass the module name to `xgenny` package * fix oracle func order * update xgenny.Box method comment * feat(codegen/vuex): offline tx client init and exported registry (ignite#1234) Co-authored-by: Danilo Pantani <danpantani@gmail.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Pantani <Pantani@users.noreply.github.com> Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com> Co-authored-by: ilgooz <ilgooz@users.noreply.github.com> Co-authored-by: Alex Megalokonomos <alex@clockwork.gr>
TS and Vuex templates modified to expose the registry for each module and allow the txClient to be initialised as an offline client (useful in some cases)