aboutsummaryrefslogtreecommitdiffstats
path: root/packages/deployer/CHANGELOG.json
blob: f9691466b8b6cc6e8f47ea60bcf75d787cdaeaca (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
[
    {
        "version": "0.4.0",
        "changes": [
            {
                "note": "Changed the config key `web3Provider` to `provider` to be consistent with other tools",
                "pr": 501
            }
        ]
    },
    {
        "version": "0.3.5",
        "changes": [
            {
                "note": "Don't try to write contract artifact if an error occured",
                "pr": 485
            }
        ],
        "timestamp": 1522673609
    },
    {
        "version": "0.3.4",
        "changes": [
            {
                "note": "Create solc_bin directory if does not exist before attempting to compile",
                "pr": 491
            }
        ],
        "timestamp": 1522658513
    },
    {
        "version": "0.3.1",
        "changes": [
            {
                "note": "Add TS types for `yargs`"
            }
        ],
        "timestamp": 1521298800
    },
    {
        "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": 1521298800
    },
    {
        "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": 1520089200
    },
    {
        "version": "0.1.0",
        "changes": [
            {
                "note": "Add the ability to pass in specific contracts to compile in CLI",
                "pr": 400
            }
        ],
        "timestamp": 1518706800
    },
    {
        "version": "0.0.8",
        "changes": [
            {
                "note": "Fix publishing issue where .npmignore was not properly excluding undesired content",
                "pr": 389
            }
        ],
        "timestamp": 1518102000
    }
]