Skip to content
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

WIP: added client disconnect #396

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

blackpanther1881
Copy link
Collaborator

No description provided.

@@ -23,7 +23,10 @@ async function Transaction(wallet, signerAddress, msgs, fee, memo = "") {
tendermintRPCURL,
wallet,
);
return await cosmJS.signAndBroadcast(signerAddress, msgs, fee, memo);
const clientResult = await cosmJS.signAndBroadcast(signerAddress, msgs, fee, memo);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is required for queries also, which we are doing using tendermintClient.
Ideally want to create one session per browser. rather than creating and destroying everytime.

@blackpanther1881 blackpanther1881 changed the title added client disconnect WIP: added client disconnect Feb 9, 2022
@puneet2019 puneet2019 marked this pull request as draft March 29, 2022 05:03
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.

None yet

2 participants