Skip to content
This repository has been archived by the owner on May 23, 2023. It is now read-only.

Interface and Contract Changes for Step 1 of Permissionless Generic Relayer Plan #123

Draft
wants to merge 52 commits into
base: main
Choose a base branch
from

Commits on Mar 28, 2023

  1. Interface changes

    derpy-duck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    cb83fbb View commit details
    Browse the repository at this point in the history
  2. Permissionless version 1 implementation (#126)

    * Interface changes
    
    * Interface changes
    
    * Contract changes
    
    * mockrelayerintegration changes
    
    * Contract changes (#124)
    
    * Forge tests pass
    
    * merge
    derpy-duck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    fa50d9d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    737130d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b9bef84 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e0991e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f519ae View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cdaef45 View commit details
    Browse the repository at this point in the history
  8. Update specs/comments

    derpy-duck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    0798e1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b55f3d2 View commit details
    Browse the repository at this point in the history
  10. typo fix and sdk fix

    derpy-duck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6a89f7a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7761ac6 View commit details
    Browse the repository at this point in the history
  12. sdk cleanup

    derpy-duck committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    d266e7c View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2023

  1. Redeliveries removed

    derpy-duck committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    00e49bb View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2023

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

    JoeHowarth committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    0675f91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    306edbf View commit details
    Browse the repository at this point in the history
  4. save

    JoeHowarth committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    b165e49 View commit details
    Browse the repository at this point in the history
  5. Compiles w/o redelivery

    JoeHowarth committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    a2e2d37 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cf1fb8d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2667a2d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7b4d340 View commit details
    Browse the repository at this point in the history
  9. null delivery address check

    chase-45 committed Apr 3, 2023
    Configuration menu
    Copy the full SHA
    76553c3 View commit details
    Browse the repository at this point in the history
  10. Forward wrapper (#129)

    * Some code cleanup fixes
    
    * WIP commit, feel free to revert
    
    * Forward failures now cause full reverts
    
    * Merge with interface changes
    
    * forge fmt
    derpy-duck authored Apr 3, 2023
    Configuration menu
    Copy the full SHA
    7d30716 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2023

  1. Relay provider is specified in the DeliveryInstructionsContainer, not…

    … each DeliveryInstruction
    derpy-duck committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    2316dd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d639d81 View commit details
    Browse the repository at this point in the history
  3. Remove outdated names

    derpy-duck committed Apr 4, 2023
    Configuration menu
    Copy the full SHA
    8746431 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7e15094 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    214736c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    42e6433 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2023

  1. messages -> messageInfos

    derpy-duck committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    49103a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9481113 View commit details
    Browse the repository at this point in the history
  3. forge fmt

    derpy-duck committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    4313009 View commit details
    Browse the repository at this point in the history
  4. first cut at remote refunds

    chase-45 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    6012893 View commit details
    Browse the repository at this point in the history
  5. fixes

    chase-45 committed Apr 5, 2023
    Configuration menu
    Copy the full SHA
    aa90bc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b91b89c View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Most tests pass

    derpy-duck committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    89d7251 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8737177 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    58760cc View commit details
    Browse the repository at this point in the history
  4. debugging (#130)

    derpy-duck authored Apr 6, 2023
    Configuration menu
    Copy the full SHA
    9c6bf83 View commit details
    Browse the repository at this point in the history
  5. pkeys tilt

    derpy-duck committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    25f08b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3886b7f View commit details
    Browse the repository at this point in the history
  7. Tests pass!

    derpy-duck committed Apr 6, 2023
    Configuration menu
    Copy the full SHA
    65ecddf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4df8b4d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b639509 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    44f35d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2023

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

Commits on Apr 8, 2023

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

    chase-45 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    b107a7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    177e719 View commit details
    Browse the repository at this point in the history
  4. corrected outdated comments

    chase-45 committed Apr 8, 2023
    Configuration menu
    Copy the full SHA
    7e7594e View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. deliverydata test

    chase-45 committed Apr 9, 2023
    Configuration menu
    Copy the full SHA
    b9896fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76adaed View commit details
    Browse the repository at this point in the history