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

0.44.1 rc0 #3917

Merged
merged 69 commits into from
Oct 11, 2024
Merged

0.44.1 rc0 #3917

merged 69 commits into from
Oct 11, 2024

Commits on Sep 28, 2024

  1. ci: run checks on release branches

    (cherry picked from commit 3ed63e0)
    Fraccaman authored and mergify[bot] committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    383849c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'mergify/bp/0.44.0/pr-3854' (#3855)

    * origin/mergify/bp/0.44.0/pr-3854:
      ci: run checks on release branches
    tzemanovic committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    5c2305f View commit details
    Browse the repository at this point in the history
  3. update hermes

    (cherry picked from commit fd8f78a)
    tzemanovic committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    602c987 View commit details
    Browse the repository at this point in the history
  4. README: add notes about hermes

    (cherry picked from commit 39f15e6)
    tzemanovic committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    be55f9f View commit details
    Browse the repository at this point in the history
  5. test/e2e: increase hermes timeout

    (cherry picked from commit 4087f4a)
    tzemanovic committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    b3f675b View commit details
    Browse the repository at this point in the history
  6. update hermes

    (cherry picked from commit 4ee810f)
    tzemanovic committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    cdf2873 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. Merge branch 'mergify/bp/0.44.0/pr-3851' (#3853)

    * mergify/bp/0.44.0/pr-3851:
      update hermes
      test/e2e: increase hermes timeout
      README: add notes about hermes
      update hermes
    tzemanovic committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    e1983f2 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Adds tests for whitelisted tokens gas payment

    (cherry picked from commit 5fcc373)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0a50935 View commit details
    Browse the repository at this point in the history
  2. Removes eprintln from prepare proposal unit tests

    (cherry picked from commit 269052a)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    78a4ecf View commit details
    Browse the repository at this point in the history
  3. Adds batch events tests

    (cherry picked from commit 446e32f)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    7d19104 View commit details
    Browse the repository at this point in the history
  4. Adds test for identical events in batch

    (cherry picked from commit 6a71f0b)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    8b30613 View commit details
    Browse the repository at this point in the history
  5. Removes unused Success event

    (cherry picked from commit abaace4)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a2061b2 View commit details
    Browse the repository at this point in the history
  6. Changelog #3857

    (cherry picked from commit 9625834)
    grarco authored and mergify[bot] committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    9cf0f07 View commit details
    Browse the repository at this point in the history
  7. mergify: add backport strategy

    Fraccaman authored and tzemanovic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    0eecd3b View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bp/0.44.0/pr-3849' (#3865)

    * bp/0.44.0/pr-3849:
      mergify: add backport strategy
    tzemanovic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    960e521 View commit details
    Browse the repository at this point in the history
  9. ci/mergify: add merge rule for backport to 0.44

    (cherry picked from commit b0ae7bc)
    tzemanovic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    a164b71 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'mergify/bp/0.44.0/pr-3862' (#3863)

    * mergify/bp/0.44.0/pr-3862:
      ci/mergify: add merge rule for backport to 0.44
    tzemanovic committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    92c757b View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Merge branch 'mergify/bp/0.44.0/pr-3857' (#3861)

    * origin/mergify/bp/0.44.0/pr-3857:
      Changelog #3857
      Removes unused `Success` event
      Adds test for identical events in batch
      Adds batch events tests
      Removes eprintln from prepare proposal unit tests
      Adds tests for whitelisted tokens gas payment
    tzemanovic committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    2bd9a60 View commit details
    Browse the repository at this point in the history
  2. test/e2e: no dbg logs in shielded sync

    (cherry picked from commit d2de09e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    828827e View commit details
    Browse the repository at this point in the history
  3. tx/types: rm unused code

    (cherry picked from commit a7a752f)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    e212807 View commit details
    Browse the repository at this point in the history
  4. refactor and test signature index

    (cherry picked from commit 9852755)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    edbac8b View commit details
    Browse the repository at this point in the history
  5. tx: rm unsued SignedTxData

    (cherry picked from commit f4c461f)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    61498ec View commit details
    Browse the repository at this point in the history
  6. tx: move signing related code into sign mod

    (cherry picked from commit 41fd30b)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    47745b7 View commit details
    Browse the repository at this point in the history
  7. tx: split out tx sections into dedicated mod

    (cherry picked from commit 25e6d5b)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    1ecb1a8 View commit details
    Browse the repository at this point in the history
  8. test/tx: add more unit tests

    (cherry picked from commit 1618f4e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    165250c View commit details
    Browse the repository at this point in the history
  9. tx: improve the serialization api

    (cherry picked from commit 1217e62)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    d9e2b4a View commit details
    Browse the repository at this point in the history
  10. tx: test tx sections api

    (cherry picked from commit 7519ce9)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    976a4ac View commit details
    Browse the repository at this point in the history
  11. changelog: add #3835

    (cherry picked from commit 02eca6e)
    tzemanovic authored and mergify[bot] committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    59db279 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2024

  1. Merge branch 'mergify/bp/0.44.0/pr-3868' (#3871)

    * mergify/bp/0.44.0/pr-3868:
      changelog: add #3835
      tx: test tx sections api
      tx: improve the serialization api
      test/tx: add more unit tests
      tx: split out tx sections into dedicated mod
      tx: move signing related code into sign mod
      tx: rm unsued `SignedTxData`
      refactor and test signature index
      tx/types: rm unused code
      test/e2e: no dbg logs in shielded sync
    tzemanovic committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    af153c6 View commit details
    Browse the repository at this point in the history
  2. goveranance: let validator vote even if it doesn't have a self-bond

    (cherry picked from commit 2895e48)
    Fraccaman authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    8ad0c48 View commit details
    Browse the repository at this point in the history
  3. e2e test for ibc token gas payment

    (cherry picked from commit 03fb4e2)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4f044c3 View commit details
    Browse the repository at this point in the history
  4. Fixes typos and updates docstring

    (cherry picked from commit dfe1bc4)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    0b20ed9 View commit details
    Browse the repository at this point in the history
  5. Fixes ibc gas payment test

    (cherry picked from commit 130252b)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    5d4db18 View commit details
    Browse the repository at this point in the history
  6. Sped up ibc token test

    (cherry picked from commit 40f0b7b)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    ddcf7be View commit details
    Browse the repository at this point in the history
  7. Changelog #3866

    (cherry picked from commit 1739449)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    4b42da3 View commit details
    Browse the repository at this point in the history
  8. Improves epoch sleeping in ibc tests and renames token variable

    (cherry picked from commit d9e590b)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    cd52522 View commit details
    Browse the repository at this point in the history
  9. Increases timeout on epoch sleep

    (cherry picked from commit 082c033)
    grarco authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    6f02228 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'mergify/bp/0.44.0/pr-3874' (#3878)

    * origin/mergify/bp/0.44.0/pr-3874:
      goveranance: let validator vote even if it doesn't have a self-bond
    tzemanovic committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    df859e4 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'mergify/bp/0.44.0/pr-3866' (#3881)

    * origin/mergify/bp/0.44.0/pr-3866:
      Increases timeout on epoch sleep
      Improves epoch sleeping in ibc tests and renames token variable
      Changelog #3866
      Sped up ibc token test
      Fixes ibc gas payment test
      Fixes typos and updates docstring
      e2e test for ibc token gas payment
    tzemanovic committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    f067401 View commit details
    Browse the repository at this point in the history
  12. ci/mergify: unquote base name

    (cherry picked from commit e1eb18f)
    tzemanovic authored and mergify[bot] committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    d0c54ac View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. Merge branch 'mergify/bp/0.44.0/pr-3876' (#3885)

    * origin/mergify/bp/0.44.0/pr-3876:
      ci/mergify: unquote base name
    tzemanovic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ad1d4b3 View commit details
    Browse the repository at this point in the history
  2. Avoids duplicated sections when contructing a batch

    (cherry picked from commit e516f24)
    grarco authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    2381121 View commit details
    Browse the repository at this point in the history
  3. Fixes cmt reference in add_inner_tx

    (cherry picked from commit 3cce0a4)
    grarco authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    3ad981c View commit details
    Browse the repository at this point in the history
  4. Custom PartialEq impl for SigningTxData

    (cherry picked from commit ea85990)
    grarco authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    f496ff1 View commit details
    Browse the repository at this point in the history
  5. Extends batch sections test to check duplicate sections

    (cherry picked from commit a3ae115)
    grarco authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9e7d4c6 View commit details
    Browse the repository at this point in the history
  6. Changelog #3882

    (cherry picked from commit f7c195f)
    grarco authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9223e60 View commit details
    Browse the repository at this point in the history
  7. mergify: unquote base branch name

    (cherry picked from commit 962f63e)
    tzemanovic authored and mergify[bot] committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b6bf2f5 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'mergify/bp/0.44.0/pr-3891' (#3893)

    * origin/mergify/bp/0.44.0/pr-3891:
      mergify: unquote base branch name
    tzemanovic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    9a682e5 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'mergify/bp/0.44.0/pr-3882' (#3888)

    * origin/mergify/bp/0.44.0/pr-3882:
      Changelog #3882
      Extends batch sections test to check duplicate sections
      Custom `PartialEq` impl for `SigningTxData`
      Fixes cmt reference in `add_inner_tx`
      Avoids duplicated sections when contructing a batch
    tzemanovic committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    328540c View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Tries to drop bg process in tests

    (cherry picked from commit 1773a17)
    grarco authored and mergify[bot] committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    b0dc34a View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. feat: serde rename batch index into masp tx index

    (cherry picked from commit b86c381)
    mateuszjasiuk authored and mergify[bot] committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    e6f6896 View commit details
    Browse the repository at this point in the history
  2. Changelog for #3860

    (cherry picked from commit b2bdee6)
    sug0 authored and mergify[bot] committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    7aaf26f View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3898 from anoma/mergify/bp/0.44.0/pr-3894

    Attempt to kill bg process in tests (backport #3894)
    mergify[bot] authored Oct 10, 2024
    Configuration menu
    Copy the full SHA
    ea7e418 View commit details
    Browse the repository at this point in the history
  4. test/e2e: try to forward Ctrl+C to the bg session

    (cherry picked from commit 315f763)
    tzemanovic authored and mergify[bot] committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    d677fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Merge pull request #3908 from anoma/mergify/bp/0.44.0/pr-3907

    test/e2e: try to clean-up gaiad (backport #3907)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    704d0a7 View commit details
    Browse the repository at this point in the history
  2. Add new rpc query function to check validators' liveness(uptime) in t…

    …his epoch
    
    (cherry picked from commit cd5112d)
    Jeongseup authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    33b87d1 View commit details
    Browse the repository at this point in the history
  3. fix up liveness queries

    (cherry picked from commit f0464bc)
    brentstone authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    a8e9075 View commit details
    Browse the repository at this point in the history
  4. changelog: add #3899

    (cherry picked from commit bdf352e)
    brentstone authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    acbd8f6 View commit details
    Browse the repository at this point in the history
  5. small fix from comments

    (cherry picked from commit 16e92a8)
    brentstone authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    1d925ad View commit details
    Browse the repository at this point in the history
  6. Update crates/sdk/src/queries/vp/pos.rs

    (cherry picked from commit 6dbf635)
    tzemanovic authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    426286f View commit details
    Browse the repository at this point in the history
  7. Merge pull request #3912 from anoma/mergify/bp/0.44.0/pr-3899

    feat: Add new rpc query function to check validators' liveness(uptime) (backport #3899)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    fc9021a View commit details
    Browse the repository at this point in the history
  8. Fixes broken assertions in integration tests

    (cherry picked from commit 7906be7)
    grarco authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    7a2e3c8 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3905 from anoma/mergify/bp/0.44.0/pr-3860

    feat: serde rename batch index into masp tx index (backport #3860)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    dbc052f View commit details
    Browse the repository at this point in the history
  10. Merge pull request #3913 from anoma/mergify/bp/0.44.0/pr-3902

    Fix integration tests assertions (backport #3902)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b5168e6 View commit details
    Browse the repository at this point in the history
  11. test/e2e/ibc: try to kill gaiad before running it

    (cherry picked from commit ea853a5)
    tzemanovic authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    97b480f View commit details
    Browse the repository at this point in the history
  12. Merge pull request #3915 from anoma/mergify/bp/0.44.0/pr-3909

    test/e2e/ibc: try to killall gaiad before running it (backport #3909)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    961237f View commit details
    Browse the repository at this point in the history
  13. Removes old reference to encrypted txs

    (cherry picked from commit a5efa84)
    grarco authored and mergify[bot] committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    828cd3a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #3916 from anoma/mergify/bp/0.44.0/pr-3850

    Removes old reference to encrypted txs (backport #3850)
    mergify[bot] authored Oct 11, 2024
    Configuration menu
    Copy the full SHA
    b59e473 View commit details
    Browse the repository at this point in the history
  15. Namada 0.44.1

    tzemanovic committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    675e933 View commit details
    Browse the repository at this point in the history