Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor cli and remove hardhat dependance * add deployments artifacts saved to deploy command * fix signer deployment * re enable run command * fix logging for subcommands * assorted updates * fix cli package-lock * fix sample project package lock * add npm run ci command to install deps from all packages * update package-lock * update typescript as devDependency in builder * fix package-lock * fix cli build * remove unnecessary ci command * fix logging of settings for build command * fix removed cached files * fix ethers import * fix ipfs configuration on build * remove lib/ from sample project * docs and cli interface * hardhat commands * fix printing of templated version * fix package interpolation * fix name & version definition * fix hardhat-cannon params build * fix hardhat-cannon build artifacts getter * fix hardhat-cannon run command * v1.1.0-alpha.0 * impersonate * update fundAddresses param for run * add custom infura endpoint * update default ethereum endpoint to cloudflare * normalize usage of registry constants * fix dependencies download on run command * v1.1.0-alpha.1 * sample project fixes * update cannon default dir ~/.local/share/cannon * fix cannon registry creation * update build command to use any network * v1.1.0-alpha.2 * update package-locks * update typescript * update package-lock files * update hardhat run command interface * fix build command dumpç * fix interact command on run * v1.1.0-alpha.3 * add writeDeployments flag to run command * remove unused write-deployments param * fix parsing of package ref & tilde on paths * fix publish workding * fix linter errors * update hardhat-cannon deploy command * fix error logging * fix build signers * add dry-run param to deploy command * fix account creation on dry-riun * v1.1.0-alpha.4 * fixes * fix build and publish * delete stray build folder * fix package version import * v1.1.0-alpha.5 * add interaction when running multiple packages * fix bugs for v2x testing * v1.1.0-alpha.6 * fixes for the run command * run linter * fix lint warnings of unused vars * fix hostname replace * fix hostname replace * add debugging to registry * fix ipfs url configuration * fix signers generated on build command * v1.1.0-alpha.7 * fix dependencies * fix imports * v1.1.0-alpha.8 * fix tsconfig modules config * v1.1.0-alpha.9 * fix dependencies versions * v1.1.0-alpha.10 Co-authored-by: Noah Litvin <noah.litvin@gmail.com> Co-authored-by: Daniel Beal <git@danb.email>
- Loading branch information