Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Cosmos JS #1731

Merged
54 commits merged into from Feb 22, 2022
Merged

Cosmos JS #1731

54 commits merged into from Feb 22, 2022

Commits on Jan 31, 2022

  1. increase gas amplifier

    alexalouit committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    9ff6edc View commit details
    Browse the repository at this point in the history
  2. fix payload construction

    handle payload atomic construction
    alexalouit committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    bb1888b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    92f4d59 View commit details
    Browse the repository at this point in the history
  4. increase gas amplifier

    alexalouit committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    f29a4ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    957a48f View commit details
    Browse the repository at this point in the history
  6. fix amount payload

    alexalouit committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    b120a76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd45d6d View commit details
    Browse the repository at this point in the history
  8. fix fees/gas calculation

    alexalouit committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    aaa9494 View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2022

  1. fix signature

    fix public key when account is derivate
    alexalouit committed Feb 1, 2022
    Configuration menu
    Copy the full SHA
    67a4414 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    510c1e9 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2022

  1. Configuration menu
    Copy the full SHA
    0594ce0 View commit details
    Browse the repository at this point in the history
  2. fix fees regression

    alexalouit committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    75bd779 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fff173f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    014b551 View commit details
    Browse the repository at this point in the history
  5. don't use extra.tx_bytes

    alexalouit committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    bed90f0 View commit details
    Browse the repository at this point in the history
  6. fix pubkey selection

    alexalouit committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    4faf89d View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2022

  1. Configuration menu
    Copy the full SHA
    a49d4ff View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Configuration menu
    Copy the full SHA
    e8ad8f3 View commit details
    Browse the repository at this point in the history
  2. many things

    restruct operation builder
    simulate now return int
    prepareTransaction use patch format
    alexalouit committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a03fd8f View commit details
    Browse the repository at this point in the history
  3. accuracy

    more accuracy int value
    small refactor
    alexalouit committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    27947b3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1ea1afe View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f941d07 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Update xpub during sync

    alexalouit committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    cda9bc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d65266d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c62e0c View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. LL-9159 cosmos node

    alexalouit committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    8df4111 View commit details
    Browse the repository at this point in the history
  2. Update js-signOperation.ts

    revert back test trace for bot
    alexalouit committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    804fccd View commit details
    Browse the repository at this point in the history
  3. fix signature

    alexalouit committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    35ecf59 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. Configuration menu
    Copy the full SHA
    f45276e View commit details
    Browse the repository at this point in the history
  2. fix redelegate payload

    alexalouit committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    99dc488 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1800f02 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. Configuration menu
    Copy the full SHA
    3aca833 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e22a144 View commit details
    Browse the repository at this point in the history
  3. fix typo

    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    e7fd38b View commit details
    Browse the repository at this point in the history
  4. bugfix

    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c7a0e69 View commit details
    Browse the repository at this point in the history
  5. fix regression

    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    b64368e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    523f73f View commit details
    Browse the repository at this point in the history
  7. update optimistic operation

    fix regression
    add operation type
    more consistent fee
    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    992193f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e81b5d3 View commit details
    Browse the repository at this point in the history
  9. fix prettier

    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    71ea6f8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e0f4fce View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    96591a7 View commit details
    Browse the repository at this point in the history
  12. clarify code readable

    alexalouit committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0d409ca View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2823fcd View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd3f0aa View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. Configuration menu
    Copy the full SHA
    6685baa View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. fix mixed styles

    alexalouit committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    892148b View commit details
    Browse the repository at this point in the history
  2. fix array cast type

    alexalouit committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    7446337 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0819d0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    890c0d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Configuration menu
    Copy the full SHA
    289ef6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6121e72 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c113968 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6c72c62 View commit details
    Browse the repository at this point in the history