xianny
9e9e0d6592
Publish
...
- @0x/contracts-asset-proxy@2.3.0-beta.2
- @0x/contracts-coordinator@2.1.0-beta.2
- @0x/contracts-dev-utils@0.1.0-beta.2
- @0x/contracts-erc1155@1.2.0-beta.2
- @0x/contracts-erc20@2.3.0-beta.2
- @0x/contracts-erc721@2.2.0-beta.2
- @0x/contracts-exchange-forwarder@3.1.0-beta.2
- @0x/contracts-exchange-libs@3.1.0-beta.2
- @0x/contracts-exchange@2.2.0-beta.2
- @0x/contracts-extensions@4.1.0-beta.2
- @0x/contracts-integrations@1.0.2
- @0x/contracts-multisig@3.2.0-beta.2
- @0x/contracts-staking@1.1.0-beta.2
- @0x/contracts-test-utils@3.2.0-beta.2
- @0x/contracts-tests@0.0.3
- @0x/contracts-utils@3.3.0-beta.2
- 0x.js@8.0.0-beta.1
- @0x/abi-gen-wrappers@5.4.0-beta.2
- @0x/abi-gen@4.4.0-beta.2
- @0x/assert@2.2.0-beta.2
- @0x/asset-buyer@6.2.0-beta.2
- @0x/asset-swapper@2.1.0-beta.2
- @0x/base-contract@5.5.0-beta.2
- @0x/connect@5.1.0-beta.2
- @0x/contract-addresses@3.3.0-beta.3
- @0x/contract-artifacts@2.3.0-beta.3
- @0x/contract-wrappers@12.2.0-beta.2
- @0x/contracts-gen@1.1.0-beta.2
- @0x/dev-utils@2.4.0-beta.2
- ethereum-types@2.2.0-beta.2
- @0x/instant@1.0.34
- @0x/json-schemas@4.1.0-beta.2
- @0x/migrations@4.4.0-beta.2
- @0x/monorepo-scripts@1.0.40
- @0x/order-utils@8.5.0-beta.2
- @0x/orderbook@0.1.0-beta.2
- @0x/sol-compiler@3.2.0-beta.2
- @0x/sol-coverage@3.1.0-beta.2
- @0x/sol-doc@2.1.0-beta.2
- @0x/sol-profiler@3.2.0-beta.2
- @0x/sol-resolver@2.1.0-beta.2
- @0x/sol-trace@2.1.0-beta.2
- @0x/sol-tracing-utils@6.1.0-beta.2
- @0x/sra-spec@2.1.0-beta.2
- @0x/subproviders@5.1.0-beta.2
- @0x/tslint-config@3.1.0-beta.2
- @0x/types@2.5.0-beta.2
- @0x/typescript-typings@4.4.0-beta.2
- @0x/utils@4.6.0-beta.2
- @0x/web3-wrapper@6.1.0-beta.2
2019-11-17 18:03:29 -05:00
xianny
cb5f9ba97d
Updated CHANGELOGS & MD docs
2019-11-17 18:03:13 -05:00
Michael Zhu
7f4cbba076
Refactor integrations directory structure; move core.ts, balance stores, and FillOrderWrapper to integrations
2019-11-15 09:49:20 -08:00
F. Eugene Aumson
f11d8a5bd8
@0x/order-utils refactors for v3: orderParsingUtils, signatureUtils, orderHashUtils, RevertErrors, transactionHashUtils ( #2321 )
...
* move orderParsingUtils from order-utils to connect
* Remove many functions from signatureUtils
Removed from the exported object, that is. All of them are used in
other existing code, so they were all moved to be as local to their
usage as possible.
* remove orderHashUtils.isValidOrderHash()
* Move all *RevertErrors from order-utils...
...into their respective @0x/contracts- packages.
* Refactor @0x/order-utils' orderHashUtils away
- Move existing routines into @0x/contracts-test-utils
- Migrate non-contract-test callers to a newly-exposed getOrderHash()
method in DevUtils.
* Move all *RevertErrors from @0x/utils...
...into their respective @0x/contracts- packages.
* rm transactionHashUtils.isValidTransactionHash()
* DevUtils.sol: Fail yarn test if too big to deploy
* Refactor @0x/order-utils transactionHashUtils away
- Move existing routines into @0x/contracts-test-utils
- Migrate non-contract-test callers to a newly-exposed
getTransactionHash() method in DevUtils.
* Consolidate `Removed export...` CHANGELOG entries
* Rm EthBalanceChecker from devutils wrapper exports
* Stop importing from '.' or '.../src'
* fix builds
* fix prettier; dangling promise
* increase max bundle size
2019-11-14 17:14:24 -05:00
Xianny
f0d7d10fe7
update abi-gen with new method interfaces ( #2325 )
...
* update abi-gen with new method interfaces
* wip: get all packages to build
* wip: get all packages to build
* Fix two contract wrapper calls
* Export necessary types part of the contract wrapper public interfaces
* Revive and fix wrapper_unit_tests
* Remove duplicate type
* Fix lib_exchange_rich_error_decoder tests
* Fix remaining test failures in contracts-* packages
* Prettier fixes
* remove transactionHelper
* lint and update changelogs
* Fix prettier
* Revert changes to reference docs
* Add back changelog already published and add revert changelog entry
* Add missing CHANGELOG entries
* Add missing comma
* Update mesh-rpc-client dep
* Update Mesh RPC logic in @0x/orderbook to v6.0.1-beta
* Align package versions
2019-11-14 11:22:29 -05:00
Michael Zhu
4f10d7f859
post-rebase woes
2019-11-12 13:10:34 -08:00
Michael Zhu
e7825206bf
asyncIterator polyfill
2019-11-12 12:06:01 -08:00
Michael Zhu
2b887c336a
devutils 😕
2019-11-12 12:05:39 -08:00
Michael Zhu
48ecd32d5d
address comments
2019-11-12 12:05:39 -08:00
Michael Zhu
1f5a0987cb
static tests, my nemesis
2019-11-12 12:05:39 -08:00
Michael Zhu
f33a9d162a
moveStake assertion; use SimulationEnvironment to track global stake and staking pools
2019-11-12 12:05:38 -08:00
Michael Zhu
c2919bcdb0
tslint needs to _chill_
2019-11-12 12:05:38 -08:00
Michael Zhu
120d554a6b
split up pool/stake management simulations, change some types
2019-11-12 12:05:38 -08:00
Michael Zhu
44f268a7ee
decouple state (SimulationEnvironment) and Simulation
2019-11-12 12:05:38 -08:00
Michael Zhu
3c7a0bcd85
add createStakingPool and decreaseStakingPoolOperatorShare
2019-11-12 12:05:14 -08:00
Michael Zhu
8e2e9e9331
proof of concept with a single actor and valid stakes/unstakes
2019-11-12 12:05:14 -08:00
Michael Zhu
91c26fc046
rename Result -> FunctionResult
2019-11-12 12:02:49 -08:00
fabioberger
03b7314550
Disable linter for txn returning PromiseWithTransactionHash
2019-11-12 19:24:29 +00:00
fabioberger
8bc5faff3c
Move DeploymentManager back into test dir since only used in integrations package
2019-11-12 16:55:36 +00:00
fabioberger
2a5f5f7312
Move deps to devDeps not used in src dir
2019-11-12 12:27:21 +00:00
fabioberger
fe54fbefbb
Improve comment in npmignores
2019-11-12 11:47:11 +00:00
fabioberger
aa4b3f93fa
Add ERC20 artifacts explicitly to TransactionHelper
2019-11-12 11:27:41 +00:00
fabioberger
efe8225d18
Fix import ordering
2019-11-12 10:52:04 +00:00
fabioberger
6324a92ec5
Refactor contracts-* exports so none in test dir so npmignore works as intended
2019-11-11 21:49:29 +00:00
fabioberger
86b76a3e75
Introduce publicFacingContracts config in all package.jsons, refactor all imports from src in contracts packages
2019-11-11 15:10:15 +00:00
fabioberger
5db1820123
Only export non-test source Solidity source-code
2019-11-11 11:46:03 +00:00
fabioberger
15a5bc02ef
Fix remaining build issues
2019-11-11 00:13:44 +00:00
fabioberger
f011be9347
Update all contracts-*is package.json, tsconfig.json, compiler.json, artifacts/ts and wrappers.js
2019-11-10 23:41:56 +00:00
fabioberger
4767882ed3
Add .npmignore to all contracts-* packages so we only publish the Solidity source and lib dir (minus tests)
2019-11-08 18:20:47 +00:00
fabioberger
3b9d84fa58
Publish
...
- @0x/contracts-asset-proxy@2.3.0-beta.1
- @0x/contracts-coordinator@2.1.0-beta.1
- @0x/contracts-dev-utils@0.1.0-beta.1
- @0x/contracts-erc1155@1.2.0-beta.1
- @0x/contracts-erc20@2.3.0-beta.1
- @0x/contracts-erc721@2.2.0-beta.1
- @0x/contracts-exchange-forwarder@3.1.0-beta.1
- @0x/contracts-exchange-libs@3.1.0-beta.1
- @0x/contracts-exchange@2.2.0-beta.1
- @0x/contracts-extensions@4.1.0-beta.1
- @0x/contracts-integrations@1.0.1
- @0x/contracts-multisig@3.2.0-beta.1
- @0x/contracts-staking@1.1.0-beta.1
- @0x/contracts-test-utils@3.2.0-beta.1
- @0x/contracts-tests@0.0.2
- @0x/contracts-utils@3.3.0-beta.1
- 0x.js@8.0.0-beta.0
- @0x/abi-gen-wrappers@5.4.0-beta.1
- @0x/abi-gen@4.4.0-beta.1
- @0x/assert@2.2.0-beta.1
- @0x/asset-buyer@6.2.0-beta.1
- @0x/asset-swapper@2.1.0-beta.1
- @0x/base-contract@5.5.0-beta.1
- @0x/connect@5.1.0-beta.1
- @0x/contract-addresses@3.3.0-beta.2
- @0x/contract-artifacts@2.3.0-beta.2
- @0x/contract-wrappers@12.2.0-beta.1
- @0x/contracts-gen@1.1.0-beta.1
- @0x/dev-utils@2.4.0-beta.1
- ethereum-types@2.2.0-beta.1
- @0x/instant@1.0.33
- @0x/json-schemas@4.1.0-beta.1
- @0x/migrations@4.4.0-beta.1
- @0x/monorepo-scripts@1.0.39
- @0x/order-utils@8.5.0-beta.1
- @0x/orderbook@0.1.0-beta.1
- @0x/sol-compiler@3.2.0-beta.1
- @0x/sol-coverage@3.1.0-beta.1
- @0x/sol-doc@2.1.0-beta.1
- @0x/sol-profiler@3.2.0-beta.1
- @0x/sol-resolver@2.1.0-beta.1
- @0x/sol-trace@2.1.0-beta.1
- @0x/sol-tracing-utils@6.1.0-beta.1
- @0x/sra-spec@2.1.0-beta.1
- @0x/subproviders@5.1.0-beta.1
- @0x/testnet-faucets@1.0.89
- @0x/tslint-config@3.1.0-beta.1
- @0x/types@2.5.0-beta.1
- @0x/typescript-typings@4.4.0-beta.1
- @0x/utils@4.6.0-beta.1
- @0x/web3-wrapper@6.1.0-beta.1
2019-11-07 20:43:12 +00:00
fabioberger
6fd96a6fd7
Updated CHANGELOGS & MD docs
2019-11-07 20:42:58 +00:00
Xianny
6a852ab0ed
Replace assetDataUtils with DevUtilsContract wherever possible ( #2304 )
...
* Replace assetDataUtils with DevUtilsContract wherever possible
Does not replace from @0x/instant and some @0x/order-utils uses
* Add revertIfInvalidAssetData to LibAssetData
This is needed to replace `assetDataUtils.decodeAssetDataOrThrow`.
Because it's used in packages and not only contracts, we should wait
to deploy the updated contract so we can update `@0x/contract-artifacts`,
`@0x/abi-gen-wrappers`, and `@0x/contract-wrappers` first.
* remove usages of signatureUtils
* fix test for optimised encoding
* refactor @0x/contracts-integrations
* update changelogs
* Move @0x/contracts-dev-utils from devDependencies to dependencies
It is exported as part of the package
2019-11-06 19:40:20 -08:00
xianny
deffdabc30
Revert "Updated CHANGELOGS & MD docs"
...
This reverts commit f65d8cc32529564a374fcd4674fa88493652ba0d.
2019-11-05 17:06:05 -08:00
xianny
8811a5387a
Revert "Publish"
...
This reverts commit 9336d4e545e55b1223be4a8871ee54a9b30499c6.
2019-11-05 17:05:58 -08:00
xianny
9336d4e545
Publish
...
- @0x/contracts-asset-proxy@2.3.0-beta.1
- @0x/contracts-coordinator@2.1.0-beta.1
- @0x/contracts-dev-utils@0.1.0-beta.1
- @0x/contracts-erc1155@1.2.0-beta.1
- @0x/contracts-erc20@2.3.0-beta.1
- @0x/contracts-erc721@2.2.0-beta.1
- @0x/contracts-exchange-forwarder@3.1.0-beta.1
- @0x/contracts-exchange-libs@3.1.0-beta.1
- @0x/contracts-exchange@2.2.0-beta.1
- @0x/contracts-extensions@4.1.0-beta.1
- @0x/contracts-integrations@1.0.1
- @0x/contracts-multisig@3.2.0-beta.1
- @0x/contracts-staking@1.1.0-beta.1
- @0x/contracts-test-utils@3.2.0-beta.1
- @0x/contracts-tests@0.0.2
- @0x/contracts-utils@3.3.0-beta.1
- 0x.js@7.1.0-beta.1
- @0x/abi-gen-wrappers@5.4.0-beta.1
- @0x/abi-gen@4.4.0-beta.1
- @0x/assert@2.2.0-beta.1
- @0x/asset-buyer@6.2.0-beta.1
- @0x/asset-swapper@2.1.0-beta.1
- @0x/base-contract@5.5.0-beta.1
- @0x/connect@5.1.0-beta.1
- @0x/contract-addresses@3.3.0-beta.1
- @0x/contract-artifacts@2.3.0-beta.1
- @0x/contract-wrappers@12.2.0-beta.1
- @0x/contracts-gen@1.1.0-beta.1
- @0x/dev-utils@2.4.0-beta.1
- ethereum-types@2.2.0-beta.1
- @0x/instant@1.0.33
- @0x/json-schemas@4.1.0-beta.1
- @0x/migrations@4.4.0-beta.1
- @0x/monorepo-scripts@1.0.39
- @0x/order-utils@8.5.0-beta.1
- @0x/orderbook@0.1.0-beta.1
- @0x/sol-compiler@3.2.0-beta.1
- @0x/sol-coverage@3.1.0-beta.1
- @0x/sol-doc@2.1.0-beta.1
- @0x/sol-profiler@3.2.0-beta.1
- @0x/sol-resolver@2.1.0-beta.1
- @0x/sol-trace@2.1.0-beta.1
- @0x/sol-tracing-utils@6.1.0-beta.1
- @0x/sra-spec@2.1.0-beta.1
- @0x/subproviders@5.1.0-beta.1
- @0x/testnet-faucets@1.0.89
- @0x/tslint-config@3.1.0-beta.0
- @0x/types@2.5.0-beta.1
- @0x/typescript-typings@4.4.0-beta.1
- @0x/utils@4.6.0-beta.1
- @0x/web3-wrapper@6.1.0-beta.1
2019-11-05 16:58:14 -08:00
xianny
f65d8cc325
Updated CHANGELOGS & MD docs
2019-11-05 16:58:00 -08:00
Alex Towle
62d15117c5
@0x:contracts-integrations
Removed the dependency on number_utils
from staking
2019-11-04 14:16:43 -08:00
Alex Towle
e557f2fb48
@0x:contracts-integrations
Added decimal.js
to dependencies so that number_utils
can be used
2019-11-04 09:39:00 -08:00
Alex Towle
911fcc0bed
@0x:contracts-integrations
Addressed review comments from @mzhu
2019-11-01 17:16:17 -07:00
Alex Towle
55fd16ccf1
@0x:contracts-integrations
Addressed review comments from @dorothy-zbornak
2019-11-01 12:04:24 -07:00
Alex Towle
ebab80cff7
@0x:contracts-integrations
Fixed test issues
2019-11-01 11:22:12 -07:00
Alex Towle
91cb162662
@0x:contracts-integrations
Added tests for weth protocol fees
2019-11-01 11:22:12 -07:00
Alex Towle
fa26f8de51
@0x:contracts-integrations
Refactored to reduce redundancy
2019-11-01 11:22:12 -07:00
Alex Towle
26602ac2db
@0x:contracts-integrations
Added assertions for events in all wrapper functions
2019-11-01 11:22:12 -07:00
Alex Towle
0b8af181d8
@0x:contracts-integrations
Refactored the wrapper tests to use newer tools
2019-11-01 11:22:12 -07:00
Alex Towle
19d661d324
@0x:contracts-integrations
Started to refactor the wrapper tests
2019-11-01 11:22:12 -07:00
Alex Towle
7d29b36246
@0x:contracts-integrations
Moved the wrapper tests into the integrations package
2019-11-01 11:21:52 -07:00
Michael Zhu
09d13b2bfa
default before/after in FunctionAssertion
2019-10-31 15:49:12 -07:00
Michael Zhu
af0de72bc3
address comments
2019-10-31 15:30:15 -07:00
Michael Zhu
43e32f6a1a
fix other lint errors
2019-10-31 15:30:15 -07:00