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

feat(contracts): ValueRouter #4814

Open
wants to merge 10 commits into
base: main
Choose a base branch
from
Open

feat(contracts): ValueRouter #4814

wants to merge 10 commits into from

Commits on Oct 22, 2024

  1. refactor: implement outbound and inbound warp route amount transforms (

    …#4729)
    
    ### Description
    
    - implements `_outbound` and `_inbound` internal amount transforms for
    use in scaling warp routes
    - simplify `HypNativeScaled` implementation
    
    ### Backward compatibility
    
    Yes
    
    ### Testing
    
    Existing HypNative Scaled Unit Tests
    yorhodes authored Oct 22, 2024
    Configuration menu
    Copy the full SHA
    3e2f9e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. fix(contracts): check for sufficient msgValue for AggregationHook (#…

    …4673)
    
    ### Description
    
    - fixes misuse of aggregation hook funds for relaying messages by making
    sure msg.value is adequate and refunding if excess.
    
    ### Drive-by changes
    
    - None
    
    ### Related issues
    
    - related to
    #3437
    
    ### Backward compatibility
    
    No, needs new deployments of aggregationHooks
    
    ### Testing
    
    Unit
    aroralanuk authored Oct 29, 2024
    Configuration menu
    Copy the full SHA
    a51b288 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. init

    aroralanuk committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    7215577 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

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

    aroralanuk committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    99647fe View commit details
    Browse the repository at this point in the history
  3. more

    aroralanuk committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6876905 View commit details
    Browse the repository at this point in the history
  4. more

    aroralanuk committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    2514043 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. fixes

    aroralanuk committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    670912b View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2024

  1. rename

    aroralanuk committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    3fec6a0 View commit details
    Browse the repository at this point in the history
  2. account.balance

    aroralanuk committed Nov 11, 2024
    Configuration menu
    Copy the full SHA
    1e54bf6 View commit details
    Browse the repository at this point in the history