Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: across-protocol/contracts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.0.17
Choose a base ref
...
head repository: across-protocol/contracts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.0.18
Choose a head ref
  • 13 commits
  • 53 files changed
  • 5 contributors

Commits on Dec 3, 2024

  1. fix: hash message hash in relay hash (#778)

    * fix: hash message hash in relay hash
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: update comments
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * test: resolve and close pda from event data
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: ts errors in tests
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    ---------
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    Reinis-FRP authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ac14aee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9089f62 View commit details
    Browse the repository at this point in the history
  3. chore: Bump constants (#761)

    For new Lisk token definitions.
    pxrl authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    e4f5570 View commit details
    Browse the repository at this point in the history
  4. fix(svm): linter issues (#787)

    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    ebc569f View commit details
    Browse the repository at this point in the history
  5. fix(svm): random seed collision tests (#788)

    * fix(svm): random seed collision tests
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * refactor: comment
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    ---------
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    739e2d0 View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2024

  1. feat: add pause deposits script (#781)

    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    1cdef0d View commit details
    Browse the repository at this point in the history
  2. fix: scripts to rebalance funds from hub to spoke (#783)

    * fix: script to propose rebalance to spoke
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: use zero hash
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: remove unused import
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: execute rebalance script
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    ---------
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    Reinis-FRP authored Dec 4, 2024
    Configuration menu
    Copy the full SHA
    0785cf2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2024

  1. feat: rebalance to hub pool script (#786)

    * feat: add propose rebalance to hub pool script
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * feat: execute rebalance
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: anchor
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * wip
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * wip
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * feat: clean up
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: anchor
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * nit: org imports
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * refactor: fix logs
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * feat: export usdc addresses from across constants
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: usdc addresses
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * refactor: comments length
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    ---------
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 5, 2024
    Configuration menu
    Copy the full SHA
    550ca5e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2024

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

Commits on Dec 9, 2024

  1. fix: Add --json flag to checkStorageLayout's forge inspect command (

    #795)
    
    * WIP: Fix checkStorageLayout script
    
    dumping logs to see what the JSON is
    
    * Add --json flag
    
    * Update checkStorageLayout.sh
    nicholaspai authored Dec 9, 2024
    Configuration menu
    Copy the full SHA
    a51d56f View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2024

  1. chore: Bump constants (#796)

    For POOL on World Chain.
    pxrl authored Dec 10, 2024
    Configuration menu
    Copy the full SHA
    7f0cedb View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2024

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