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

Draft [breaking, mainnet] - released as 0.33.0 #2912

Closed
wants to merge 404 commits into from
Closed
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Mar 19, 2024

  1. Merge branch 'yuji/ibc-masp-recv' (#2631)

    * origin/yuji/ibc-masp-recv:
      remove ibc-gen-shielded command
      remove duplicated masp tx
      add assert
      not to use memo
      fix e2e test after rebase
      add changelog
      fix for transfer back
      fix e2e test
      fix after rebasing
      fix gen-ibc-shielded
      WIP: add refund_target
      add MsgAcknowledgement and MsgTimeout
      fix store_trace
      add Namada MsgRecvPacket
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9764470 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dcc930e View commit details
    Browse the repository at this point in the history
  3. Merge branch 'yuji/ibc-rate-limit' (#2698)

    * origin/yuji/ibc-rate-limit:
      fix bench
      add calc_throughput
      fix tests
      fix checking burned NFT
      fix tests
      fix limits
      record mint amount
      add ibc params
      check rate limits
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    f462ebf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d3b252 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'fraccaman/remove-offline-governance' (#2803)

    * origin/fraccaman/remove-offline-governance:
      changelog: add #2803
      fmt + clippy
      more tests
      added unit tests
      fix governance vp
      remove offline governance, refactor tally types
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b4553e5 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tiago/replace-hash-data-structs' (#2685)

    * origin/tiago/replace-hash-data-structs:
      Changelog for #2685
      add clippy config
      Replace std hash map and set collections with indexmap alternatives
      Re-export index map and set from core
      Add `indexmap` dep to Cargo manifest
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    210ab20 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7119185 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'brent/fix-last-update-usage' (#2667)

    * origin/brent/fix-last-update-usage:
      changelog: add #2667
      properly update a simple epoched object considering last update
      fix last update for nested epoched objects
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    53e2e5f View commit details
    Browse the repository at this point in the history
  9. Merge branch 'brent/improve-slash-queue' (#2574)

    * origin/brent/improve-slash-queue:
      test
      refactor: drop the LazyVec
      changelog: add #2574
      fix testing
      ensure that only 1 slash per block is enqueued
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    1233400 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'tomas/ibc-tx-simplify' (#2848)

    * origin/tomas/ibc-tx-simplify:
      changelog: add #2848
      ibc/tx: rm compatibility wrapper
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    9160811 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'tomas/lint-datetime' (#2849)

    * origin/tomas/lint-datetime:
      Update clippy.toml
      changelog: add #2849
      clippy: allow annotate every current date/time usage
      clippy: disallow method to get current date/time
    tzemanovic committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a1ebbb4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0698c94 View commit details
    Browse the repository at this point in the history
  13. remove offline governance, refactor tally types

    Gianmarco Fraccaroli authored and brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3d22515 View commit details
    Browse the repository at this point in the history
  14. fix governance vp

    Gianmarco Fraccaroli authored and brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0f40f32 View commit details
    Browse the repository at this point in the history
  15. added unit tests

    Gianmarco Fraccaroli authored and brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6d17bee View commit details
    Browse the repository at this point in the history
  16. more tests

    Gianmarco Fraccaroli authored and brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    dab1eda View commit details
    Browse the repository at this point in the history
  17. fmt + clippy

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    3762a48 View commit details
    Browse the repository at this point in the history
  18. changelog: add #2803

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5702319 View commit details
    Browse the repository at this point in the history
  19. fmt

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    11ffc77 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1bd6a30 View commit details
    Browse the repository at this point in the history
  21. changelog: add #2877

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    6d99dda View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    76a6dee View commit details
    Browse the repository at this point in the history
  23. fix rebase

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    0afa1b5 View commit details
    Browse the repository at this point in the history
  24. fmt

    brentstone committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5c0fbeb View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    ce68d3a View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    995ceb2 View commit details
    Browse the repository at this point in the history
  27. ibc token query

    yito88 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    bfe3af8 View commit details
    Browse the repository at this point in the history
  28. add changelog

    yito88 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    a7fd447 View commit details
    Browse the repository at this point in the history
  29. fix balance query

    yito88 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    b336208 View commit details
    Browse the repository at this point in the history
  30. fix e2e test

    yito88 committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    104245b View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Adds source for wasm gas costs

    grarco committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    937682f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c1f9351 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ee20066 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8879eef View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31ea1a9 View commit details
    Browse the repository at this point in the history
  6. Fixes check on address existence

    grarco authored and tzemanovic committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    e0022be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ac9586 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d1deea5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    cf90067 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    55d7e96 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    cbd1250 View commit details
    Browse the repository at this point in the history
  12. In write log write, write_temp and delete now take the precommi…

    …t into account
    grarco authored and tzemanovic committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    883b4a7 View commit details
    Browse the repository at this point in the history
  13. Unit tests write log temp writes

    grarco authored and tzemanovic committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    14e1404 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    b3a593d View commit details
    Browse the repository at this point in the history
  15. Changelog #2735

    grarco authored and tzemanovic committed Mar 20, 2024
    Configuration menu
    Copy the full SHA
    f588ec5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1aaeb67 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    76c3849 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    2550d2d View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    79c43ca View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    c437889 View commit details
    Browse the repository at this point in the history
  2. Added changelog entry.

    murisi committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b021abb View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. Configuration menu
    Copy the full SHA
    c9ed295 View commit details
    Browse the repository at this point in the history
  2. changelog: add #2928

    tzemanovic committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    38c9cc2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d602f7d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9708463 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    440c76d View commit details
    Browse the repository at this point in the history
  6. Remove eyre from NUT VP

    sug0 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3bcfe7b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29e44be View commit details
    Browse the repository at this point in the history
  8. Changelog for #2852

    sug0 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    18b2f75 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8370e1a View commit details
    Browse the repository at this point in the history
  2. Added a changelog entry.

    murisi committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    3636c41 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57cb950 View commit details
    Browse the repository at this point in the history
  4. add become_validator to sdk

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    424be01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb302a8 View commit details
    Browse the repository at this point in the history
  6. fmt clippy

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    afd123c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c5e8a3b View commit details
    Browse the repository at this point in the history
  8. Return a result of unit from VPs rather than of bools

    This change permits error messages to be encoded in the `Err` branch of
    `Result` types, to facilitate debugging in case of software problems,
    and to improve the user experience in Namada.
    sug0 authored and tzemanovic committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    686c622 View commit details
    Browse the repository at this point in the history
  9. Rebuild wasms for tests

    sug0 authored and tzemanovic committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    69385c3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e84759d View commit details
    Browse the repository at this point in the history
  11. Changelog for #2940

    sug0 authored and tzemanovic committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    9747a71 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'tiago/wasm-errs-ux' (#2940)

    * origin/tiago/wasm-errs-ux:
      Changelog for #2940
      Remove explicit out-of-gas checks during VP execution
      Rebuild wasms for tests
      Return a result of unit from VPs rather than of bools
      Extend bools and results with new helper methods
      Changelog for #2852
      Remove `eyre` from Ethereum Bridge Pool VP
      Remove `eyre` from NUT VP
      Remove `eyre` from Ethereum Bridge VP
      Remove `eyre` from Ethereum Bridge param errs
      Add a simple allocated storage err
    tzemanovic committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    edc3344 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    e223e59 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a23e1f View commit details
    Browse the repository at this point in the history
  3. formatting

    batconjurer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    5311a50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24c2f2a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4704641 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7dd80c4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b561211 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cdd298d View commit details
    Browse the repository at this point in the history
  9. Formatting

    batconjurer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    2ff5945 View commit details
    Browse the repository at this point in the history
  10. Formatting

    batconjurer committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    3916f12 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Return a result of unit from VPs rather than of bools

    This change permits error messages to be encoded in the `Err` branch of
    `Result` types, to facilitate debugging in case of software problems,
    and to improve the user experience in Namada.
    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    70e75a6 View commit details
    Browse the repository at this point in the history
  2. Fix wasm unit tests

    tzemanovic authored and sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    93b4b69 View commit details
    Browse the repository at this point in the history
  3. Rebuild wasms for tests

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c9567e9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    55c4c8a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    18f1203 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7f38baa View commit details
    Browse the repository at this point in the history
  7. Add bitflags dep

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    056e6ec View commit details
    Browse the repository at this point in the history
  8. Generalize VP status codes

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bc8fec5 View commit details
    Browse the repository at this point in the history
  9. Changelog for #2940

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    620d3d8 View commit details
    Browse the repository at this point in the history
  10. Add yielded value tx host field

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    c156744 View commit details
    Browse the repository at this point in the history
  11. Yield byte array from txs

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e9c2a66 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    72f98ca View commit details
    Browse the repository at this point in the history
  13. Link against tx yielding host fn

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d925841 View commit details
    Browse the repository at this point in the history
  14. Return errs from txs

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    65001b7 View commit details
    Browse the repository at this point in the history
  15. Rebuild wasms for tests

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    5f7f74c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f51098a View commit details
    Browse the repository at this point in the history
  17. Changelog for #2958

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    f707ee9 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ea9d976 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    7962eee View commit details
    Browse the repository at this point in the history
  20. Re-export EmitEvents on the SDK

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fb52d02 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0d468e7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    146c8ec View commit details
    Browse the repository at this point in the history
  23. New event constructors

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    24ae7c8 View commit details
    Browse the repository at this point in the history
  24. Refactor new_tx_event

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    88d3e87 View commit details
    Browse the repository at this point in the history
  25. Event composition tests

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    fcd3875 View commit details
    Browse the repository at this point in the history
  26. Additional extend event impls

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    08f4dea View commit details
    Browse the repository at this point in the history
  27. Add event display method

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2bd23a8 View commit details
    Browse the repository at this point in the history
  28. Add TODO on IBC event kinds

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    a9017db View commit details
    Browse the repository at this point in the history
  29. Delineate IBC events

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    999f565 View commit details
    Browse the repository at this point in the history
  30. Gas events

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    607bde7 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    48d1cb6 View commit details
    Browse the repository at this point in the history
  32. Inner tx event attribute data

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2726456 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    932bcae View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    a25f312 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f84964c View commit details
    Browse the repository at this point in the history
  36. Remove WithDeferredData

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bd614ba View commit details
    Browse the repository at this point in the history
  37. [chore]: Refactored nomenclature

    batconjurer authored and sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    ab5530f View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a64fca5 View commit details
    Browse the repository at this point in the history
  39. Changelog for #2787

    sug0 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    8e35a39 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Merge branch 'tomas/ibc-tx-simplify' (#2848)

    * tomas/ibc-tx-simplify:
      changelog: add #2848
      ibc/tx: rm compatibility wrapper
    tzemanovic committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c86ed99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894c5f6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b146e04 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b76266 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5a516a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52e1f3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    853f8e2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9a47733 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e354d82 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    705566e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'grarco/runtime-gas-meter' (#2838)

    * origin/grarco/runtime-gas-meter:
      Test that native VPs correctly run out of gas
      Empty loop in out of gas unit tests
      Adds source for wasm gas costs
      Changelog #2838
      Increases gas limits in unit tests
      Increases gas scale
      Gas metering in `PseudoExecutionContext`
      Updates gas costs
      Singlepass compiler for wasm benchmarks
      Iterations and improvements for wasm opcodes benchmarks
      Removes old comment
      Renames vp user benchmark
      Updates beatch size for benchmarks
      Fixes make clippy for benchmarks
      Higher resolution gas metering for masp
      Updates masp vp checks
      Removes testing dependency from the benchmarks crate
      Clippy + fmt
      Removes benchmark for vp validator
      Benchmarks for shielded actions
      Adds wasm opcodes benchmarks
      Changes docstrings for signature verification
      Adds unit tests for out of gas
      Gas for ibc tx and removes unused host fn for whitelisted gas
      Removes whitelisted gas and sets a constant for the runtime gas meter
    tzemanovic committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    dd9feea View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

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

Commits on Apr 1, 2024

  1. Improves unit tests for fee payment

    grarco authored and tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4219d74 View commit details
    Browse the repository at this point in the history
  2. Changelog #2914

    grarco authored and tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ba6f1c3 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'grarco/fee-unit-tests' (#2914)

    * grarco/fee-unit-tests:
      Changelog #2914
      Improves unit tests for fee payment
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4ffb013 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    53205f1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'brent/fix-val-voting-no-self-bonds' (#2877)

    * origin/brent/fix-val-voting-no-self-bonds:
      fmt
      fix rebase
      remove unnecessary epoch query
      changelog: add #2877
      fix client bug preventing a validator with no self-bonds from voting
      fmt
      changelog: add #2803
      fmt + clippy
      more tests
      added unit tests
      fix governance vp
      remove offline governance, refactor tally types
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    f631b46 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'tiago/vps-use-storage-err' (#2852)

    * origin/tiago/vps-use-storage-err:
      Changelog for #2852
      Remove `eyre` from Ethereum Bridge Pool VP
      Remove `eyre` from NUT VP
      Remove `eyre` from Ethereum Bridge VP
      Remove `eyre` from Ethereum Bridge param errs
      Add a simple allocated storage err
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    4ef2fe4 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'grarco/fix-vps-api' (#2735)

    * origin/grarco/fix-vps-api:
      Changelog #2735
      `read_persistent` returns a `PersistentStorageModification`
      Unit tests write log temp writes
      In write log `write`, `write_temp` and `delete` now take the precommit into account
      vp `read_temp` ignores non-temp values instead of error
      Unifies read interface of vps to that of txs and protocol
      Refactors `read` and `has_key` implementations in `impl_storage_read`
      Adds a new `read_persistent` method on `WriteLog`. Refactors `iter_prefix_post`
      Host fn iterator does not return temporary values
      Fixes check on address existence
      Fixes retrieval of wasm code in `fetch_or_compile`
      Ingores temporary writes in `impl_storage_read` macro
      Prevents a write log temp write after a write
      `has_key` host fns return error on temp write
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    76f15c0 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'murisi/fix-ledger-significant-digits' (#2932)

    * origin/murisi/fix-ledger-significant-digits:
      Added changelog entry.
      Remove the superfluous addition of .0 to Ledger test vectors.
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    15a78e1 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'brent/limit-metadata-size' (#2845)

    * origin/brent/limit-metadata-size:
      fix bug for deleting metadata
      genesis metadata validation
      changelog: add #2845
      refactor
      check metadata length in client
      check metadata length in VP
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    2612fae View commit details
    Browse the repository at this point in the history
  10. Merge branch 'tiago/addr-generator-randomness' (#2781)

    * origin/tiago/addr-generator-randomness:
      Changelog for #2781
      Add entropy source to `tx_init_account`
      More addr gen refactoring
      Refactor `EstablishedAddressGen::generate_address`
      Lazily clone storage addr gen
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    82aee6e View commit details
    Browse the repository at this point in the history
  11. Merge branch 'murisi/generate-tx-schema' (#2931)

    * murisi/generate-tx-schema:
      Added a changelog entry.
      Generate Tx Borsh schema using the latest MASP schema, whilst avoiding name collissions.
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    6730e49 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    7fa84f9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fa33c45 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'brent/limit-metadata-size' (#2845)

    * brent/limit-metadata-size:
      wasm/vp_user: only read metadata if it's changed
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3305062 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'tomas/fst-addr-vps' (#2928)

    * origin/tomas/fst-addr-vps:
      changelog: add #2928
      benches: fix VPs exec to include verifiers from tx
      wasm/tx: insert_verifier from txs where needed
      state/write_log: only trigger VPs from a fst addr of a key segment
    tzemanovic committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    50dedbc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    8d3feda View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    ed1dd25 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    914bf3b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c37b663 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b2aabf4 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f4c838d View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. changelog: add #2934

    tzemanovic committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9ffcd2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc9324f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6feca5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    de3d53f View commit details
    Browse the repository at this point in the history
  5. Changelog #2982

    grarco committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    88a6457 View commit details
    Browse the repository at this point in the history
  6. update Hermes for CI

    yito88 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    fd60094 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    c644f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d74cce View commit details
    Browse the repository at this point in the history
  3. fmt

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0d55840 View commit details
    Browse the repository at this point in the history
  4. changelog: add #2630

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3b3ae91 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e5c9293 View commit details
    Browse the repository at this point in the history
  6. changelog: add #2559

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    fdd0de8 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e8e8e2d View commit details
    Browse the repository at this point in the history
  8. replace pos inflation

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    66ad37e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    981df51 View commit details
    Browse the repository at this point in the history
  10. refactor tests

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    dc67214 View commit details
    Browse the repository at this point in the history
  11. remove old inflation code

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    909a9f2 View commit details
    Browse the repository at this point in the history
  12. changelog: add #2575

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3236e77 View commit details
    Browse the repository at this point in the history
  13. wip: refactor

    tzemanovic authored and brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    5c63f6d View commit details
    Browse the repository at this point in the history
  14. fix refactors

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    88e33f8 View commit details
    Browse the repository at this point in the history
  15. update tingz

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ad5e8ca View commit details
    Browse the repository at this point in the history
  16. Merge branch 'brent/remove-pos-inflation-from-params' into brent/draf…

    …t+pos
    
    * brent/remove-pos-inflation-from-params:
      changelog: add #2559
      refactor handling of previous PoS inflation data
      Namada 0.32.1
      remove vp user hash from SE
      build migrations in release runtime
    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7861287 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0b4f816 View commit details
    Browse the repository at this point in the history
  18. Merge branch 'brent/refactor-pd-controller' into brent/draft+pos

    * brent/refactor-pd-controller:
      update tingz
      fix refactors
      wip: refactor
      changelog: add #2575
      remove old inflation code
      refactor tests
      replace shielded inflation
      replace pos inflation
      beginning boilerplate with computation
    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e8dafdd View commit details
    Browse the repository at this point in the history
  19. Merge branch 'brent/refactor-proposal-loading' into brent/draft+pos

    * brent/refactor-proposal-loading:
      changelog: add #2630
      fmt
      rename `grace_epoch` to `activation_epoch`
      refactor loading of gov proposals for execution
    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bd47a03 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    36201f2 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'tiago/comptime-eth-bridge' (#2602)

    * origin/tiago/comptime-eth-bridge:
      Changelog for #2602
      Enable Ethereum bridge testing in CI
      Include Makefile target to test Eth bridge
      Add `namada-eth-bridge` feature to Cargo manifests
      Stop benchmarking Ethereum bridge txs and vps
      Disable Namada Eth bridge CLI cmds
      Disable and/or adjust Bridge pool VP tests
      Disable Bridge pool txs
      Factor out Eth bridge activation status predicates
      Test comptime disabled Ethereum bridge
      Configure the status of the Eth bridge at comptime
    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ba5937f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    eb30bb0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    fcb91cc View commit details
    Browse the repository at this point in the history
  24. Merge branch 'grarco/gas-minor-adjustments' (#2982)

    * origin/grarco/gas-minor-adjustments:
      Changelog #2982
      Simplify gas metering in code fetch
    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d53b460 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'fraccaman/sdk-pos' (#2952)

    * origin/fraccaman/sdk-pos:
      fmt clippy
      add become_validator to sdk
    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    eeab108 View commit details
    Browse the repository at this point in the history
  26. Merge branch 'tiago/read-from-buf' (#2813)

    * origin/tiago/read-from-buf:
      Changelog for #2813
      Do not reconstruct result buffer
    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    08ab918 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    84b0d6c View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    a429244 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    f1d7471 View commit details
    Browse the repository at this point in the history
  30. changelog: add #2964

    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    58883a3 View commit details
    Browse the repository at this point in the history
  31. Merge branch 'tomas/fix-non-persisted-diffs' (#2964)

    * tomas/fix-non-persisted-diffs:
      changelog: add #2964
      test/DB: update rocksdb diffs and rollback tests
      DB: prune non-persisted diffs from prev block on every new block commit
      rocksdb: separate non-persisted diffs into new "rollback" column family
      core/storage: add `BlockHeight::checked_prev`
    tzemanovic committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2097ab4 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    369d3db View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    1039784 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    f5dcf35 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    04a37f9 View commit details
    Browse the repository at this point in the history
  36. cleanup balance reading

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7c162c5 View commit details
    Browse the repository at this point in the history
  37. changelog: add #3002

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    eb9d7a7 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    d7eee4f View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    6f3e356 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2b1ff2d View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    3fed547 View commit details
    Browse the repository at this point in the history
  42. safer state checking

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0cc7742 View commit details
    Browse the repository at this point in the history
  43. changelog: add #3004

    brentstone committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4248313 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge branch 'bat/feat/migrate-e2e-to-int' (#2933)

    * origin/bat/feat/migrate-e2e-to-int:
      Formatting
      Formatting
      Putting duct tape over a mysterious race condition in integrations tests
      Added logging to MockNode for when broadcasting a tx fails
      Added logging to MockNode for when broadcasting a tx fails
      Rebuilding tests wasms, updating gitflows
      [fix]: Fixing broken unit test
      formatting
      Rebasinga and adding changelog
      [feat]: Migrated many e2e test to integration tests
    tzemanovic committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fbc2d5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f178ac View commit details
    Browse the repository at this point in the history
  3. evil: fix proposal for #2630

    yito88 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e94709d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. fix VPs

    brentstone committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    bdfe46c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c6d261f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e490ab View commit details
    Browse the repository at this point in the history
  4. added tx gas field to inmem db, added writes to rocksdb state

    Gianmarco Fraccaroli authored and tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    e17db35 View commit details
    Browse the repository at this point in the history
  5. clippy, fmt

    Gianmarco Fraccaroli authored and tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    98a05ef View commit details
    Browse the repository at this point in the history
  6. wip

    Gianmarco Fraccaroli authored and tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    7a29cdc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ac09e80 View commit details
    Browse the repository at this point in the history
  8. changelog: add #2926

    tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    3543619 View commit details
    Browse the repository at this point in the history
  9. Merge branch 'tiago/type-safe-events' (#2787)

    * origin/tiago/type-safe-events:
      Changelog for #2787
      Test only last composed event under same key is kept
      [chore]: Refactored nomenclature
      Remove `WithDeferredData`
      Change to entry API when modifying events
      Use type-safe event attributes in FinalizeBlock
      Move event composition method to a trait
      Inner tx event attribute data
      MASP tx index event attribute data
      Gas events
      Delineate IBC events
      Add TODO on IBC event kinds
      Add event display method
      Additional extend event impls
      Event composition tests
      Refactor `new_tx_event`
      New event constructors
      Extend events with additional data
      Implement `EmitEvents` on the Namada event log
      Re-export `EmitEvents` on the SDK
      Change the interface of `EmitEvents`
    tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    fe32804 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fa569a9 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'fraccaman+bat/commit-only-merkle-tree' (#2926)

    * fraccaman+bat/commit-only-merkle-tree:
      changelog: add #2926
      save CommitData subtree every height and fix the restore
      wip
      clippy, fmt
      added tx gas field to inmem db, added writes to rocksdb state
    tzemanovic committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    6dba218 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    57c56e6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    bf0edfe View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    a6908ed View commit details
    Browse the repository at this point in the history
  2. changelog: add #2926

    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    4a43fc9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7624303 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'fraccaman+bat/commit-only-merkle-tree' (#2926)

    * fraccaman+bat/commit-only-merkle-tree:
      changelog: add #2926
      save CommitData subtree every height and fix the restore
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    04a82f4 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'tiago/wasm-errs-ux' (#2940)

    * tiago/wasm-errs-ux:
      Changelog for #2940
      Generalize VP status codes
      Add `bitflags` dep
      Poison tx gas meter on gas overflow
      Prevent gas overflows from being ignored during VP execution
      Remove explicit out-of-gas checks during VP execution
      Rebuild wasms for tests
      Fix wasm unit tests
      Return a result of unit from VPs rather than of bools
      Extend bools and results with new helper methods
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0201258 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d52c924 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6313d45 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'tomas/e2e-pos-init-validator-fix' (#3023)

    * tomas/e2e-pos-init-validator-fix:
      test/e2e/init_validator: restart new validator node right after its tx
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    659f48e View commit details
    Browse the repository at this point in the history
  9. Merge branch 'tiago/tx-errs' (#2958)

    * origin/tiago/tx-errs:
      Changelog for #2958
      Charge gas for yielding values form txs/vps
      Rebuild wasms for tests
      Return errs from txs
      Link against tx yielding host fn
      Remove panics and improve err handling on tx wasms
      Yield byte array from txs
      Add yielded value tx host field
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    e0756f6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    497b709 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'brent/remove-pgf-from-total-supply' (#3002)

    * origin/brent/remove-pgf-from-total-supply:
      changelog: add #3002
      cleanup balance reading
      update total supply RPC call
      use effective total supply in inflation
      get effective total native supply
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    0230617 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a6a62d9 View commit details
    Browse the repository at this point in the history
  13. Merge branch 'brent/jailed-inactive-vals-no-voting' (#3004)

    * origin/brent/jailed-inactive-vals-no-voting:
      fix proposal_submission e2e test
      fix good validator collection in client
      fix VPs
      changelog: add #3004
      safer state checking
      client: prohibit votes from jailed and inactive validators
      read total active stake (exclude jailed + inactive)
      ignore jailed and inactive validators when computing tally
      active total deltas (voting power) - exclude jailed and inactive validators
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f5e9b3d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    51a74bd View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    28ddef6 View commit details
    Browse the repository at this point in the history
  16. Merge branch 'cristiantroy/main' (#2812)

    * cristiantroy/main:
      sdk: add logic about TxSubmitError::LowerBondThanUnbond
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    5ec9f90 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'brent/jailed-inactive-vals-no-voting' (#3004)

    * origin/brent/jailed-inactive-vals-no-voting:
      rename total_active_voting_power --> total_active_deltas
    tzemanovic committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    8ba327f View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Merge branch 'tomas/tx-actions' (#2934)

    * origin/tomas/tx-actions:
      changelog: add #2934
      wasm/vp_implicit+vp_user: re-order to read the main entrypoint first
      IBC: insert NUT token as verifier in IBC transfer
      wasm/vp_implicit+vp_user: update using tx action
      vp_prelude: re-export tx mod
      multitoken: replace write_log specialization with standard VP rules
      pgf: add tx actions to check authorization
      gov: add tx actions to check authorization
      write_log: skip temp storage keys in changed keys set
      native_vp/PoS: update to use actions from txs
      tx_prelude/pos: push tx actions to indicate to VP
      namada/vm/host_env: add `tx_read_temp`
      tx,vp_prelude,native_vp: impl tx action Read/Write traits
      tx: add actions to indicate them from tx to VPs
      core/address: add `InternalAddress::TempStorage`
      Changelog for #2940
      Remove explicit out-of-gas checks during VP execution
      Rebuild wasms for tests
      Return a result of unit from VPs rather than of bools
    tzemanovic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2bcce82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d90fb55 View commit details
    Browse the repository at this point in the history
  3. improve wasm build

    brentstone authored and tzemanovic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c9ced2d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    971b052 View commit details
    Browse the repository at this point in the history
  5. changelog: add #2795

    tzemanovic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f3dbb47 View commit details
    Browse the repository at this point in the history
  6. sdk: refactor change_consensus_key to be part of the sdk

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    f6a3357 View commit details
    Browse the repository at this point in the history
  7. sdk: improve update_account method

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    ff32606 View commit details
    Browse the repository at this point in the history
  8. added changelog

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5241f25 View commit details
    Browse the repository at this point in the history
  9. added changelog

    Gianmarco Fraccaroli authored and Gianmarco Fraccaroli committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    8961177 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'fraccaman/sdk-change-consensus-keys' (#3037)

    * origin/fraccaman/sdk-change-consensus-keys:
      added changelog
      sdk: refactor change_consensus_key to be part of the sdk
    tzemanovic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    db1f842 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b151720 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'fraccaman/sdk-update-account' (#3039)

    * origin/fraccaman/sdk-update-account:
      added changelog
      sdk: improve update_account method
    tzemanovic committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    1f81fb8 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Merge branch 'brent/improve-wasm-build' (#2795)

    * origin/brent/improve-wasm-build:
      changelog: add #2795
      script/release: update wasm_for_tests path
      improve wasm build
    tzemanovic committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    d70d49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb6dcf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e634025 View commit details
    Browse the repository at this point in the history