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: implement FTI #215

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

feat: implement FTI #215

wants to merge 24 commits into from

Conversation

DefiCake
Copy link
Member

Closes #208

@DefiCake DefiCake self-assigned this Jun 18, 2024
Copy link
Contributor

github-actions bot commented Jun 25, 2024

This PR is published in NPM with version ****

@DefiCake DefiCake marked this pull request as ready for review June 25, 2024 17:27
@DefiCake DefiCake requested a review from a team as a code owner June 25, 2024 17:27
@DefiCake DefiCake requested a review from luizstacio July 25, 2024 17:56
Copy link
Member

@K1-R1 K1-R1 left a comment

Choose a reason for hiding this comment

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

Nice work, a couple of nits but otherwise LGTM

packages/solidity-contracts/contracts/test/EthReceiver.sol Outdated Show resolved Hide resolved
packages/test-utils/src/utils/setup.ts Outdated Show resolved Hide resolved
@K1-R1 K1-R1 requested a review from a team July 31, 2024 17:40
@K1-R1 K1-R1 requested a review from a team August 2, 2024 08:36
@DefiCake DefiCake marked this pull request as draft August 26, 2024 09:18
@DefiCake
Copy link
Member Author

This PR will be on hold for now until we get a green light to implement in devnet & testnet

import { FuelMessagePortalV4__factory as FuelMessagePortal } from '../../typechain';

const ETH_DEPOSIT_LIMIT = MaxUint256;
const FTI_GAS_LIMIT = 2n ** 64n - 1n;
Copy link
Contributor

Choose a reason for hiding this comment

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

Currently we use 30M as a block gas limit=)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement forced transaction inclusion (FTI) in FuelMessagePortal
3 participants