alpha
Uncover the building blocks of Arbitrum
Discover the latest Arbitrum pull requests and code changes for token-bridge-contracts.
Update creation code generation
Introduces several updates and new features to the token-bridge-contracts repository managed by OffchainLabs. The main outcome of the pull request is the enhancement of the L1AtomicTokenBridgeCreator.sol contract, the addition of...
token-bridge-contracts
L1AtomicTokenBridgeCreator.sol
Constructor size check
Introduces a new script, constructorSizeCheck.ts, to the scripts/ci directory in the token-bridge-contracts repository. This script is designed to perform a constructor size check on certain contracts due to the atomic token br...
constructorSizeCheck.ts
scripts/ci
release: 1.1.1
Titled "release: 1.1.1" involves a minor version update to the token-bridge-contracts repository owned by OffchainLabs. The update only affected one file, with one addition and one deletion made. The changes were committed in a sin...
Init l2WETH logic contract
Primarily focuses on the modification and simplification of comments and initialization of contracts in the token-bridge-contracts repository owned by OffchainLabs.
L2AtomicTokenBridgeFactory
Init logic contracts
Primarily focuses on the initialization of various L1 and L2 contracts with a newly introduced constant ADDRESS_DEAD, which serves as a dummy non-zero address. This change affects both the L1 logic contracts and the L2 contracts th...
ADDRESS_DEAD
Deployment instructions
The pull requests primarily focus on the deployment process of RollupCreator and TokenBridgeCreator contracts in the token-bridge-contracts repository owned by OffchainLabs. A new file deployment.md has been added to the docs directory, pro...
RollupCreator
TokenBridgeCreator
deployment.md
docs
Estimator script for deploying token bridge creator
Introduces a new script estimateTokenBridgeCreatorDeployment.ts in the scripts directory of the token-bridge-contracts repository. This script is designed to estimate the gas cost of deploying various contracts related to a tok...
estimateTokenBridgeCreatorDeployment.ts
scripts
Make token bridge scripts consumable by test node
The pull requests for the token-bridge-contracts repository, owned by OffchainLabs, primarily focus on the addition of new constants in two scripts: atomicTokenBridgeDeployer.ts and deployCreatorAndCreateTokenBridge.ts.
atomicTokenBridgeDeployer.ts
deployCreatorAndCreateTokenBridge.ts
In the `atomicTokenBr...
Foundry storage check
The main point of this pull request is to improve the readability and efficiency of storage layouts in the token-bridge-contracts repository. This is achieved by using 'forge inspect' instead of 'sol2uml'. The outcome of this pull request is a more r...
feat: add storage layout check
The main point of this pull request is the addition of a storage layout check to the token-bridge-contracts repository owned by OffchainLabs. This new feature aims to enhance the functionality and reliability of the system by ensuring the correct sto...
Last updated 04/12 00:16