Commit Graph

80 Commits

Author SHA1 Message Date
debris 9d9feb756e tuned contract deploy 2017-08-31 14:57:43 +02:00
debris eeb08c1062 updated dependencies 2017-08-31 14:42:39 +02:00
Marek Kotewicz 25ff29b758 Merge pull request #24 from axelchalon/test-wd-confirm-payload
Replace bogus signature with actual signature in test
2017-08-30 14:11:54 +02:00
Axel Chalon 65fda77a81 merge from master 2017-08-30 12:40:52 +02:00
Marek Kotewicz 5f5a0cb298 Merge pull request #25 from axelchalon/wd-confirm-test-mult-payloads
Withdraw confirm: Add gas in test config & test multiple logs
2017-08-30 10:22:43 +02:00
Axel Chalon 61849b042e Fix multiple payload test in withdraw confirm 2017-08-29 18:24:53 +02:00
Axel Chalon 5f82fdd4c5 Add gas in test config & multiple logs 2017-08-29 18:21:30 +02:00
debris 58cb8d1074 Merge branch 'wr' 2017-08-29 16:28:59 +02:00
debris 526ef740b9 removed commented out code 2017-08-29 16:27:27 +02:00
Axel Chalon 171ffb2b78 Replace bogus signature with actual signature in test 2017-08-29 16:26:46 +02:00
Marek Kotewicz 23162625e6 Merge pull request #23 from axelchalon/test-wd-confirm-payload
Add payload test for withdraw confirm
2017-08-29 16:24:51 +02:00
Marek Kotewicz aa7ab88fee Merge pull request #22 from axelchalon/fix-test-macro
Test macro: check earlier if requests match
2017-08-29 16:23:58 +02:00
debris 52ed724bfa withdraw_relay tests, more readable error messages for test macros, closes #9 2017-08-29 16:22:18 +02:00
Axel Chalon a4199d726e Add payload test for withdraw confirm 2017-08-29 16:08:01 +02:00
Axel Chalon a2fd6aa88f Test macro: check earlier if requests match 2017-08-29 15:51:27 +02:00
Marek Kotewicz ca39ef9b71 Merge pull request #21 from axelchalon/withdraw-confirm-contract-address-test
Add test for contract_address in withdraw_confirm
2017-08-29 12:22:28 +02:00
Axel Chalon b13d704f75 Fix test 2017-08-29 12:07:39 +02:00
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