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

alternative draft 0.20 #1740

Closed
wants to merge 144 commits into from
Closed

alternative draft 0.20 #1740

wants to merge 144 commits into from

Commits on Jun 27, 2023

  1. apps: add namadac epoch-sleep

    Add the epoch-sleep helper, which queries the current epoch and then
    sleeps until the epoch is greater (polling once a second). This can
    replace the multiple namadac invocations used in e2e tests.
    juped committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    89fe260 View commit details
    Browse the repository at this point in the history
  2. tests/e2e: change epoch_sleep to use namadac epoch-sleep

    Instead of manually querying, we now epoch-sleep until the next epoch,
    limiting the number of clients invoked to 1.
    
    Also update the epoch sleep e2e test to check the return value (parsed
    from the output of epoch-sleep).
    juped committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e7cc5e3 View commit details
    Browse the repository at this point in the history
  3. tests/e2e: replace PoS test epoch waits with epoch-sleeps

    PoS hammered the node as fast as possible with epoch queries in its
    tests to wait for a specified epoch. Instead, epoch-sleep repeatedly
    until the target epoch has been reached.
    
    This could be improved further by adding an --until parameter to
    epoch-sleep.
    juped committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    5c34343 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

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

Commits on Jul 5, 2023

  1. Configuration menu
    Copy the full SHA
    71c0ddb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a6724f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d15b50 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    f6a2ce1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eed5212 View commit details
    Browse the repository at this point in the history
  3. [fix]: Fixed the faucet to use uint instead of amount. This makes it …

    …portable across different assets
    batconjurer committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    c19062b View commit details
    Browse the repository at this point in the history
  4. [fix]: Merge in main

    batconjurer committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    53c1cba View commit details
    Browse the repository at this point in the history
  5. [fix]: Merge in main

    batconjurer committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    43598ba View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

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

Commits on Jul 8, 2023

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

