Commit Graph

24 Commits

Author SHA1 Message Date
Maximilian Krüger fbefc5e9ec README.md: improve explanation and update for ERC20 2018-01-26 10:00:44 +01:00
Maximilian Krüger 3db1a1abf3 README.md: mention ERC20 2018-01-26 10:00:44 +01:00
Maximilian Krüger bc0ebb8a15 README.md: consistency 2018-01-25 09:52:43 +01:00
Maximilian Krüger 1b51837f78 README.md: tell that solc must be in path for build 2018-01-25 09:52:10 +01:00
Maximilian Krüger 1d6d686bce README.md: improve wording 2018-01-16 15:17:39 +01:00
Maximilian Krüger f8035a81d1 README.md: improve wording 2018-01-16 15:17:04 +01:00
Maximilian Krüger 4dae5e459c README.md: improve wording 2018-01-16 15:12:53 +01:00
Maximilian Krüger 5ad1294485 README.md: improve wording 2018-01-16 15:03:07 +01:00
Maximilian Krüger 6f8a7a72bc README: explain current functionality, next steps, eventual functionality 2018-01-16 14:53:42 +01:00
Maximilian Krüger 5dd0144537 README.md: improve documentation for issue-54 [ci skip] 2018-01-10 12:01:19 +01:00
Maximilian Krüger 27e95e8d8d README.md: initial documentation of issue-54 [ci skip] 2018-01-10 11:52:36 +01:00
Maximilian Krüger 47fe40daaa README.md: document estimated_gas_cost_of_withdraw 2018-01-09 13:11:23 +01:00
Maximilian Krüger e38967fd94 readme: update test instructions 2018-01-04 13:56:09 +01:00
snd 58a80b4ace fix for #61 and tests for withdraw (#66)
* readme: add section on running truffle tests

* extract `sign` from test/foreign into test/helpers and improve it

* add test helper signatureToVRS

* add test helper bigNumberToHexString

* add test helper bigNumberToPaddedBytes32

* add test "should allow correct withdraw" which fails and exposes #61

* resolve #61 and document it

* fix typo

* fix typo

* use num.toString(16) instead of bigNumberToHexString

https://github.com/paritytech/parity-bridge/pull/66#discussion_r156030874

* add comment

* use explicit transaction hash

* add test "withdraw without funds on HomeBridge should fail"

* add test "should not allow withdraw with message.length != 84"

* add test ""should allow second withdraw with different transactionHash but same recipient and value"

* add test "should not allow second withdraw with same transactionHash but different recipient and value"

* fix typo

* bridge.sol: add note that anyone can call HomeBridge.withdraw

* test that anyone can call withdraw provided they have the message and signatures

* test/home.js: improve wording of test
2017-12-14 17:54:49 +01:00
snd 63b0745ea0 Issue 58 solidity test code coverage (#70)
* add initial package.json with test, ci and coverage scripts

inspired by 86794a866b/package.json

* .travis.yml: use ci script from package.json

* upload coverage to coveralls

* README.md: add coveralls badge

* .travis.yml: run npm install

* package.json: make ganache ports match up so truffle can connect

* .travis.yml: call coveralls script directly

* README.md: try to put badges on one line [ci skip]

* README.md: try to fix badge formatting [ci skip]

* package.json: remove directories prop which is not needed

* add notice that code coverage is for contracts only

* .gitignore: node_modules

* package.json: improve description

* package.json: add license

* package.json: replace npm with yarn

* .travis.yml: use yarn instead of npm

* add yarn.lock

* .travis.yml: cache cargo to speed things up
2017-12-14 17:52:36 +01:00
Zac Wellmer 8e89bff3ff
debug -> release 2017-12-09 20:51:59 +08:00
Zac Wellmer 79ca831f1a
mention home when should be foreign 2017-12-09 16:11:40 +08:00
debris 59403966fc rename to home/foreign, closes #46 2017-10-10 11:02:58 +02:00
viktor 3fad3f4789 README typo 2017-10-02 17:52:53 +02:00
Marek Kotewicz 882292ac90 Update README.md 2017-09-29 01:32:31 +02:00
Marek Kotewicz 6e9e17ea7e Basic docs 2017-09-29 01:26:15 +02:00
debris 40e76eecaa udpated links to travis in README.md 2017-09-29 00:51:53 +02:00
debris dd0596a083 added .editorconfig, README.md and .travis.yml 2017-08-24 18:34:49 +02:00
Marek Kotewicz 5c7030a114 Create README.md 2017-08-13 19:46:17 +02:00