Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v1.1.8

29 Mar 10:05
6989e51
Compare
Choose a tag to compare

Summary

xdeployer v1.1.8 introduces colourised outputs in the console, adds automatically Etherscan (or other explorer) links to the transaction hashes and contract addresses, checks if you have already deployed a contract with the same parameters, and in case of an erroneous deployment, it saves the full error response locally for you in order to increase the debugging possibility.

Example of a successful deployment:
image

Example of an erronous deployment:
image

Full Changelog

xdeployer v1.1.7

25 Mar 09:39
2e4d79f
Compare
Choose a tag to compare

Summary of Commits

  • da4b4ee: Update the checkout & setup-node versions for the CI;
  • c45af53: Update npm packages and implement renovate bot;
  • 00604c6: Add link to alternative msg.sender vs. tx.origin workaround in the discussion section;
  • 2e4d79f: Updated CI actions & dependencies to Node.js version 16;

Full Changelog

xdeployer v1.1.6

06 Mar 12:02
168af4d
Compare
Choose a tag to compare

Summary of Commits

  • f220ad0: Update to latest Hardhat version;
  • 168af4d: Small README update;

Full Changelog

xdeployer v1.1.5

04 Mar 14:25
8e84d36
Compare
Choose a tag to compare

Summary of Commits

  • 8e84d36: Added the following additional EVM networks: fuse and spark. spark is the test network of the Fuse network.

xdeployer v1.1.4

03 Mar 10:11
b073bcc
Compare
Choose a tag to compare

Summary of Commits

  • b073bcc: Added the following additional EVM networks: moonbeam, harmonyMain, harmonyTestnet, autobahn;

xdeployer v1.1.3

17 Feb 22:36
f4857b8
Compare
Choose a tag to compare

Summary of Commits

  • 532ff11: Since several people have asked me how to donate to my work on xdeployer, I have added a section with information on how to donate to me;
  • f4857b8: Increase the release number;

xdeployer 1.1.2

14 Feb 22:44
62cf228
Compare
Choose a tag to compare

Summary of Commits

The following commits entail npm package updates:

xdeployer 1.1.1

16 Jan 10:29
9393f10
Compare
Choose a tag to compare

Summary of Commits

  • 1482637: Renaming hecoinfomain & hecoinfotestnet to hecoMain & hecoTestnet. Additionally, adding mixedCase naming convention for all the networks;
  • fe30dce: Aurora test & production deployments;
  • 9393f10: Updated eslint package;

xdeployer 1.1.0 💥🔥

14 Jan 15:18
dffbac0
Compare
Choose a tag to compare

You asked for it, now you get it. With this release, you are able to deploy your smart contracts across 11 production and 14 test EVM chains with the same deterministic address!

Summary of Commits

xdeployer v1.0.11

14 Dec 22:28
f74a08f
Compare
Choose a tag to compare
  • f74a08f: Updated outdated npm packages;