Commit Graph

36 Commits

Author SHA1 Message Date
Kirill Fedoseev de075e3f41 Explicit new epoch address in message 2019-11-26 20:24:46 +03:00
Kirill Fedoseev 93563cfa8a Used more convinient uintX types for numbers in contracts 2019-11-25 15:04:03 +03:00
Kirill Fedoseev 73ccd30688 Fixed _decodeBoolean 2019-11-24 20:06:45 +03:00
Kirill Fedoseev ebf5e61821 Updated contracts to suuport managment of signatures in side chain 2019-11-24 18:18:47 +03:00
Kirill Fedoseev 6606fbab35 Updated contracts to support signature collection in side chain 2019-11-18 19:54:41 +03:00
Kirill Fedoseev c953c8c21b Optimized a little bit dockerfiles for deploying 2019-11-15 10:01:41 +03:00
Kirill Fedoseev 73f7dc1612 Fixed waiting for funds in sendTx, fixed correspondent tests. 2019-11-14 21:48:32 +03:00
Kirill Fedoseev 38e96b5552 Contract support of closing epoch process on binance side 2019-11-14 13:28:43 +03:00
Kirill Fedoseev 7f6030ee94 Fixed minor bugs in eth-watcher 2019-11-12 18:18:45 +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 8c8dad07ca Closes #13 2019-11-04 12:53:58 +03:00
Kirill Fedoseev 62c1dd8064 Fixed eslint error/warnings 2019-11-01 21:43:25 +03:00
Kirill Fedoseev bd6de658e1 Little refactor of bnc watcher 2019-10-31 22:43:34 +03:00
Kirill Fedoseev cd4928b506 Fixed incorrect vote counting for startVoting function 2019-10-30 16:54:44 +03:00
Kirill Fedoseev 5b18ee4179 Separate queue for exchange messages. Moved nonce, rangeStart, rangeSize to bridge contract 2019-10-18 13:38:42 +03:00
Kirill Fedoseev fcfdce153c Added min/max limits for exchange transactions in bridge 2019-10-09 17:26:55 +03:00
Kirill Fedoseev d092475ee5 Made token transfers on eth side use approve&call method 2019-10-09 16:20:54 +03:00
Kirill Fedoseev 8497af3b14 Refactor Bridge contract 2019-10-05 17:09:47 +03:00
Kirill Fedoseev ba9ac9428c Fixed validator list update operation, fixed deployment volumes mounts 2019-10-02 20:28:22 +03:00
Kirill Fedoseev 5f380fb9b8 Updated proxy to support new votes processes 2019-10-02 18:50:46 +03:00
Kirill Fedoseev f34b372ea7 Reworked contract a bit. Now separate state for voting exists. 2019-10-02 18:27:14 +03:00
Kirill Fedoseev e521205d0f Auto determine block gas limit, small modification for supporting public networks 2019-09-06 19:22:04 +03:00
Kirill Fedoseev 87590524d9 Fixed configuration problems 2019-09-04 17:23:14 +03:00
Kirill Fedoseev 61e4067467 Changes in deploy configs 2019-09-04 13:30:26 +03:00
Kirill Fedoseev 310e3a3699 New .env and .keys configs, split on development and staging configs 2019-09-04 13:28:45 +03:00
Kirill Fedoseev ed25ca9c68 Deployment to both, dev and staging environments. Automatic contract address update in demo. Refactor sh scripts. .env files splitted on particular enviornments 2019-09-01 12:41:06 +03:00
Kirill Fedoseev c3a495e1ea Added possibility of deployment to the public environment 2019-09-01 10:50:26 +03:00
Kirill Fedoseev f27f273d0a Fixed deployment dockerfiles. Support any network id in truffle-config 2019-09-01 10:47:04 +03:00
Kirill Fedoseev bacfdf8ea3 Hide eth private keys in .keys file 2019-09-01 10:45:39 +03:00
Kirill Fedoseev 12ff763be7 Fixed contract addresses in .env files 2019-08-30 17:59:16 +03:00
Kirill Fedoseev a35cfc8a48 Fixed problem with redeployment, mounting built contracts in deploy containers was the problem. Deleted Migrations contracts from repo. 2019-08-25 10:29:58 +03:00
Kirill Fedoseev e990f4dec3 Updated README.md. Moved tools to docker containers 2019-07-17 18:30:52 +07:00
Kirill Fedoseev 38dee19559 Moved test environment and deployment process to docker 2019-07-17 14:31:38 +07:00
Kirill Fedoseev 1ab220caf4 Same private keys in both networks. Implementation modifications 2019-07-15 22:41:02 +03:00
Kirill Fedoseev ac13be46a0 Fixed starting new epoch 2019-07-09 12:00:28 +03:00
Kirill Fedoseev 8a528e631c Demo of ETH-to-BNC bridge 2019-07-07 22:58:35 +03:00