Commit Graph

363 Commits

Author SHA1 Message Date
Marek Kotewicz 50eb01c17f Merge pull request #20 from paritytech/deposit_relay_test
added deposit_relay tests, closes #7
2017-08-29 11:29:23 +02:00
Axel Chalon e15485b1a3 Add test for contract_address in withdraw_confirm 2017-08-29 11:26:27 +02:00
debris 8f776f185f added deposit_relay tests, closes #7 2017-08-29 11:20:39 +02:00
debris 318dfc0660 test_app_stream macro allows to configure transactions, closes #19 2017-08-28 18:40:58 +02:00
Marek Kotewicz eac9b30821 Merge pull request #18 from axelchalon/test-withdraw-confirm
Add one test for withdraw_confirm
2017-08-28 18:34:31 +02:00
Axel Chalon 167d58f64b Add one test for withdraw_confirm 2017-08-28 17:58:38 +02:00
debris 3009632a6b use and_then instead of skip_while 2017-08-28 17:27:25 +02:00
debris ec0dcefc46 udpated futures, removed compiler warnings 2017-08-28 17:19:03 +02:00
debris 9456b5a08f tests for FileBackend 2017-08-28 17:15:10 +02:00
debris 1a2cb47124 bridge writes to backing database 2017-08-28 16:48:01 +02:00
debris 316b9ce4a0 withdraw_relay guarantees and tests 2017-08-28 12:28:21 +02:00
debris a9709f942a fixed verification of signatures signed with eth_sign, closes #17 2017-08-25 18:29:29 +02:00
debris d9c6773185 withdraw_confirm unit tests 2017-08-25 17:58:55 +02:00
debris ddd68c1f4f typos 2017-08-25 16:27:55 +02:00
debris 6399b1c8e5 tests for relay 2017-08-25 15:01:47 +02:00
debris 9201a19967 tests for log_stream receiving logs 2017-08-25 12:40:33 +02:00
debris 7c858ba2ac boilerplate for withdraw tests 2017-08-25 12:13:53 +02:00
debris b6d4834400 bridge::deposit_relay tests init 2017-08-25 11:58:47 +02:00
debris 8abf7999f3 api::log_stream tests, closes #6 2017-08-25 01:09:51 +02:00
debris f2ccb7e8d9 jsonrpc-core is not a direct dependency of the bridge 2017-08-25 00:40:42 +02:00
debris fa962565ad repo overhaul, separated binary from library, closes #10, added tests crate 2017-08-25 00:36:13 +02:00
debris 8961ea153b moved some functions from contracts mod to util 2017-08-24 18:42:19 +02:00
debris ae9ac092c9 setting ipc path is no longer optional 2017-08-24 18:38:56 +02:00
debris dd0596a083 added .editorconfig, README.md and .travis.yml 2017-08-24 18:34:49 +02:00
debris a44c9446d6 gas and gas_price configuration for transactions, closes #11 2017-08-24 18:20:37 +02:00
Marek Kotewicz a53d712418 Merge pull request #15 from paritytech/withdraw_relay
withdraw relay
2017-08-24 17:59:22 +02:00
debris 35ab5c582e finished 2017-08-24 17:58:18 +02:00
debris 8cb54b9a22 withdraw relay 2017-08-24 14:50:48 +02:00
debris 8431284929 Merge branch 'contract' 2017-08-23 23:28:55 +02:00
debris 45d3d3eb17 src/contracts/mod.rs -> src/contracts.rs 2017-08-23 23:28:42 +02:00
Marek Kotewicz 20fdc6a3dd Merge pull request #14 from paritytech/contract
Contract
2017-08-23 23:25:56 +02:00
debris b2c9699b98 fetching collected signatures 2017-08-23 19:09:51 +02:00
debris 0f4340d3f1 ethabi 4.0.0 2017-08-23 12:00:31 +02:00
debris 5598c5d73b KovanBridge message getter 2017-08-22 13:53:40 +02:00
debris e0cbcaff13 KovanBridge submited signatures getter 2017-08-22 13:47:01 +02:00
debris 95ea7fb303 replace throw with require in bridge.sol 2017-08-22 13:01:16 +02:00
debris 38befc6fc7 use use_contract! macro instead of handwriting contracts api, closes #1, closes #12, closes #13 2017-08-21 17:32:37 +02:00
debris 15d0871abb update to latest ethabi 2017-08-16 17:42:22 +02:00
debris 52844dde4c authorities are configurable from config file, closes #3 2017-08-13 21:00:23 +02:00
debris 4a8a3410db Merge branch 'master' of github.com:paritytech/bridge 2017-08-13 20:44:56 +02:00
debris 795047e91f deploy future, closes #5 2017-08-13 20:44:41 +02:00
Marek Kotewicz 5c7030a114 Create README.md 2017-08-13 19:46:17 +02:00
debris c3261105ae res 2017-08-13 19:43:43 +02:00
debris cee4d81035 use git remotes instead of local branches 2017-08-13 19:36:42 +02:00
debris a5a90c6d55 WithdrawRelay in progress 2017-08-13 19:28:41 +02:00
debris 7115b649ef WithdrawConfirm 2017-08-13 16:22:00 +02:00
debris 0a54434a42 WithdrawConfirm 2017-08-13 16:13:03 +02:00
debris 8f125a1d70 removed unused code 2017-08-13 13:17:22 +02:00
debris 55b3599984 some docs 2017-08-13 13:09:28 +02:00
debris 2059901b4a store more details in db 2017-08-13 12:21:51 +02:00