Releases: ethereum-optimism/optimism
Releases · ethereum-optimism/optimism
@eth-optimism/contracts-bedrock@0.5.2
Patch Changes
- 1a22e82: Standardizes revert strings globally
- 5e11313: Fixes a bug in the L2 Bedrock genesis script
- 177a9ea: Cleans linting errors in MerkleTrie.sol
- 7d68f82: Adds a new event SentMessageExtension1 to the CrossDomainMessenger contract. Includes additional data that's being attached to messages sent after the Bedrock upgrade.
- 9063033: Properly generates and exports ABI and artifact files that can be imported by client libraries
- 8bd7abd: Moves various legacy contracts into the legacy folder
- 7e6eb9b: The output oracle's getL2Output function now reverts when no output is returned
- f243dac: Bump to use solidity 0.8.15
- 8d26459: Remove subversion byte from deposit tx
- fa9823f: Naming improvements for functions and variables in the L2OutputOracle
- 0bf3b9b: Update forge-std
- e764cbb: Shortens library names
- 3a0271f: Introduces Types.sol
- 5de373e: Semver contract updated to include a getter for the full version string
- Updated dependencies [0bf3b9b]
- Updated dependencies [8d26459]
- Updated dependencies [4477fe9]
- @eth-optimism/core-utils@0.9.2
@eth-optimism/common-ts@0.6.2
@eth-optimism/ci-builder@0.2.1
Patch Changes
- 9bb6a15: Trigger release to update foundry version
@eth-optimism/sdk@1.3.0
Minor Changes
- 032f721: Update Goerli SDK addresses for new Goerli testnet
@eth-optimism/message-relayer@0.5.6
Patch Changes
- Updated dependencies [032f721]
- @eth-optimism/sdk@1.3.0
@eth-optimism/foundry@0.1.1
Patch Changes
- 921653f: Bump foundry to 3c49efe58ca4bdeec4729490501da06914446405
@eth-optimism/fault-detector@0.2.5
Patch Changes
- 98206b7: Properly handle connection failures for L2 node
@eth-optimism/drippie-mon@0.3.7
Patch Changes
- Updated dependencies [032f721]
- @eth-optimism/sdk@1.3.0
@eth-optimism/contracts-bedrock@0.5.1
Patch Changes
- e469348: Clean up BytesUtils
- b7b77d6: Updates CrossDomainMessenger.baseGas to more accurately reflect gas costs
- 9d435ae: Cleans up natspec in MerkleTrie and SecureMerkleTrie contracts
- 87f745b: Cleans up various compiler warnings
- 8a3074a: Minor cleanups to initialization and semver for L1 contracts
- e1501bc: Clears most contract linting warnings
@eth-optimism/ci-builder@0.2.0
Minor Changes
-
e8909be: Fix unbound variable in check_changed script
This now uses -z to check if a variable is unbound instead of -n.
This should fix the error when the script is being ran on develop.