Commit Graph

119 Commits

Author SHA1 Message Date
Kirill Fedoseev 9a7c243295 Updated run.sh scripts for test services 2019-11-11 19:51:05 +03:00
Kirill Fedoseev 610e4e7742 Fixed name overlapping for proxy container in docker-compose networks 2019-11-11 19:43:56 +03:00
Kirill Fedoseev 17690e7ac2 Updated env files to use local binance network 2019-11-11 19:42:09 +03:00
Kirill Fedoseev 93292ffe45 Automatic fee detection for transfering all funds 2019-11-11 19:41:17 +03:00
Kirill Fedoseev fb27aa8fbc node-info, fees requests, automatic foreign asset id replacements 2019-11-11 19:40:04 +03:00
Kirill Fedoseev 591cdf88f3 Added binance_net network in docker configs, updated validator configs 2019-11-09 15:14:06 +03:00
Kirill Fedoseev 6b43434f53 Implemented remaining stubs for api 2019-11-09 15:11:39 +03:00
Kirill Fedoseev e832874891 Implemented /api/v1/tx mock 2019-11-08 16:02:47 +03:00
Kirill Fedoseev 64e4d5e9f1 Added network for node rpc communication 2019-11-08 11:42:56 +03:00
Kirill Fedoseev d00d78ec6c Created initial docker configurations for running dev binance testnet inside test environment 2019-11-08 11:38:53 +03:00
Kirill Fedoseev 37a5c1e989 Made bnc watcher fetch policy to be dependent on eth block timestamps 2019-11-07 17:06:12 +03:00
Kirill Fedoseev 5322d790fc Fixed signer 2019-11-05 23:23:07 +03:00
Kirill Fedoseev 85ca572e1c Handle attempts changing in signer properly 2019-11-05 21:14:22 +03:00
Kirill Fedoseev 8e8af2ba34 Refactored proxy, splitted code in several files 2019-11-05 11:00:54 +03:00
Kirill Fedoseev 19e42d90ce Moved proxy totally on ethers js 2019-11-04 20:54:02 +03:00
Kirill Fedoseev a36b0435ae Specified node versions in package.json's 2019-11-04 18:07:35 +03:00
Kirill Fedoseev 4f66ae9578 Get rid of web3js in test-services 2019-11-04 18:01:35 +03:00
Kirill Fedoseev 7f4bc98318 Removed web3 dependency from eth watcher 2019-11-04 17:06:37 +03:00
Kirill Fedoseev 8c8dad07ca Closes #13 2019-11-04 12:53:58 +03:00
Kirill Fedoseev 25941a61e7 Refactored tests and oracle 2019-11-03 21:00:15 +03:00
Kirill Fedoseev e21d06ce3b Fixed typos 2019-11-03 16:10:06 +03:00
Kirill Fedoseev 6e65bbcb04 Refactored and linted components 2019-11-03 13:54:34 +03:00
Kirill Fedoseev 62c1dd8064 Fixed eslint error/warnings 2019-11-01 21:43:25 +03:00
Kirill Fedoseev 34d6927c0b Added eslint configs 2019-11-01 21:42:44 +03:00
Kirill Fedoseev 219cc5185a Added docker ignore files 2019-11-01 11:20:26 +03:00
Kirill Fedoseev bd6de658e1 Little refactor of bnc watcher 2019-10-31 22:43:34 +03:00
Kirill Fedoseev 3621b4f70e Fetching last block time in bncWatcher. Prefunding eth bridge in tests 2019-10-31 18:46:14 +03:00
Kirill Fedoseev 311db30af9 Fixed encode/decode bug in round 3 of keygen 2019-10-31 17:57:53 +03:00
Kirill Fedoseev 1d0186f333 Trace logging of found bnc transactions 2019-10-31 12:50:03 +03:00
Kirill Fedoseev 5557fda6a3 Change dev log level to trace, fixed unnecessary update of nonce on failed gas estimate 2019-10-30 20:40:33 +03:00
Kirill Fedoseev cd4928b506 Fixed incorrect vote counting for startVoting function 2019-10-30 16:54:44 +03:00
Kirill Fedoseev e8e42429fb Removed useless debug output 2019-10-30 16:54:09 +03:00
Kirill Fedoseev e44b3915d1 Fixed extra votes processing. Added delay before getting binance balance. 2019-10-30 11:51:22 +03:00
Kirill Fedoseev de76a1aaad Eth watcher should now work on ci env 2019-10-29 18:24:38 +03:00
Kirill Fedoseev adba55bae0 Added more debug logs 2019-10-29 13:57:41 +03:00
Kirill Fedoseev 935b8c87a8 Trying to figure out why eth watcher does not work properly on CI env 5 2019-10-29 13:19:32 +03:00
Kirill Fedoseev adbb1f09c7 Trying to figure out why eth watcher does not work properly on CI env 4 2019-10-29 12:41:41 +03:00
Kirill Fedoseev e29ea876f5 Trying to figure out why eth watcher does not work properly on CI env 3 2019-10-28 23:29:58 +03:00
Kirill Fedoseev cee521f079 Trying to figure out why eth watcher does not work properly on CI env 2 2019-10-28 23:25:45 +03:00
Kirill Fedoseev ceb370a217 Trying to figure out why eth watcher does not work properly on CI env 2019-10-28 21:22:48 +03:00
Kirill Fedoseev f8e8ea8fe5 Get rid of bind mounts in docker-compose for contracts 2019-10-28 18:55:09 +03:00
Kirill Fedoseev 2f241dffbe Moved contracts deploy process in separate init job 2019-10-24 16:05:33 +03:00
Kirill Fedoseev b5952ce02a Correct dependency building. Moved building tss in separate job 2019-10-23 19:12:27 +03:00
Kirill Fedoseev f3278a9b1c Used 1.39 nightly rust 2019-10-23 18:09:49 +03:00
Kirill Fedoseev 128c986a27 Change rust image 2019-10-23 17:57:33 +03:00
Kirill Fedoseev 437a70ae5b Added chmod 777 2019-10-23 17:51:06 +03:00
Kirill Fedoseev 0fa28f27a7 Moved to official rust nightly docker image 2019-10-23 15:02:04 +03:00
Kirill Fedoseev 6d0d9f4617 Specified explicit manifest-path 2019-10-23 12:58:32 +03:00
Kirill Fedoseev aed0f59097 Test ls . in Dockerfile-local 2019-10-23 12:53:07 +03:00
Kirill Fedoseev 061b69071d Test remote docker engine 2 2019-10-22 17:25:31 +03:00