Commits on Jul 9, 2023

  1. Configuration menu
    Copy the full SHA
    67c9b44 View commit details
    Browse the repository at this point in the history
  2. Use new const in From impl

    sug0 committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    2425cce View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8df0a04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9187d2e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Configuration menu
    Copy the full SHA
    6e18520 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    feda19a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5fead6a View commit details
    Browse the repository at this point in the history
  4. changelog: add #1686

    tzemanovic authored and brentstone committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    eaebb7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1a4eb06 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cb6bde View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8009548 View commit details
    Browse the repository at this point in the history
  8. changelog: add #1695

    tzemanovic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    c265cc4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5a0dd99 View commit details
    Browse the repository at this point in the history
  10. changelog: add #1605

    tzemanovic committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8726bbe View commit details
    Browse the repository at this point in the history
  11. query bonded-stake and order

    bengtlofgren authored and brentstone committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    ce0e751 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cb48c51 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    23a78b2 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c2cfd34 View commit details
    Browse the repository at this point in the history
  15. add test case

    karbyshev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    363aa47 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    c7dab48 View commit details
    Browse the repository at this point in the history
  17. refactor: simplify code

    karbyshev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e43d5f7 View commit details
    Browse the repository at this point in the history
  18. add changelog

    karbyshev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    9dc5fff View commit details
    Browse the repository at this point in the history
  19. refactor: fix formatting

    karbyshev committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    4abcc9b View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    b3b1f26 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tomas/win-build' (#1605)

    * tomas/win-build:
      changelog: add #1605
      apps: use fd-lock instead of file-lock for cross-platform support
    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    141ce4b View commit details
    Browse the repository at this point in the history
  3. apps: add namadac epoch-sleep

    Add the epoch-sleep helper, which queries the current epoch and then
    sleeps until the epoch is greater (polling once a second). This can
    replace the multiple namadac invocations used in e2e tests.
    juped authored and tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    8f7a1b0 View commit details
    Browse the repository at this point in the history
  4. tests/e2e: change epoch_sleep to use namadac epoch-sleep

    Instead of manually querying, we now epoch-sleep until the next epoch,
    limiting the number of clients invoked to 1.
    
    Also update the epoch sleep e2e test to check the return value (parsed
    from the output of epoch-sleep).
    juped authored and tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ab08395 View commit details
    Browse the repository at this point in the history
  5. tests/e2e: replace PoS test epoch waits with epoch-sleeps

    PoS hammered the node as fast as possible with epoch queries in its
    tests to wait for a specified epoch. Instead, epoch-sleep repeatedly
    until the target epoch has been reached.
    
    This could be improved further by adding an --until parameter to
    epoch-sleep.
    juped authored and tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    4de68f7 View commit details
    Browse the repository at this point in the history
  6. changelog: add #1656

    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9702dd9 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1f27630 View commit details
    Browse the repository at this point in the history
  8. changelog: add #1621

    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    28a6362 View commit details
    Browse the repository at this point in the history
  9. ci/test/e2e: add new test

    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    23de497 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'ray/utils-next-epoch' (#1621)

    * ray/utils-next-epoch:
      ci/test/e2e: add new test
      changelog: add #1621
      apps: move epoch-sleep client cmd under utils
      tests/e2e: replace PoS test epoch waits with epoch-sleeps
      tests/e2e: change epoch_sleep to use namadac epoch-sleep
      apps: add namadac epoch-sleep
    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    119210b View commit details
    Browse the repository at this point in the history
  11. Merge branch 'bengt/pos-cli-queries' (#1656)

    * bengt/pos-cli-queries:
      changelog: add #1656
      pos: return sorted validator sets and code re-use for queries
      Expanding and fixing slashes query
      CLI query a validator's state
      query bonded-stake and order
    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3dd7245 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'origin/aleks/clear-out-validator-sets-for-old-epochs' (#…

    …1665)
    
    * origin/aleks/clear-out-validator-sets-for-old-epochs:
      refactor: fix formatting
      add changelog
      refactor: simplify code
      refactor: introduce name for magic constant
      add test case
      feat: store total consensus stake; garbage collect validator sets
    tzemanovic committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    25e1c0d View commit details
    Browse the repository at this point in the history
  13. [feat]: Added masp_txs_and_queries integration test which passes. Rem…

    …oved e2e tests which now have passing integration counterparts
    batconjurer committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    94feb73 View commit details
    Browse the repository at this point in the history
  14. Revert "Merge branch 'ray/utils-next-epoch' (#1621)"

    This reverts commit 119210b, reversing
    changes made to 141ce4b.
    juped committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    62ce559 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b06b603 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5a6a92a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    214735c View commit details
    Browse the repository at this point in the history
  18. changelog: add #1656

    tzemanovic authored and brentstone committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ce14a4c View commit details
    Browse the repository at this point in the history
  19. [feat]: All masp e2e tests refactored into integration tests. Update …

    …Makefile with integration test recipes
    batconjurer committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    9615a4d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    532659d View commit details
    Browse the repository at this point in the history
  21. ci/test/e2e: add new test

    tzemanovic authored and juped committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    ff692ab View commit details
    Browse the repository at this point in the history
  22. changelog: add #1621

    tzemanovic authored and juped committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    45d0813 View commit details
    Browse the repository at this point in the history
  23. Merge branch 'ray/utils-next-epoch' (#1621) into draft

    * ray/utils-next-epoch:
      changelog: add #1621
      ci/test/e2e: add new test
      apps: move epoch-sleep client cmd under utils
      tests/e2e: replace PoS test epoch waits with epoch-sleeps
      tests/e2e: change epoch_sleep to use namadac epoch-sleep
      apps: add namadac epoch-sleep
    juped committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3debe6b View commit details
    Browse the repository at this point in the history
  24. fixup! Merge branch 'ray/utils-next-epoch' (#1621) into draft

    evil changes:
    - wait_until_node_is_synched now takes a &client
    - qualified core::time::Duration in rpc epoch_sleep
    juped committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    49bb263 View commit details
    Browse the repository at this point in the history
  25. add unjail tx at CLI

    bengtlofgren authored and brentstone committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    e0287ea View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fc528cc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    a5d2237 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Revert "Merge branch 'bengt/pos-cli-queries' (#1656)"

    This reverts commit 3dd7245, reversing
    changes made to 119210b.
    brentstone committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    7f45cb2 View commit details
    Browse the repository at this point in the history
  2. query bonded-stake and order

    bengtlofgren authored and brentstone committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    85256e8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ca6ceb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aae3f54 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b39d3ef View commit details
    Browse the repository at this point in the history
  6. changelog: add #1656

    tzemanovic authored and brentstone committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    86638ec View commit details
    Browse the repository at this point in the history
  7. Merge branch 'bengt/pos-cli-queries' (#1656)

    * bengt/pos-cli-queries:
      changelog: add #1656
      pos: return sorted validator sets and code re-use for queries
      Expanding and fixing slashes query
      CLI query a validator's state
      query bonded-stake and order
    brentstone committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c0b1e20 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'bengt/add-unjail-validator' (#1654)

    * bengt/add-unjail-validator:
      handle errors for unjail-validator tx in the client
      expand and fix e2e test `double_signing_gets_slashed`
      add unjail tx at CLI
      changelog: add #1656
      pos: return sorted validator sets and code re-use for queries
      Expanding and fixing slashes query
      CLI query a validator's state
    brentstone committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    ef41240 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b34387d View commit details
    Browse the repository at this point in the history
  10. [fix]: Fixed the faucet to use uint instead of amount. This makes it …

    …portable across different assets
    batconjurer authored and tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    340b4ad View commit details
    Browse the repository at this point in the history
  11. Update apps/src/lib/config/genesis.rs

    Co-authored-by: Tomas Zemanovic <[email protected]>
    batconjurer and tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    52b882a View commit details
    Browse the repository at this point in the history
  12. Update core/src/types/uint.rs

    Co-authored-by: Tomas Zemanovic <[email protected]>
    batconjurer and tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    42b5335 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    7fd0f6e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5de784e View commit details
    Browse the repository at this point in the history
  15. changelog: add #1667

    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    5ca0eab View commit details
    Browse the repository at this point in the history
  16. Merge branch 'bengt/faucet-0.18-fix' (#1667)

    * bengt/faucet-0.18-fix:
      changelog: add #1667
      [fix]: Fixing errors introduced by merging in main
      [chore]: Incorporating in review comments
      Update core/src/types/uint.rs
      Update apps/src/lib/config/genesis.rs
      [fix]: Fixed the faucet to use uint instead of amount. This makes it portable across different assets
      converts faucet_withdrawal_limit to be correct
    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    91ae10d View commit details
    Browse the repository at this point in the history
  17. changelog: add #1670

    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    a22eacb View commit details
    Browse the repository at this point in the history
  18. Merge branch 'bat/remove-unused-assoc-ty' (#1670)

    * bat/remove-unused-assoc-ty:
      changelog: add #1670
      [chore]: Removed unnecessary  trait bounds
      [feat]: Removed unused associated type from ShieldedUtils
    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    6205c37 View commit details
    Browse the repository at this point in the history
  19. Merge branch 'tomas/fix-init-chain-validator-set' (#1686)

    * origin/tomas/fix-init-chain-validator-set:
      improve error handling for `set_initial_validators`
      changelog: add #1686
      app/ledger/finalize_block: refactor validator set update for re-use
      app/ledger/init_chain: get genesis validator set using the new fn
      pos: add a function to get genesis validator consensus set for TM
    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    3147e22 View commit details
    Browse the repository at this point in the history
  20. changelog: add #1692

    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    c0cbacb View commit details
    Browse the repository at this point in the history
  21. Merge branch 'tiago/rm-from-u64-on-ethbridge-stake' (#1692)

    * tiago/rm-from-u64-on-ethbridge-stake:
      changelog: add #1692
      Call try_into() instead of into() on EthBridgeVotingPower
      Replace From<u64> with TryFrom<u64> impl on EthBridgeVotingPower
      Use new const in From impl
      Add MAX value for EthBridgeVotingPower
    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    24b18ef View commit details
    Browse the repository at this point in the history
  22. Merge branch 'tomas/update-sysinfo' (#1695)

    * origin/tomas/update-sysinfo:
      changelog: add #1695
      deps: update sysinfo to latest 0.29.4
    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    00926b4 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    9ed7177 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    223753f View commit details
    Browse the repository at this point in the history
  25. changelog: add #1173

    tzemanovic committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    d03df95 View commit details
    Browse the repository at this point in the history
  26. fix changes in finalize_block

    yito88 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    59a7fcc View commit details
    Browse the repository at this point in the history
  27. add changelog

    yito88 committed Jul 12, 2023
    Configuration menu
    Copy the full SHA
    f1669e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    ac75a7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d45a22d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ff5c451 View commit details
    Browse the repository at this point in the history
  4. [fix]: Cleanups

    batconjurer committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    493c577 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49fd38d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4fcad6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32a10a4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5e69bc0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    897f022 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. Update tests/Cargo.toml

    Co-authored-by: Tomas Zemanovic <[email protected]>
    batconjurer and tzemanovic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    f5c7b57 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    935a9a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a1b6cc View commit details
    Browse the repository at this point in the history
  4. refactor: rename method

    karbyshev committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    20a110f View commit details
    Browse the repository at this point in the history
  5. refactor: rename function

    karbyshev committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    5483cdc View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tomas/token-balance-query' (#1173)

    * origin/tomas/token-balance-query:
      changelog: add #1173
      client/rpc: use the new token balance method
      shared/ledger/queries: add token balance client-only method
    tzemanovic committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    810ba71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d87df2a View commit details
    Browse the repository at this point in the history
  8. Merge branch 'yuji/fix_changes_before_commit' (#1709)

    * yuji/fix_changes_before_commit:
      test/shell/finalize_block: add some txs to DB commit test
      add changelog
      fix changes in finalize_block
    tzemanovic committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    47e4fe1 View commit details
    Browse the repository at this point in the history
  9. changelog: add #1717

    tzemanovic committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    37bbbdc View commit details
    Browse the repository at this point in the history
  10. Merge branch 'aleks/refactor' (#1717)

    * aleks/refactor:
      changelog: add #1717
      refactor: rename function
      refactor: rename method
      refactor: use immutable reference
      refactor: use immutable reference
      refactor: remove duplicated code
    tzemanovic committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    d9809da View commit details
    Browse the repository at this point in the history
  11. Update tests/src/integration/masp.rs

    Co-authored-by: Tomas Zemanovic <[email protected]>
    batconjurer and tzemanovic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    962181e View commit details
    Browse the repository at this point in the history
  12. Update apps/src/lib/cli/utils.rs

    Co-authored-by: Tomas Zemanovic <[email protected]>
    batconjurer and tzemanovic authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6b4b07a View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ab841d6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bd7c2f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

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

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    5af1f94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca02d26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2afb27c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. changelog: add #1725

    tzemanovic committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    6552a5a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'tiago/remove-native-vp-addr' (#1725)

    * tiago/remove-native-vp-addr:
      changelog: add #1725
      Remove `ADDR` associated type from native VPs
    tzemanovic committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9448c85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed57e33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c16a19 View commit details
    Browse the repository at this point in the history
  5. changelog: add #1729

    tzemanovic committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4e52936 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    670f7e4 View commit details
    Browse the repository at this point in the history
  7. changelog: add #1733

    tzemanovic committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    641f9e0 View commit details
    Browse the repository at this point in the history
  8. [chore]: Move mock definitions into apps to re-restrict visibility. B…

    …etter implementation of mock stdin
    batconjurer committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    5275401 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. Merge branch 'main' into drafty

    * main:
      ci: clean up
      fix formatting
      don't use flaky sleep
      refactor creation of namada nodes
      make Who clonable
      test/e2e/slashing: wait for wasm on original validator
      test/e2e/proposal_submission: wait for proposal to be committed
      test/e2e/double_signing: path for validator copy that keeps logs in CI
      remove more --mode argument in the generator script
      remove deprecated --mode argument in scripts
    tzemanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    681b24b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316cfed View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tomas/pos-fix-rewards-boundary' (#1729)

    * origin/tomas/pos-fix-rewards-boundary:
      changelog: add #1729
      test/ledger/finalize_block: fix slashing tests
      pos/slash: fix the validator state update to be in sync with set changes
      app/ledger/finalize_block: log block rewards before recording slashes
      test/e2e/slashing: extend the test to discover rewards issues
      pos: error out if validator is not in expected state for rewards
    tzemanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    6906e5b View commit details
    Browse the repository at this point in the history
  4. Merge branch 'tomas/pos-data-history' (#1733)

    * origin/tomas/pos-data-history:
      changelog: add #1733
      pos/epoched: keep 2 past epochs of data by default
    tzemanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    1f18bf7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca154cd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d6595e View commit details
    Browse the repository at this point in the history
  7. Merge branch 'bat/feature/refactor-cli' (#1738)

    * bat/feature/refactor-cli:
      [feat]: Moved cli commands common to testing, cli, and sdk out into apps
    tzemanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    aff4d3c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8dd8643 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    353ff99 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    432ea9f View commit details
    Browse the repository at this point in the history
  11. wasm: update checksums

    tzemanovic committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    d828cd4 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    76f98d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2107f2 View commit details
    Browse the repository at this point in the history
  3. clippy fix

    tzemanovic committed Jul 20, 2023
    Configuration menu
    Copy the full SHA
    06f3e21 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    25f7726 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. changelog: add #1714

    tzemanovic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    b055203 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'bat/refactor-masp-e2e' (#1714)

    * bat/refactor-masp-e2e:
      changelog: add #1714
      rustdoc: rm links to private symbols
      clippy fix
      make: build tests with nightly
      tests: enable feature(internal_output_capture) for tests only
      [feat]: Re-used code from the cli using new CliApi type
      [chore]: Move mock definitions into apps to re-restrict visibility. Better implementation of mock stdin
      [chore]: Replaced dev with testing feature flag on stio redirect func
      [chore]: Re-add #[cfg(test)] to test router modules
      Update apps/src/lib/cli/utils.rs
      Update tests/src/integration/masp.rs
      [chore]: Add lazy_static as workspace dep
      Update tests/Cargo.toml
      [chore]: Making the docs happy
      [chore]: Removed unnecessary  visibility qualifier
      [fix]: Cleanups
      [fix]: Resolved conflicts with eth bridge cli changes
      [fix]: Indentified flakiness in masp_txs_and_queries
      [feat]: All masp e2e tests refactored into integration tests. Update Makefile with integration test recipes
      [feat]: Added masp_txs_and_queries integration test which passes. Removed e2e tests which now have passing integration counterparts
      [feat]: Added masp pinned tx test which passes
      [fix]: Porting over masp incentives e2e test
      [fix]: Fixed the faucet to use uint instead of amount. This makes it portable across different assets
      [feat]: First basic integration test passing with plumbing
      [feat]: Implement mock cli and client for integration tests
      converts faucet_withdrawal_limit to be correct
      fixup! WIP refactoring masp e2e tests
      WIP refactoring masp e2e tests
    tzemanovic committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    84e78c3 View commit details
    Browse the repository at this point in the history