Skip to content

Releases: pcaversaccio/xdeployer

xdeployer v1.1.14

23 Jun 12:32
4556121
Compare
Choose a tag to compare

Summary

xdeployer v1.1.14 is a dependency maintenance and general code chore release (all unit and integration tests have been moved to Goerli and Sepolia).

Full Changelog

xdeployer v1.1.13

09 Jun 16:54
735d469
Compare
Choose a tag to compare

Summary

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

Full Changelog

xdeployer v1.1.12

17 May 12:45
c698053
Compare
Choose a tag to compare

Summary

xdeployer v1.1.12 adds one further EVM network:

Full Changelog

xdeployer v1.1.11

16 May 15:20
cce6bcf
Compare
Choose a tag to compare

Summary

xdeployer v1.1.11 is a dependency maintenance and general code chore release.

Full Changelog

xdeployer v1.1.10

21 Apr 11:17
d2e64d8
Compare
Choose a tag to compare

Summary

xdeployer v1.1.10 updates the block explorer links for the Celo network.

Full Changelog

xdeployer v1.1.9

21 Apr 11:05
a3e94ce
Compare
Choose a tag to compare

Summary

xdeployer v1.1.9 adds two further EVM networks:

Full Changelog

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.