Skip to content

Commit 465228e

Browse files
authored
release 0.1.2-rc.2-v0 (#341)
1 parent abab52a commit 465228e

File tree

238 files changed

+69495
-26
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

238 files changed

+69495
-26
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Commands:
110110
111111
Options:
112112
--version Show version number [boolean]
113-
--arc-version, -a Use a specific Arc package version [string] [default: latest supported version]
113+
--arcversion, -a Use a specific Arc package version [string] [default: latest supported version]
114114
--provider, -p web3 provider url [string] [default: "http://localhost:8545"]
115115
--gas-price, -g gas price in GWei. If not specified, will use an automatically suggested price. [number]
116116
--quiet, -q suppress console output [boolean] [default: false]

contracts/0.1.2-rc.1/ARCDebug.json

Lines changed: 98 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,98 @@
1+
{
2+
"contractName": "ARCDebug",
3+
"abi": [
4+
{
5+
"anonymous": false,
6+
"inputs": [
7+
{
8+
"indexed": false,
9+
"internalType": "address",
10+
"name": "_msg",
11+
"type": "address"
12+
}
13+
],
14+
"name": "LogAddress",
15+
"type": "event"
16+
},
17+
{
18+
"anonymous": false,
19+
"inputs": [
20+
{
21+
"indexed": false,
22+
"internalType": "bool",
23+
"name": "_msg",
24+
"type": "bool"
25+
}
26+
],
27+
"name": "LogBool",
28+
"type": "event"
29+
},
30+
{
31+
"anonymous": false,
32+
"inputs": [
33+
{
34+
"indexed": false,
35+
"internalType": "bytes",
36+
"name": "_msg",
37+
"type": "bytes"
38+
}
39+
],
40+
"name": "LogBytes",
41+
"type": "event"
42+
},
43+
{
44+
"anonymous": false,
45+
"inputs": [
46+
{
47+
"indexed": false,
48+
"internalType": "bytes32",
49+
"name": "_msg",
50+
"type": "bytes32"
51+
}
52+
],
53+
"name": "LogBytes32",
54+
"type": "event"
55+
},
56+
{
57+
"anonymous": false,
58+
"inputs": [
59+
{
60+
"indexed": false,
61+
"internalType": "int256",
62+
"name": "_msg",
63+
"type": "int256"
64+
}
65+
],
66+
"name": "LogInt",
67+
"type": "event"
68+
},
69+
{
70+
"anonymous": false,
71+
"inputs": [
72+
{
73+
"indexed": false,
74+
"internalType": "string",
75+
"name": "_msg",
76+
"type": "string"
77+
}
78+
],
79+
"name": "LogString",
80+
"type": "event"
81+
},
82+
{
83+
"anonymous": false,
84+
"inputs": [
85+
{
86+
"indexed": false,
87+
"internalType": "uint256",
88+
"name": "_msg",
89+
"type": "uint256"
90+
}
91+
],
92+
"name": "LogUint",
93+
"type": "event"
94+
}
95+
],
96+
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220da90df6b5db203f5af3b1499a4d77db5ee90bd229ffa7c8eb60ae9ecbbca385b64736f6c634300060a0033",
97+
"deployedBytecode": "0x6080604052600080fdfea2646970667358221220da90df6b5db203f5af3b1499a4d77db5ee90bd229ffa7c8eb60ae9ecbbca385b64736f6c634300060a0033"
98+
}

contracts/0.1.2-rc.1/ARCVotingMachineCallbacksMock.json

Lines changed: 255 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)