Fabio Berger
5906f4c995
Add underline to internal linksx
2018-03-02 15:02:50 +01:00
Fabio Berger
da8edd2226
Undo config changes
2018-03-02 14:47:43 +01:00
Fabio Berger
406aedfdc2
Merge branch 'development' into fix/doc_bugs
...
* development: (21 commits)
Adjust the tests
Move tutorials to adhere to current dir structure
Make tests slightly nicer
Remove only
Improve the comments
Improve the comments
Add comments to Arbitrage contract
Don't pass tokenGet and tokenGive because we can get them from 0x order
Pretty-print ED contracts
Make external
Fix a typo
Change type to uint256
Make setAllowances external
Fix the comment
Put all ED contracts in one folder
Move tutorials contracts to src folder
Remove false-positive linter failure because of chai-as-pronmised incorrect types
Assert that the balances don't change if arbitrage fails
Initial implementation of Arbitrage contract with tests
Set max to 2 ETH/2 ZRX
...
2018-03-02 14:44:53 +01:00
Fabio Berger
67c834841e
Update react-markdown, properly scroll to section for wiki internal links, consolidate scrollTo logic and make external links open in new tabs
2018-03-02 14:40:26 +01:00
Fabio Berger
edaa0b0e34
Update yarn lock
2018-03-02 14:38:46 +01:00
Fabio Berger
31f03fcf3a
Use custom fork of react-highlight with support for Solidity syntax highlighting
2018-03-02 02:17:23 +01:00
Leonid Logvinov
4a57f2a762
Merge pull request #425 from 0xProject/feature/build_watch
...
Arbitrage tutorial contract
2018-03-01 16:57:58 -08:00
Leonid Logvinov
6edd7682a9
Adjust the tests
2018-03-01 13:25:01 -08:00
Leonid Logvinov
447891b396
Move tutorials to adhere to current dir structure
2018-03-01 13:23:29 -08:00
Leonid Logvinov
6323496945
Make tests slightly nicer
2018-03-01 12:21:09 -08:00
Leonid Logvinov
fd5e231a93
Remove only
2018-03-01 12:21:09 -08:00
Leonid Logvinov
ae209677de
Improve the comments
2018-03-01 12:21:09 -08:00
Leonid Logvinov
d5ca00de95
Improve the comments
2018-03-01 12:21:09 -08:00
Leonid Logvinov
7be84c6ad3
Add comments to Arbitrage contract
2018-03-01 12:21:09 -08:00
Leonid Logvinov
425039e4d3
Don't pass tokenGet and tokenGive because we can get them from 0x order
2018-03-01 12:21:09 -08:00
Leonid Logvinov
6c5333180d
Pretty-print ED contracts
2018-03-01 12:21:09 -08:00
Leonid Logvinov
cb47a51b70
Make external
2018-03-01 12:21:09 -08:00
Leonid Logvinov
e36fb654b0
Fix a typo
2018-03-01 12:21:09 -08:00
Leonid Logvinov
6325fac020
Change type to uint256
2018-03-01 12:21:09 -08:00
Leonid Logvinov
c6358d5f22
Make setAllowances external
2018-03-01 12:21:09 -08:00
Leonid Logvinov
413e8b6062
Fix the comment
2018-03-01 12:21:09 -08:00
Leonid Logvinov
e113a8e7af
Put all ED contracts in one folder
2018-03-01 12:21:08 -08:00
Leonid Logvinov
e42891ae5b
Move tutorials contracts to src folder
2018-03-01 12:21:08 -08:00
Leonid Logvinov
c90770472e
Remove false-positive linter failure because of chai-as-pronmised incorrect types
2018-03-01 12:21:08 -08:00
Leonid Logvinov
45df9de5b5
Assert that the balances don't change if arbitrage fails
2018-03-01 12:21:08 -08:00
Leonid Logvinov
2d0940589e
Initial implementation of Arbitrage contract with tests
2018-03-01 12:21:08 -08:00
Fabio Berger
5908f189a7
Fix bug where contract event anchor ids were incorrect
2018-03-01 09:18:46 +01:00
Jacob Evans
451a0dacbe
Merge pull request #418 from 0xProject/feature/facuet/balance-check
...
Prevent a single account from draining the faucet
2018-02-28 14:40:17 -08:00
Jacob Evans
a46199e37d
Set max to 2 ETH/2 ZRX
2018-02-28 14:25:07 -08:00
Fabio Berger
e25cc301fd
Add missing types from website
2018-02-28 17:20:09 +01:00
Leonid Logvinov
5bbb0d1f60
Merge pull request #422 from 0xProject/feature/new-prettier
...
Upgrade prettier
2018-02-27 22:34:23 -08:00
Leonid Logvinov
a5b8875356
Merge pull request #423 from 0xProject/feature/base-contract
...
Move BaseContract to its own package
2018-02-27 18:44:23 -08:00
Leonid Logvinov
3e86df311d
Add dependencies
2018-02-27 18:34:00 -08:00
Leonid Logvinov
002f9ebde7
Update the README
2018-02-27 18:33:05 -08:00
Leonid Logvinov
72e6e1ce8b
Move BaseContract to its own package
2018-02-27 17:51:31 -08:00
Fabio Berger
bbd87daf6d
Merge pull request #421 from 0xProject/moveOutDocGenerator
...
Docs Refactor Prepping For Moving To Separate Package
2018-02-27 15:49:58 -08:00
Leonid Logvinov
30e4613d0a
Upgrate prettier
2018-02-27 15:08:52 -08:00
Fabio Berger
79593f52b0
remove unused import
2018-02-27 14:50:35 -08:00
Leonid Logvinov
7aa070f9ea
Merge pull request #413 from 0xProject/feature/ethers-contracts
...
abi-gen V2 abi and ethers-contracts
2018-02-27 14:41:59 -08:00
Leonid Logvinov
c2ec2291e8
Merge pull request #420 from 0xProject/fix/multiple-return-docs
...
Fix a bug with displaying solidity functions returning multiple retur…
2018-02-27 14:36:59 -08:00
Fabio Berger
97fcfb7f6c
Move more configs into docsInfo and remove logic that does not belong there elsewhere
2018-02-27 14:29:22 -08:00
Leonid Logvinov
ce677fd55a
Fix a bug with displaying solidity functions returning multiple return values
2018-02-27 14:23:36 -08:00
Leonid Logvinov
ce0b92d681
Add ethers-contracts as a dependency
2018-02-27 13:19:17 -08:00
Leonid Logvinov
29c5ba5639
Include types for ethers-contracts
2018-02-27 12:50:58 -08:00
Leonid Logvinov
cdea618457
Fix the version
2018-02-27 12:20:44 -08:00
Leonid Logvinov
425a519f97
Include types for ethers-contracts
2018-02-27 12:18:52 -08:00
Leonid Logvinov
c07d64c6ff
Rename idx to i
2018-02-27 12:07:59 -08:00
Leonid Logvinov
c07e3a76bb
Remove tslint disable
2018-02-27 12:07:58 -08:00
Leonid Logvinov
8fe844bcc9
Move BaseContract to web3Wrapper
2018-02-27 12:07:58 -08:00
Leonid Logvinov
a0390956a9
Merge ifs
2018-02-27 12:07:06 -08:00