Skip to content

Commit

Permalink
Added migration files
Browse files Browse the repository at this point in the history
  • Loading branch information
sameepsi committed Apr 2, 2019
1 parent 0ba78da commit 466209f
Show file tree
Hide file tree
Showing 10 changed files with 12,985 additions and 11,690 deletions.
82 changes: 60 additions & 22 deletions build/contracts/ContractManager.json

Large diffs are not rendered by default.

12,893 changes: 6,498 additions & 6,395 deletions build/contracts/Escrow_v1_0.json

Large diffs are not rendered by default.

1,130 changes: 568 additions & 562 deletions build/contracts/IEscrow.json

Large diffs are not rendered by default.

40 changes: 32 additions & 8 deletions build/contracts/Migrations.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
],
"payable": false,
"stateMutability": "view",
"type": "function"
"type": "function",
"signature": "0x445df0ac"
},
{
"constant": true,
Expand All @@ -27,13 +28,15 @@
],
"payable": false,
"stateMutability": "view",
"type": "function"
"type": "function",
"signature": "0x8da5cb5b"
},
{
"inputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "constructor"
"type": "constructor",
"signature": "constructor"
},
{
"constant": false,
Expand All @@ -47,7 +50,8 @@
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
"type": "function",
"signature": "0xfdacd576"
},
{
"constant": false,
Expand All @@ -61,7 +65,8 @@
"outputs": [],
"payable": false,
"stateMutability": "nonpayable",
"type": "function"
"type": "function",
"signature": "0x0900f010"
}
],
"bytecode": "0x608060405234801561001057600080fd5b50336000806101000a81548173ffffffffffffffffffffffffffffffffffffffff021916908373ffffffffffffffffffffffffffffffffffffffff1602179055506102f8806100606000396000f300608060405260043610610062576000357c0100000000000000000000000000000000000000000000000000000000900463ffffffff1680630900f01014610067578063445df0ac146100aa5780638da5cb5b146100d5578063fdacd5761461012c575b600080fd5b34801561007357600080fd5b506100a8600480360381019080803573ffffffffffffffffffffffffffffffffffffffff169060200190929190505050610159565b005b3480156100b657600080fd5b506100bf610241565b6040518082815260200191505060405180910390f35b3480156100e157600080fd5b506100ea610247565b604051808273ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff16815260200191505060405180910390f35b34801561013857600080fd5b506101576004803603810190808035906020019092919050505061026c565b005b60008060009054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff16141561023d578190508073ffffffffffffffffffffffffffffffffffffffff1663fdacd5766001546040518263ffffffff167c010000000000000000000000000000000000000000000000000000000002815260040180828152602001915050600060405180830381600087803b15801561022457600080fd5b505af1158015610238573d6000803e3d6000fd5b505050505b5050565b60015481565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1681565b6000809054906101000a900473ffffffffffffffffffffffffffffffffffffffff1673ffffffffffffffffffffffffffffffffffffffff163373ffffffffffffffffffffffffffffffffffffffff1614156102c957806001819055505b505600a165627a7a723058203551d036842be1fde9d336350607b240e04761b759edd07e863d32af3a28a3b10029",
Expand Down Expand Up @@ -1390,7 +1395,26 @@
"name": "solc",
"version": "0.4.24+commit.e67f0147.Emscripten.clang"
},
"networks": {},
"schemaVersion": "2.0.1",
"updatedAt": "2019-02-26T06:26:12.976Z"
"networks": {
"1554199358609": {
"events": {},
"links": {},
"address": "0x54e76C101DFD25f48B05289B9aea0Ef6125aa719",
"transactionHash": "0xb0b8dd6a9df389ba50b76aa99b6d6c4dd975474f7cd9501d93accba0bc284973"
},
"1554199463123": {
"events": {},
"links": {},
"address": "0x54e76C101DFD25f48B05289B9aea0Ef6125aa719",
"transactionHash": "0xb0b8dd6a9df389ba50b76aa99b6d6c4dd975474f7cd9501d93accba0bc284973"
},
"1554199545405": {
"events": {},
"links": {},
"address": "0x54e76C101DFD25f48B05289B9aea0Ef6125aa719",
"transactionHash": "0xb0b8dd6a9df389ba50b76aa99b6d6c4dd975474f7cd9501d93accba0bc284973"
}
},
"schemaVersion": "3.0.2",
"updatedAt": "2019-04-02T10:05:51.942Z"
}

0 comments on commit 466209f

Please sign in to comment.