Coder Social home page Coder Social logo

cosmos-go-wallet's Introduction

Cosmos Go Wallet

GitHub tag (latest SemVer) Go Reference Go Report License Codecov Tests status Lint status

This repository contains the code of the Cosmos Go Wallet that we use on different Go projects such as REST APIs, Discord bots etc.

cosmos-go-wallet's People

Contributors

dadamu avatar giorgionocera avatar riccardom avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

cosmos-go-wallet's Issues

Add sequence to transaction builder

I would like to propose the new argument sequence to build transaction. With this feature, the signer client can self manage the sequence and send multiple transactions in a block without receiving unexpected sequence error.

A signer client currently can send only one transaction in a block since the blockchain will update account sequence after the transaction, so the sequence queried from the chain will be always wrong before the current transaction is included into a block. Therefore, I think self manage sequence is a solution for this case.

The detailed implementation is here: e5ab382
In addition, I build a signer client for demo to achieve the multiple transactions in a block: https://github.com/dadamu/desmos-demo/blob/main/backend/service/client.go#L163

@RiccardoM, What do you think? If you think it is worth to do, I can create a PR for it.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.