aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer
diff options
context:
space:
mode:
authorFabio Berger <me@fabioberger.com>2018-03-30 21:48:39 +0800
committerFabio Berger <me@fabioberger.com>2018-03-30 21:48:39 +0800
commitddd3d284d94043b27977714d4f49353c01c40bd3 (patch)
treed0f3b86fd42e14c3bed43060d77496a903f6e1b5 /packages/deployer
parentf55a300f43da3e2460837aedfac9287f1342c46c (diff)
downloaddexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.gz
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.bz2
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.lz
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.xz
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.tar.zst
dexon-sol-tools-ddd3d284d94043b27977714d4f49353c01c40bd3.zip
Remove CHANGELOG.json files since will be generated on development
Diffstat (limited to 'packages/deployer')
-rw-r--r--packages/deployer/CHANGELOG.json94
1 files changed, 0 insertions, 94 deletions
diff --git a/packages/deployer/CHANGELOG.json b/packages/deployer/CHANGELOG.json
deleted file mode 100644
index b3cd53b7e..000000000
--- a/packages/deployer/CHANGELOG.json
+++ /dev/null
@@ -1,94 +0,0 @@
-[
- {
- "version": "0.3.1",
- "changes": [
- {
- "note": "Add TS types for `yargs`"
- }
- ],
- "timestamp": 1521327600,
- "isPublished": true
- },
- {
- "version": "0.3.0",
- "changes": [
- {
- "note": "Add support for Solidity 0.4.20 and 0.4.21"
- },
- {
- "note": "Replace `jsonrpcPort` config with `jsonrpcUrl`",
- "pr": "426"
- },
- {
- "note": "Replace `jsonrpc-port` CLI option with `jsonrpc-url`",
- "pr": "426"
- },
- {
- "note": "Export the `Compiler`",
- "pr": "426"
- },
- {
- "note": "Load solc from remote source instead of having it locally",
- "pr": "426"
- },
- {
- "note": "Add `bytecode`, `runtime_bytecode`, `source_map`, `source_map_runtime` and `sources` fields to artifacts",
- "pr": "426"
- },
- {
- "note": "Remove 0x-specific `migrate` command",
- "pr": "426"
- },
- {
- "note": "Allow deployer to accept a provider instead of port and host. This makes it possible to run it with in-process ganache-core",
- "pr": "426"
- },
- {
- "note": "Consolidate all `console.log` calls into `logUtils` in the `@0xproject/utils` package",
- "pr": "452"
- },
- {
- "note": "Add `#!/usr/bin/env node` pragma above `cli.ts` script to fix command-line error."
- }
- ],
- "timestamp": 1521327600,
- "isPublished": true
- },
- {
- "version": "0.2.0",
- "changes": [
- {
- "note": "Check dependencies when determining if contracts should be recompiled",
- "pr": "408"
- },
- {
- "note": "Improve an error message for when deployer is supplied with an incorrect number of constructor arguments",
- "pr": "419"
- }
- ],
- "timestamp": 1520118000,
- "isPublished": true
- },
- {
- "version": "0.1.0",
- "changes": [
- {
- "note": "Add the ability to pass in specific contracts to compile in CLI",
- "pr": "400"
- }
- ],
- "timestamp": 1518735600,
- "isPublished": true
- },
- {
- "version": "0.0.8",
- "changes": [
- {
- "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
- "pr": "389"
- }
- ],
- "timestamp": 1518130800,
- "isPublished": true
- }
-] \ No newline at end of file