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

Conversation

aroralanuk
Copy link
Contributor

@aroralanuk aroralanuk commented Nov 5, 2024

Description

Drive-by changes

  • overrideMsgValue and overrideGasLimit which actually override the respective fields

Related issues

Backward compatibility

Yes

Testing

Unit

yorhodes and others added 3 commits October 22, 2024 20:45
…#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
…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
Copy link

changeset-bot bot commented Nov 5, 2024

⚠️ No Changeset found

Latest commit: 3fec6a0

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@aroralanuk aroralanuk changed the base branch from audit-q3-2024 to main November 7, 2024 12:14
@aroralanuk aroralanuk marked this pull request as ready for review November 7, 2024 12:55
solidity/contracts/token/HypValue.sol Outdated Show resolved Hide resolved
solidity/contracts/hooks/OPL2ToL1Hook.sol Show resolved Hide resolved
Comment on lines +182 to +183
gasLimit(_metadata, 0),
refundAddress(_metadata, msg.sender),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I dont understand the 0 and msg.sender here
this will also memcopy for every field iiuc

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

these are just default values in case the specific part of the metadata is null
true but memcopy is cheap

Copy link
Member

@yorhodes yorhodes Nov 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 gas limit and msg.sender for refund address as defaults does not make sense to me

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what would you have in their place?

solidity/contracts/token/HypValue.sol Outdated Show resolved Hide resolved
solidity/contracts/token/HypValue.sol Outdated Show resolved Hide resolved
solidity/contracts/token/HypValue.sol Outdated Show resolved Hide resolved
solidity/test/token/HypValue.t.sol Outdated Show resolved Hide resolved
solidity/test/token/HypValue.t.sol Outdated Show resolved Hide resolved
solidity/test/token/HypValue.t.sol Outdated Show resolved Hide resolved
solidity/test/token/HypValue.t.sol Outdated Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Review
Development

Successfully merging this pull request may close these issues.

2 participants