Skip to content

Commit

Permalink
release 0.1.2-rc.2-v0 (#341)
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-kaufman authored Jul 7, 2020
1 parent abab52a commit 465228e
Show file tree
Hide file tree
Showing 238 changed files with 69,495 additions and 26 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Commands:
Options:
--version Show version number [boolean]
--arc-version, -a Use a specific Arc package version [string] [default: latest supported version]
--arcversion, -a Use a specific Arc package version [string] [default: latest supported version]
--provider, -p web3 provider url [string] [default: "http://localhost:8545"]
--gas-price, -g gas price in GWei. If not specified, will use an automatically suggested price. [number]
--quiet, -q suppress console output [boolean] [default: false]
Expand Down
98 changes: 98 additions & 0 deletions contracts/0.1.2-rc.1/ARCDebug.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
{
"contractName": "ARCDebug",
"abi": [
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "address",
"name": "_msg",
"type": "address"
}
],
"name": "LogAddress",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bool",
"name": "_msg",
"type": "bool"
}
],
"name": "LogBool",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bytes",
"name": "_msg",
"type": "bytes"
}
],
"name": "LogBytes",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "bytes32",
"name": "_msg",
"type": "bytes32"
}
],
"name": "LogBytes32",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "int256",
"name": "_msg",
"type": "int256"
}
],
"name": "LogInt",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "_msg",
"type": "string"
}
],
"name": "LogString",
"type": "event"
},
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint256",
"name": "_msg",
"type": "uint256"
}
],
"name": "LogUint",
"type": "event"
}
],
"bytecode": "0x6080604052348015600f57600080fd5b50603f80601d6000396000f3fe6080604052600080fdfea2646970667358221220da90df6b5db203f5af3b1499a4d77db5ee90bd229ffa7c8eb60ae9ecbbca385b64736f6c634300060a0033",
"deployedBytecode": "0x6080604052600080fdfea2646970667358221220da90df6b5db203f5af3b1499a4d77db5ee90bd229ffa7c8eb60ae9ecbbca385b64736f6c634300060a0033"
}
255 changes: 255 additions & 0 deletions contracts/0.1.2-rc.1/ARCVotingMachineCallbacksMock.json

Large diffs are not rendered by default.

Loading

0 comments on commit 465228e

Please sign in to comment.