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

feat(tx)!: make timeout_height time based #20870

Merged
merged 51 commits into from
Jul 29, 2024
Merged

Commits on Jul 1, 2024

  1. add timestamp field

    sontrinh16 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8d367e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Configuration menu
    Copy the full SHA
    6de6ec3 View commit details
    Browse the repository at this point in the history
  2. update snapshotter

    sontrinh16 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    cce6b54 View commit details
    Browse the repository at this point in the history
  3. minor

    sontrinh16 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6a1fe37 View commit details
    Browse the repository at this point in the history
  4. minor

    sontrinh16 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6b142ec View commit details
    Browse the repository at this point in the history
  5. fix test

    sontrinh16 committed Jul 4, 2024
    Configuration menu
    Copy the full SHA
    6e2aa27 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. fix tests

    sontrinh16 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ae1ca05 View commit details
    Browse the repository at this point in the history
  2. lint

    sontrinh16 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    59248f5 View commit details
    Browse the repository at this point in the history
  3. fix tests

    sontrinh16 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    ce2c7d2 View commit details
    Browse the repository at this point in the history
  4. fix more test

    sontrinh16 committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    559e0be View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. add tests

    sontrinh16 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    a178e9a View commit details
    Browse the repository at this point in the history
  2. remove unnecessary code

    sontrinh16 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    02d63dc View commit details
    Browse the repository at this point in the history
  3. fix tests

    sontrinh16 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    efcb0b9 View commit details
    Browse the repository at this point in the history
  4. lint

    sontrinh16 committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ca0b587 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. add more test

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4810fd1 View commit details
    Browse the repository at this point in the history
  2. lint

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e17ddc8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    975c968 View commit details
    Browse the repository at this point in the history
  4. remove testing print

    Co-authored-by: Marko <marko@baricevic.me>
    sontrinh16 and tac0turtle committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2f69f6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f978027 View commit details
    Browse the repository at this point in the history
  6. minor

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1013006 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c1ba08e View commit details
    Browse the repository at this point in the history
  8. fix tests

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    680082e View commit details
    Browse the repository at this point in the history
  9. lint

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4c00978 View commit details
    Browse the repository at this point in the history
  10. add changelog

    sontrinh16 committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    96507c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    d6d2a40 View commit details
    Browse the repository at this point in the history
  2. Update x/auth/tx/gogotx.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    sontrinh16 and coderabbitai[bot] committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    b439a8a View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2024

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

Commits on Jul 15, 2024

  1. Update UPGRADING.md

    Co-authored-by: Marko <marko@baricevic.me>
    sontrinh16 and tac0turtle committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    424724b View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. address comments

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    70f772d View commit details
    Browse the repository at this point in the history
  2. resolve conflicts

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    b3a89f5 View commit details
    Browse the repository at this point in the history
  3. resolve conflicts

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    3724d9d View commit details
    Browse the repository at this point in the history
  4. fix test

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0fe0792 View commit details
    Browse the repository at this point in the history
  5. fix tests

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c74e08f View commit details
    Browse the repository at this point in the history
  6. use eventually

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    6edb58e View commit details
    Browse the repository at this point in the history
  7. update ADR

    sontrinh16 committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7b2d554 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 22, 2024

  1. Configuration menu
    Copy the full SHA
    4297c62 View commit details
    Browse the repository at this point in the history
  2. address comment

    sontrinh16 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    db37bfa View commit details
    Browse the repository at this point in the history
  3. address comments

    sontrinh16 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    1657027 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55f24fb View commit details
    Browse the repository at this point in the history
  5. minor

    sontrinh16 committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    9ac9527 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

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

    sontrinh16 committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    4323483 View commit details
    Browse the repository at this point in the history
  3. Update client/flags/flags.go

    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    sontrinh16 and coderabbitai[bot] committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    0272673 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. fix tests

    sontrinh16 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    a85d969 View commit details
    Browse the repository at this point in the history
  2. fix test

    sontrinh16 committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    f6c0df5 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

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

Commits on Jul 29, 2024

  1. update changelog

    sontrinh16 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    2074128 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48c0c5f View commit details
    Browse the repository at this point in the history
  3. lint

    sontrinh16 committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    4c6c03f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff273d1 View commit details
    Browse the repository at this point in the history