Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v3.0.4

18 Mar 13:49
97f1a08
Compare
Choose a tag to compare

🫡 Summary

xdeployer v3.0.4 adds support for two additional EVM networks:

🕓 Full Changelog

xdeployer v3.0.3

16 Mar 12:53
dcde2c6
Compare
Choose a tag to compare

🫡 Summary

xdeployer v3.0.3 is a dependency maintenance and general code chore release. Furthermore, we add support for three additional EVM networks:

Please note that the block explorer link for the polygonZkEVMTestnet test network now points to the recently released cardona network.

🕓 Full Changelog

xdeployer v3.0.2

06 Mar 17:56
a5fe4a5
Compare
Choose a tag to compare

🫡 Summary

xdeployer v3.0.2 is a dependency maintenance and general code chore release. Furthermore, we add support for two additional EVM networks:

🕓 Full Changelog

xdeployer v3.0.1

02 Feb 11:33
406fe9a
Compare
Choose a tag to compare

🫡 Summary

xdeployer v3.0.1 is a dependency maintenance and general code chore release. Furthermore, we now allow >0.8.23-compiled, local deployment testing (#234).

🕓 Full Changelog

💥xdeployer v3.0.0💥

24 Dec 13:40
ac2fd54
Compare
Choose a tag to compare

🫡 Summary (❗️Breaking Changes)

xdeployer v3.0.0 replaces the Create2Deployer with the recently deployed CreateX factory contract (#220). Consequently, your local file Create2DeployerLocal.sol must look like this:

// SPDX-License-Identifier: MIT
pragma solidity ^0.8.23;

import { CreateX } from "xdeployer/src/contracts/CreateX.sol";

contract Create2DeployerLocal is CreateX {}

Otherwise, nothing will change for you 😄 !

Furthermore, on 1 January 2024, the Goerli test network will be officially moved to EOL (End of Life) status (see here). This means that the Ethereum Foundation will not actively maintain it any longer. Thus, I deprecate all Goerli-based test networks (#221):

  • goerli,
  • optimismTestnet,
  • baseTestnet,
  • scrollTestnet,
  • zoraTestnet.

Additionally, I add filecoinTestnet, scrollSepolia, zoraSepolia, frameTestnet, baseMain, and filecoinMain as newly supported networks. Note that arbitrumMain is renamed to arbitrumOne, and artheraTestnet & hecoMain are not anymore supported as well.

I wish everyone a Merry Grindmas 🫡!

image

🕓 Full Changelog

xdeployer v2.2.2

18 Dec 15:20
7d2fbde
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.2.2 is a dependency maintenance and general code chore release. Furthermore, we deprecate the arbitrumTestnet (a.k.a. Arbitrum Goerli) test network, since Arbitrum has already stopped operating the block explorer today. You can continue deploying on Arbitrum's Sepolia test network via arbitrumSepolia.

🕓 Full Changelog

xdeployer v2.2.1

08 Dec 15:22
463b377
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.2.1 is a dependency maintenance and general code chore release. Furthermore, we deprecate the sokol test network as there have been no validators for over a year.

🕓 Full Changelog

xdeployer v2.2.0

23 Nov 15:15
9ac031d
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.2.0 is a dependency maintenance and general code chore release:

  • Replace goerli with holesky in tests (#209),
  • Use pull_request_target in test.yml (#210).

❗️Breaking Change

We deprecate hecoTestnet (since it's offline) and update the hecoMain block explorer link (#211).

🕓 Full Changelog

xdeployer v2.1.13

06 Nov 12:55
abc6b2f
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.13 is a dependency maintenance and general code chore release:

🕓 Full Changelog

xdeployer v2.1.12

24 Oct 09:21
92d63bf
Compare
Choose a tag to compare

🫡 Summary

xdeployer v2.1.12 is a dependency maintenance and general code chore release:

  • The contract name is now included in the deployment file name (#201; 🙏🏽 thanks @asghaier76!),

and adds support for one additional EVM network:

Full Changelog