Skip to content

Commit

Permalink
R4R: split tokenhub (#24)
Browse files Browse the repository at this point in the history
* add onlyInit to public write method

* tokenhub payable and rename event

* move all library to lib

* split tokenhub into two contract

* change sync to syn

* transfer relayFee to tokenHUb

* add case for payload header

Co-authored-by: fudongbai <[email protected]>
  • Loading branch information
HaoyangLiu and unclezoro committed Jul 3, 2020
1 parent a9f79f5 commit 077af36
Show file tree
Hide file tree
Showing 43 changed files with 1,588 additions and 915 deletions.
2 changes: 1 addition & 1 deletion .soliumignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ node_modules
contracts/Migrations.sol
contracts/Seriality
contracts/tool
contracts/rlp
contracts/flattened
contracts/interface
contracts/mock
contracts/test
Expand Down
2 changes: 2 additions & 0 deletions abi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,6 @@
| TokenHub |0x0000000000000000000000000000000000001004 | [tokenhub](tokenhub.abi) |
| RelayerIncentivize |0x0000000000000000000000000000000000001005 | [relayerincentivize](relayerincentivize.abi) |
| RelayerHub |0x0000000000000000000000000000000000001006 | [relayerhub](relayerhub.abi) |
| GovHub |0x0000000000000000000000000000000000001007 | [govhub](govhub.abi) |
| TokenManager |0x0000000000000000000000000000000000001008 | [tokenmanager](tokenmanager.abi) |
| CrossChain |0x0000000000000000000000000000000000002000 | [crosschain](crosschain.abi) |
Loading

0 comments on commit 077af36

Please sign in to comment.