Lawrence Forman
|
b9d243e70e
|
@0x/order-utils: Add InitializationError, InvalidTuningValue to StakingRevertErrors.
|
2019-09-10 00:31:24 -04:00 |
|
Michael Zhu
|
1d6406bbd6
|
move operator from staking logic to vault, allow operator to decrease operatorShare
|
2019-09-09 16:29:19 -07:00 |
|
James Towle
|
c21bce9641
|
Merge pull request #2130 from 0xProject/feature/staking/protocol-fees
Feature/staking/protocol fees
|
2019-09-09 15:13:33 -07:00 |
|
Alex Towle
|
2fdd4e9760
|
@0x:contracts-staking Addressed some review comments
|
2019-09-09 10:25:19 -07:00 |
|
Amir Bandeali
|
67ef17f929
|
Consolidate TransactionSignatureError with SignatureError
|
2019-09-08 18:55:42 -07:00 |
|
Alex Towle
|
30fee43928
|
@0x:contracts-staking Added tests for protocol fees
|
2019-09-07 13:44:04 -07:00 |
|
Michael Zhu
|
86a28f0d19
|
New logic for makers joining pools
|
2019-09-06 16:09:35 -07:00 |
|
Greg Hysen
|
49baafadc1
|
updated changelogs
|
2019-09-05 12:37:54 -07:00 |
|
Greg Hysen
|
24e62feadf
|
Fixed linter
|
2019-09-05 12:27:44 -07:00 |
|
Greg Hysen
|
67079d96af
|
Got build to work after rebase
|
2019-09-05 12:27:43 -07:00 |
|
Greg Hysen
|
d1b004ffc1
|
Some readability plus updated changelogs
|
2019-09-05 12:26:04 -07:00 |
|
Greg Hysen
|
da83f75a13
|
Readability Improvements
|
2019-09-05 11:54:16 -07:00 |
|
Greg Hysen
|
7e5e2241cb
|
Rich Reverts in new staking mechanics
|
2019-09-05 11:50:22 -07:00 |
|
Lawrence Forman
|
cb1dc92594
|
@0x/order-utils: Rename OperatorShareMustBeBetween0And100Error RevertError type to InvalidPoolOperatorShareError.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
495bf08498
|
@0x/utils: Update CHANGELOG.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
a1a5bdce78
|
@0x/order-utils: Prettier.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
b10036444d
|
@0x/order-utils: Add TransactionInvalidContextError to the RevertError registry.
|
2019-09-04 20:18:55 -04:00 |
|
Lawrence Forman
|
f71484c9f0
|
@0x/order-utils: Add TransactionGasPriceError to error registry.
|
2019-09-04 20:16:44 -04:00 |
|
Lawrence Forman
|
7b5e3dab17
|
@0x/contracts-staking: Add rich reverts.
`@0x/utils`: Add `LibFixedMath` `RevertError` types.
`@0x/order-utils`: Add `InvalidCobbDouglasAlphaerror` `RevertError` type.
|
2019-09-04 20:15:15 -04:00 |
|
Amir Bandeali
|
f792d403e5
|
Add new rich revert errors
|
2019-09-03 20:11:47 -07:00 |
|
Amir Bandeali
|
fd4d10e7a4
|
Create EIP1271SignatureError rich revert
|
2019-09-02 11:37:39 -07:00 |
|
mzhu25
|
c926a586d2
|
Merge pull request #2103 from 0xProject/feature/contracts-staking/rich-reverts
Staking RichErrors and cleanup
|
2019-08-26 17:32:05 -07:00 |
|
Michael Zhu
|
9b957524a5
|
replace abi.encodeWithSelector calls with bytes constant + other nits
|
2019-08-26 16:58:56 -07:00 |
|
Michael Zhu
|
2c15b3f9bd
|
remove staking RevertReasons from TS types, ExchangeAlreadyRegisteredError -> ExchangeAddressAlreadyRegisteredError
|
2019-08-26 15:49:09 -07:00 |
|
Michael Zhu
|
dbda3a04b2
|
update tests to use RichErrors
|
2019-08-26 15:49:09 -07:00 |
|
Michael Zhu
|
52ef745f7c
|
run codegen script
|
2019-08-26 15:49:08 -07:00 |
|
Amir Bandeali
|
020e7609c3
|
Add assetProxyId param to AssetProxyExistsError
|
2019-08-25 17:06:37 -07:00 |
|
Amir Bandeali
|
5e51233b49
|
Address PR feedback
|
2019-08-22 17:11:50 -07:00 |
|
Amir Bandeali
|
37cc948741
|
Add TransactionInvalidContextError class
|
2019-08-22 17:04:15 -07:00 |
|
Amir Bandeali
|
f32732db1c
|
Add TransactionGasPriceError rich revert class
|
2019-08-22 17:04:15 -07:00 |
|
Amir Bandeali
|
59369cea2a
|
Update transaction hashing and tests
|
2019-08-22 17:04:14 -07:00 |
|
mzhu25
|
4f1525fe27
|
Merge pull request #1987 from 0xProject/feature/contracts/3.0/remove-forwarder-fee-abstraction
Remove Forwarder fee abstraction and revamp tests
|
2019-08-22 10:55:10 -07:00 |
|
Greg Hysen
|
697e5df52d
|
Added changelog entries and cleaned up merge
|
2019-08-21 13:05:11 -07:00 |
|
Greg Hysen
|
a02f96c913
|
ran prettier
|
2019-08-21 13:04:16 -07:00 |
|
Greg Hysen
|
36b76550e0
|
Working towards maker signature validation
|
2019-08-21 13:04:14 -07:00 |
|
Lawrence Forman
|
c3bff31cc4
|
@0x/order-utils: Update CHANGELOG and run prettier.
|
2019-08-21 10:59:34 -04:00 |
|
Lawrence Forman
|
c659477358
|
@0x/order-utils: Consolidate FillOrKill errors into IncompleteFillError.
|
2019-08-21 10:59:34 -04:00 |
|
Lawrence Forman
|
8c06d660ea
|
Update CHANGELOGs with PR numbers.
|
2019-08-21 10:59:34 -04:00 |
|
Lawrence Forman
|
fb38867e78
|
Ran prettier
|
2019-08-21 10:59:34 -04:00 |
|
Lawrence Forman
|
fb6e8a4608
|
@0x/order-utils: Add takerAssetFillAmount field to IncompleteFillError type.
`@0x/order-utils`: Add `IncompleteMarketSellError` and `IncompleteMarketBuyError` `RevertError` types.
|
2019-08-21 10:59:34 -04:00 |
|
Michael Zhu
|
9f4fe259f9
|
update some RichErrors and @return directives per comments
|
2019-08-20 17:24:59 -07:00 |
|
Michael Zhu
|
f1c51bd0db
|
refactor + revert when takerFeeAssetData is neither WETH nor makerAssetData
|
2019-08-20 17:24:59 -07:00 |
|
Michael Zhu
|
f8025feda2
|
update tests to use RevertErrors
|
2019-08-20 17:24:58 -07:00 |
|
Alex Towle
|
22c8a25a26
|
Merge branch 'development' into 3.0
|
2019-08-19 11:13:21 -07:00 |
|
Lawrence Forman
|
921e78c9e2
|
Update changelogs
|
2019-08-09 22:15:33 -04:00 |
|
Lawrence Forman
|
6752fc9fe5
|
@0x/order-utils: Add ExchangeRevertErrors.SignatureErrorCode.InvalidSigner.
|
2019-08-09 22:15:33 -04:00 |
|
xianny
|
f394d7dba9
|
Publish
- @0x/contracts-asset-proxy@2.2.5
- @0x/contracts-coordinator@2.0.10
- @0x/contracts-dev-utils@0.0.7
- @0x/contracts-erc1155@1.1.12
- @0x/contracts-erc20@2.2.11
- @0x/contracts-erc721@2.1.12
- @0x/contracts-exchange-forwarder@3.0.9
- @0x/contracts-exchange-libs@3.0.5
- @0x/contracts-exchange@2.1.11
- @0x/contracts-extensions@4.0.5
- @0x/contracts-multisig@3.1.11
- @0x/contracts-test-utils@3.1.13
- @0x/contracts-utils@3.2.1
- 0x.js@6.0.15
- @0x/abi-gen-templates@2.4.1
- @0x/abi-gen-wrappers@5.2.0
- @0x/abi-gen@4.1.0
- @0x/assert@2.1.3
- @0x/asset-buyer@6.1.11
- @0x/asset-swapper@1.0.1
- @0x/base-contract@5.3.1
- @0x/connect@5.0.16
- @0x/contract-addresses@3.0.3
- @0x/contract-artifacts@2.0.4
- @0x/contract-wrappers@11.0.0
- @0x/contracts-gen@1.0.13
- @0x/dev-utils@2.3.0
- @0x/fill-scenarios@3.0.16
- @0x/instant@1.0.28
- @0x/json-schemas@3.1.13
- @0x/migrations@4.2.0
- @0x/monorepo-scripts@1.0.34
- @0x/order-utils@8.2.5
- @0x/order-watcher@4.0.17
- @0x/python-contract-wrappers@1.0.3
- @0x/sol-compiler@3.1.12
- @0x/sol-coverage@3.0.9
- @0x/sol-doc@2.0.16
- @0x/sol-profiler@3.1.11
- @0x/sol-trace@2.0.17
- @0x/sol-tracing-utils@6.0.16
- @0x/sra-spec@2.0.14
- @0x/subproviders@5.0.1
- @0x/testnet-faucets@1.0.84
- @0x/utils@4.5.0
- @0x/web3-wrapper@6.0.10
- @0x/website@0.0.87
|
2019-08-08 13:58:46 -07:00 |
|
xianny
|
ca595cd8cf
|
Updated CHANGELOGS
|
2019-08-08 13:58:30 -07:00 |
|
xianny
|
0869c0d8b0
|
Revert "Updated CHANGELOGS"
This reverts commit b456c3f953.
|
2019-08-08 11:47:30 -07:00 |
|
xianny
|
b456c3f953
|
Updated CHANGELOGS
|
2019-08-08 11:41:38 -07:00 |
|