Skip to content

Commit

Permalink
chore: bump tag to v0.4.0 (#251)
Browse files Browse the repository at this point in the history
* v0.4.0

* add
  • Loading branch information
ratankaliani authored Dec 2, 2024
1 parent ef62b06 commit b73cc7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion book/advanced/upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Docker images are not built for releases, but we support a `docker compose` setu
2. Follow the instructions [here](./l2-output-oracle.md#upgrading-opsuccinctl2outputoracle) to upgrade the `OPSuccinctL2OutputOracle` contract.


Note: As of release `beta-v0.2.0`, the `aggregationVkey`, `rangeVkeyCommitment` and `rollupConfigHash` are upgradeable without re-initializing the contract.
Note: As of release `beta-v0.3.0`, the `aggregationVkey`, `rangeVkeyCommitment` and `rollupConfigHash` are upgradeable without re-initializing the contract.

### Update Contract Parameters

Expand Down
4 changes: 2 additions & 2 deletions contracts/src/OPSuccinctL2OutputOracle.sol
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ contract OPSuccinctL2OutputOracle is Initializable, ISemver {
error L1BlockHashNotCheckpointed();

/// @notice Semantic version.
/// @custom:semver beta-v0.2.0
string public constant version = "beta-v0.2.0";
/// @custom:semver beta-v0.4.0
string public constant version = "beta-v0.4.0";

////////////////////////////////////////////////////////////
// Modifiers //
Expand Down

0 comments on commit b73cc7d

Please sign in to comment.