Commit Graph

245 Commits

Author SHA1 Message Date
Kirill Fedoseev 12ff763be7 Fixed contract addresses in .env files 2019-08-30 17:59:16 +03:00
Kirill Fedoseev b7f15c46ee
Merge pull request #18 from k1rill-fedoseev/deployment-fix
Fixed problem with redeployment, mounting built contracts in deploy c…
2019-08-25 16:15:06 +03:00
Kirill Fedoseev 46094c6ae9
Merge pull request #17 from k1rill-fedoseev/msg-compressing
Msg compressing
2019-08-25 16:13:45 +03:00
Kirill Fedoseev 4c45436588 Refactor encode to use generators 2019-08-25 16:01:39 +03:00
Kirill Fedoseev 3b87fb2360 Implemented encoding/decoding for sign clients 2019-08-25 13:38:49 +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 c9bc6d2bef Added sign encoding/decoding stubs 2019-08-25 10:16:57 +03:00
Kirill Fedoseev fc03632e20 Added encoding and decoding technique for keygen protocol, using packed bytes instead of raw JSON 2019-08-25 00:26:16 +03:00
Kirill Fedoseev 3098b0ef80
Merge pull request #10 from akolotov/decimals-shift
decimal shift for correct conversion ERC20 token to BEP2 token
2019-08-24 16:14:47 +03:00
Kirill Fedoseev c04afe6bf4
Merge pull request #11 from akolotov/update-readme-02
Instructions to run the bridge demo
2019-08-24 14:26:51 +03:00
Alexander Kolotov c9cb122a8b highlight Solidity code in GitHub browser 2019-08-23 20:49:33 +03:00
Alexander Kolotov c0121bbc82 instruction to clean the system after demo added 2019-08-23 20:45:39 +03:00
Alexander Kolotov ddd1859804 finished instruction for demo and splitted the document on two parts 2019-08-23 20:37:06 +03:00
Alexander Kolotov 5def216855 correct convertation to ERC20 tokens 2019-08-23 16:48:26 +03:00
Alexander Kolotov 5838fae64e amount of tokens is a float 2019-08-23 16:10:27 +03:00
Alexander Kolotov 3f76231978 added ability to send native coins 2019-08-23 12:30:00 +03:00
Alexander Kolotov 1d9939cef5 specify sender rather than bridge contracts, proper sending of erc20 tokens 2019-08-23 00:22:32 +03:00
Alexander Kolotov 16ebb69b33 convert properly large numbers 2019-08-23 00:20:16 +03:00
Alexander Kolotov 18a8785052 added a section to fund accounts 2019-08-23 00:16:49 +03:00
Alexander Kolotov 0dec08e6e4 steps to run environment and validators extended 2019-08-22 22:57:17 +03:00
Alexander Kolotov 987295e8e4 preserve testnets data between system restarts 2019-08-22 22:00:32 +03:00
Alexander Kolotov 7d0243b2ba decimal shift for correct conversion ERC20 token to BEP2 token 2019-08-22 13:00:35 +03:00
Alexander Kolotov 8953574921 get initial amount of tokens to mint from a new environment variable 2019-08-22 08:24:08 +03:00
Alexander Kolotov 69d93f4e53 formatting changed for better reading 2019-08-22 08:19:51 +03:00
Alexander Kolotov 791e1128e6 the preparation section updated 2019-08-21 21:29:02 +03:00
Alexander Kolotov 52759f9946 description extended with link to KZen Research team 2019-08-21 15:36:51 +03:00
Alexander Kolotov d20b674e01 description extended with link to TokenBridge 2019-08-21 15:23:18 +03:00
Alexander Kolotov 4a4cb5a3a9 add short description of the project 2019-08-21 15:16:25 +03:00
Kirill Fedoseev b4fa5d97f2
Merge pull request #3 from akolotov/update-readme-01
Initial update of README
2019-08-21 12:29:21 +03:00
Alexander Kolotov 601a6c8d5b a way for good rendering of MD was found 2019-08-21 00:23:15 +03:00
Alexander Kolotov 18a8335174 yet another attempt to fix rendering issue 2019-08-20 18:58:46 +03:00
Alexander Kolotov de180747b0 another attempt to fix rendering issue 2019-08-20 18:57:38 +03:00
Alexander Kolotov 6ac2b89da0 fix rendering issue 2019-08-20 18:56:44 +03:00
Alexander Kolotov 1f0895d98b exptending of preparation steps 2019-08-20 18:51:21 +03:00
Kirill Fedoseev b2f63b1778 Updated .env 2019-07-17 18:33:45 +07: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 360a593ccf Scripts for sending tokens. Improved README.md 2019-07-10 20:58:30 +03:00
Kirill Fedoseev 3363043c9f Removed unused files 2019-07-09 12:20:18 +03:00
Kirill Fedoseev b1e7328495 Moved README.md 2019-07-09 12:17:36 +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
Kirill Fedoseev 8b50b4dced IMplemented one side bridge, eth => bnc 2019-07-04 12:32:01 +03:00
Kirill Fedoseev 7defc1e814 Simple blockchain rpc proxy implementation instead of centralized server 2019-06-20 16:42:01 +07:00