8000 feat: Offline tx client init and exported registry by clockworkgr · Pull Request #1234 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 5 commits into from
Oct 1, 2021
Merged

Conversation

clockworkgr
Copy link
Collaborator

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)

Copy link
Member
@ilgooz ilgooz left a 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?

@clockworkgr
Copy link
Collaborator Author

@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

@ilgooz
Copy link
Member
ilgooz commented Jun 21, 2021

@clockworkgr any updates on this?

@ilgooz ilgooz marked this pull request as draft July 22, 2021 14:36
@Pantani Pantani self-requested a review August 25, 2021 22:20
@clockworkgr clockworkgr marked this pull request as ready for review September 30, 2021 13:31
@ilgooz ilgooz merged commit 30c3132 into develop Oct 1, 2021
@ilgooz ilgooz deleted the feat/js-client branch October 1, 2021 08:53
@ilgooz ilgooz mentioned this pull request Oct 1, 2021
Pantani added a commit that referenced this pull request Oct 1, 2021
Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
ilgooz added a commit that referenced this pull request Oct 1, 2021
* 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>
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
…ite#1234)

Co-authored-by: Danilo Pantani <danpantani@gmail.com>
Co-authored-by: İlker G. Öztürk <ilkergoktugozturk@gmail.com>
8000
Jchicode pushed a commit to Jchicode/cli that referenced this pull request Aug 9, 2023
)

* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants
0