Amir Bandeali
|
cf12daea2f
|
Add ReentrantToken
|
2018-08-24 17:30:56 -07:00 |
|
Amir Bandeali
|
6f88e9bdbd
|
Add internal fill functions, add reentrancy guard to public functions that make external calls
|
2018-08-24 17:30:56 -07:00 |
|
Amir Bandeali
|
d8cb56caa3
|
Add ReentrancyGuard contract
|
2018-08-24 17:30:56 -07:00 |
|
Amir Bandeali
|
044415e23d
|
Remove redundant sload from getCurrentContextAddress
|
2018-08-24 17:30:56 -07:00 |
|
Amir Bandeali
|
74ce893f52
|
Merge pull request #1003 from 0xProject/feature/contracts/roundup
[contracts] Add getPartialAmountCeil and isRoundingErrorCeil
|
2018-08-24 17:29:09 -07:00 |
|
Amir Bandeali
|
cc1fac9bbe
|
Fix linting errors
|
2018-08-24 17:02:42 -07:00 |
|
Amir Bandeali
|
94e01be9ed
|
Merge pull request #1021 from 0xProject/feature/contracts/skipselftransfer
[Contracts] Skip self transfers
|
2018-08-24 16:58:46 -07:00 |
|
Remco Bloemen
|
11328bd93d
|
Skip self-transfers
|
2018-08-24 16:26:48 -07:00 |
|
Remco Bloemen
|
bc686fcbf3
|
Stylistic fixes
|
2018-08-24 16:17:02 -07:00 |
|
Remco Bloemen
|
80291caf7c
|
Append -Floor to getPartialAmount and isRoundingError
|
2018-08-24 16:16:44 -07:00 |
|
Brandon Millman
|
cd5e9a5115
|
Merge pull request #1018 from 0xProject/fix/migrations/order-validator-testnet
[migrations] Add testnet network info to OrderValidator artifact
|
2018-08-24 16:06:10 -07:00 |
|
Amir Bandeali
|
82b51db17e
|
Merge pull request #1015 from 0xProject/feature/contracts/removeCallerSigType
Remove SignatureType.Caller
|
2018-08-24 15:09:39 -07:00 |
|
Brandon Millman
|
3557cd93fc
|
Add testnet network info to OrderValidator artifact
|
2018-08-24 14:42:07 -07:00 |
|
Amir Bandeali
|
0629a7d143
|
Remove remaining Trezor references
|
2018-08-24 14:40:00 -07:00 |
|
Greg Hysen
|
a27112cbef
|
SignatureType.Trezor -> SignatureType.EthSign in Signature Validator tests
|
2018-08-24 14:40:00 -07:00 |
|
Greg Hysen
|
d039a1adda
|
Fixed linter in signatureUtils
|
2018-08-24 14:40:00 -07:00 |
|
Greg Hysen
|
bb4d449e92
|
Test case for Trezor Model T signature
|
2018-08-24 14:40:00 -07:00 |
|
Greg Hysen
|
241534a63d
|
Fixed trezor personal message in client+contracts; added a test using message signed by Trezor One (firmware v1.6.2)
|
2018-08-24 14:40:00 -07:00 |
|
Amir Bandeali
|
1932aff35c
|
Remove Trezor SignatureType
|
2018-08-24 14:40:00 -07:00 |
|
Amir Bandeali
|
4f27991959
|
Remove SigntureType.Caller from signingUtils
|
2018-08-24 14:39:08 -07:00 |
|
Amir Bandeali
|
8ce4f9c784
|
Remove SignatureType.Caller
|
2018-08-24 14:39:08 -07:00 |
|
Amir Bandeali
|
7351bf0b14
|
Merge pull request #1012 from 0xProject/feature/contracts/staticcall
Use staticcall for external function calls in MixinSignatureValidator
|
2018-08-24 14:38:54 -07:00 |
|
Remco Bloemen
|
f6080367fe
|
Disambiguate the operator precedence
|
2018-08-24 14:11:45 -07:00 |
|
Remco Bloemen
|
7f78d7da9d
|
Add tests
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
6734f2f1bc
|
Add docs
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
0fb7617a78
|
Fix incorect modulus
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
4219af1430
|
Add DIVISION_BY_ZERO to getPartialAmount for consistency
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
c109d1f545
|
Remove .only
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
50fab9feb3
|
Improve getPartialAmountCeil docs
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
3dad6ee55e
|
Add tests for getPartialAmountCeil
|
2018-08-24 14:09:51 -07:00 |
|
Remco Bloemen
|
5d70df771b
|
Add isRoundingErrorCeil
|
2018-08-24 14:09:50 -07:00 |
|
Remco Bloemen
|
ab5df342e1
|
Add getPartialAmountCeil
|
2018-08-24 14:09:50 -07:00 |
|
Amir Bandeali
|
6a9669a409
|
Rethrow Wallet and Validator errors
|
2018-08-24 14:06:46 -07:00 |
|
Remco Bloemen
|
e68942ee78
|
Handle zero case
|
2018-08-24 13:45:10 -07:00 |
|
Remco Bloemen
|
4159e45aff
|
Update tests
|
2018-08-24 13:45:10 -07:00 |
|
Remco Bloemen
|
92497d7df4
|
Fix isRoundingError
|
2018-08-24 13:45:10 -07:00 |
|
Amir Bandeali
|
070eff6f3a
|
Rename TestStaticCall => TestStaticCallReceiver
|
2018-08-24 13:32:04 -07:00 |
|
Amir Bandeali
|
681ed822ec
|
Revert if undefined function called in AssetProxies
|
2018-08-24 13:19:07 -07:00 |
|
Amir Bandeali
|
0a1ae2c311
|
Remove pragma experimental v0.5.0 and use staticcall is assembly
|
2018-08-24 13:19:07 -07:00 |
|
Amir Bandeali
|
c5f8b9c2d2
|
Add pragma experimental v0.5.0 to SignatureValidator and add tests
|
2018-08-24 13:19:07 -07:00 |
|
Francesco Agosti
|
7f36574a57
|
Merge pull request #1011 from 0xProject/sra-api/rename/sra-spec
[sra-spec] Rename the sra-api package to sra-spec
|
2018-08-24 12:00:39 -07:00 |
|
fragosti
|
b637ca105a
|
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into sra-api/rename/sra-spec
|
2018-08-24 11:16:28 -07:00 |
|
fragosti
|
9ffddb47b8
|
Merge branch 'development' of https://github.com/0xProject/0x-monorepo into sra-api/rename/sra-spec
|
2018-08-24 11:14:34 -07:00 |
|
fragosti
|
7bcaac4e10
|
Ignore api.json in public
|
2018-08-24 11:11:56 -07:00 |
|
Fabio Berger
|
7f585a15f5
|
Publish
- 0x.js@1.0.1-rc.4
- @0xproject/abi-gen@1.0.6
- @0xproject/assert@1.0.6
- @0xproject/base-contract@2.0.0
- @0xproject/connect@2.0.0-rc.1
- @0xproject/contract-wrappers@1.0.1-rc.4
- contracts@2.1.41
- @0xproject/dev-utils@1.0.5
- ethereum-types@1.0.5
- @0xproject/fill-scenarios@1.0.1-rc.4
- @0xproject/forwarder-helper@1.0.1-rc.1
- @0xproject/json-schemas@1.0.1-rc.5
- @0xproject/metacoin@0.0.16
- @0xproject/migrations@1.0.5
- @0xproject/monorepo-scripts@1.0.6
- @0xproject/order-utils@1.0.1-rc.4
- @0xproject/order-watcher@1.0.1-rc.4
- @0xproject/react-docs@1.0.6
- @0xproject/react-shared@1.0.7
- @0xproject/sol-compiler@1.1.0
- @0xproject/sol-cov@2.1.0
- @0xproject/sol-resolver@1.0.6
- @0xproject/sra-api@1.0.1-rc.5
- @0xproject/sra-report@1.0.6
- @0xproject/subproviders@2.0.0
- @0xproject/testnet-faucets@1.0.42
- @0xproject/tslint-config@1.0.6
- @0xproject/types@1.0.1-rc.5
- @0xproject/typescript-typings@1.0.5
- @0xproject/utils@1.0.6
- @0xproject/web3-wrapper@2.0.0
- @0xproject/website@0.0.45
0x.js@1.0.1-rc.4
@0xproject/assert@1.0.6
@0xproject/base-contract@2.0.0
@0xproject/contract-wrappers@1.0.1-rc.4
@0xproject/dev-utils@1.0.5
@0xproject/fill-scenarios@1.0.1-rc.4
@0xproject/forwarder-helper@1.0.1-rc.1
@0xproject/json-schemas@1.0.1-rc.5
@0xproject/metacoin@0.0.16
@0xproject/migrations@1.0.5
@0xproject/monorepo-scripts@1.0.6
@0xproject/order-utils@1.0.1-rc.4
@0xproject/abi-gen@1.0.6
@0xproject/connect@2.0.0-rc.1
@0xproject/order-watcher@1.0.1-rc.4
@0xproject/react-docs@1.0.6
@0xproject/react-shared@1.0.7
@0xproject/sol-compiler@1.1.0
@0xproject/sol-cov@2.1.0
@0xproject/sol-resolver@1.0.6
@0xproject/sra-api@1.0.1-rc.5
@0xproject/sra-report@1.0.6
@0xproject/subproviders@2.0.0
@0xproject/testnet-faucets@1.0.42
@0xproject/tslint-config@1.0.6
@0xproject/types@1.0.1-rc.5
@0xproject/typescript-typings@1.0.5
@0xproject/utils@1.0.6
@0xproject/web3-wrapper@2.0.0
@0xproject/website@0.0.45
contracts@2.1.41
ethereum-types@1.0.5
monorepo@7f585a1
|
2018-08-24 19:11:27 +01:00 |
|
Fabio Berger
|
b38ef579fb
|
Updated CHANGELOGS
|
2018-08-24 19:11:10 +01:00 |
|
Fabio Berger
|
8427db36e9
|
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
* 'development' of github.com:0xProject/0x-monorepo:
Add documentation for connect v2
|
2018-08-24 18:59:01 +01:00 |
|
Fabio Berger
|
2d1c88c20d
|
Updated api.json
|
2018-08-24 18:58:34 +01:00 |
|
Fabio Berger
|
029ea52979
|
Small fixes to publish script
|
2018-08-24 18:58:12 +01:00 |
|
Francesco Agosti
|
a2b6255f40
|
Merge pull request #1010 from 0xProject/feature/website/connect-2-docs
[website] Add documentation for connect v2
|
2018-08-24 10:35:45 -07:00 |
|