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.18
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.19
Choose a head ref
  • 5 commits
  • 59 files changed
  • 5 contributors

Commits on Dec 16, 2024

  1. refactor(svm): restructure utils into modular files under src folder (#…

    …793)
    
    * refactor(svm): restructure utils into modular files under src folder for better organization
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: imports
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: anchor
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * refactor: comments
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fix: test
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * refactor: comments
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * fixes
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    ---------
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    42402b9 View commit details
    Browse the repository at this point in the history
  2. Update README.md with debug instructions (#800)

    I got a new computer and had some issues setting up the repo. these instructions show what I had to do to get it working while debugging the installation
    chrismaree authored Dec 16, 2024
    Configuration menu
    Copy the full SHA
    6d189e6 View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2024

  1. fix: standardize evm env in scripts (#803)

    * fix: standardize evm providers in scripts
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    * fix: require env
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    
    ---------
    
    Signed-off-by: Reinis Martinsons <reinis@umaproject.org>
    Reinis-FRP authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    78a248d View commit details
    Browse the repository at this point in the history
  2. feat(svm): borsh serialise in scripts (#802)

    * feat(svm): use borsh serializer in scripts
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    * feat(svm): use borsh serializer in scripts
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    
    ---------
    
    Signed-off-by: Pablo Maldonado <pablomaldonadoturci@gmail.com>
    md0x authored Dec 17, 2024
    Configuration menu
    Copy the full SHA
    e0cc5a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2024

  1. feat(ink): configure and deploy Ink contracts (#808)

    * chore: bump constants
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * chore: update ESLint configuration to disable naming convention rule
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * feat: add support for Ink network in Hardhat configuration
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * feat: add Ink SpokePool and Adapter contracts with deployment scripts
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * improve: use worldchain as starting point for ink spoke
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * improve: defer to 056 OP adapter
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * nit: zero address
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * improve: bump constants
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * chore: remove redundant
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * feat: deploy ink adapter
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * feat: deploy spokepool
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * docs: readme
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * feat: deploy ink multicallhandler (#813)
    
    * feat: deploy ink multicallhandler
    ---------
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * chore: bump contracts
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    
    * chore: Deploy Ink SpokePoolVerifier (#814)
    
    ---------
    
    Signed-off-by: james-a-morris <jaamorris@cs.stonybrook.edu>
    Co-authored-by: Paul <108695806+pxrl@users.noreply.github.com>
    james-a-morris and pxrl authored Dec 20, 2024
    Configuration menu
    Copy the full SHA
    4bb8383 View commit details
    Browse the repository at this point in the history
Loading