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
Lawrence Forman
30c72daed5
@0x/order-utils
: Remove TransferFailedError
from ForwarderRevertErrors
(for real this time).
2019-11-01 13:36:07 -04:00
Lawrence Forman
0c064bf85b
Update changelogs.
2019-11-01 13:36:07 -04:00
Lawrence Forman
c8ef10baaf
@0x/contracts-utils
: Use simple assembly instead of abi.decode()
in LibERC20Token._callWithOptionalBooleanResult()
.
...
`@0x/contracts-exchange-forwarder`: Use `LibERC20Token` in `MixinAssets`.
`@0x/order-utils`: Remove `TransferFailedError` from `ForwarderRevertErrors`.
2019-11-01 13:36:07 -04:00
Alex Towle
133a4dc4e1
@0x:contract-artifacts
Trimmed artifacts and ran prettier
2019-10-31 10:21:40 -07:00
Alex Towle
c7945a542e
@0x:abi-gen-wrappers
Added exports
2019-10-31 10:18:41 -07:00
Alex Towle
b4e00baa07
@0x:artifacts
Added the Staking and StakingProxy artifacts
2019-10-31 10:18:40 -07:00
Amir Bandeali
77fa97f259
Update DevUtils, Forwarder, and Coordinator addresses for each testnet
2019-10-28 17:40:50 -07:00
Amir Bandeali
3ac5d9add5
Add DevUtils, Forwarder, and Coordinator to testnet migrations
2019-10-28 17:40:45 -07:00
Amir Bandeali
cab89f312a
Update CHANGELOG
2019-10-28 16:55:54 -07:00
Amir Bandeali
8972475389
Update testnet migrations and verifications
2019-10-28 16:55:54 -07:00
Amir Bandeali
330f2d54e2
Update contract-addresses with new testnet deployments
2019-10-28 16:55:54 -07:00
Amir Bandeali
42468c3fa2
Remove read-only proxy from contract addresses and migrations
2019-10-27 11:12:22 -07:00
F. Eugene Aumson
0067f10a6a
@0x/utils: fix wrong RPC method in getChainIdAsync() ( #2270 )
...
It was using net_version, but it should be using the eth_chainId method
introduced in EIP-695. I'm not sure whether/how the network ID differs
from the chain ID on mainnet and the testnets, but in Ganache in
particular, the network ID is 50 while the chain ID is 1337, and this
difference was causing problems for Python tests. Specifically, the
Web3.py interface `Web3.eth.chainId` invokes the eth_chainId method, and
the result feeds into the order hash, which wasn't lining up with the
non-Python side of things.
2019-10-25 21:08:31 -04:00
Greg Hysen
c44e16a88f
Removed assertion that protocol fee != 0 from staking contract.
2019-10-22 12:42:04 -07:00
Amir Bandeali
fd9084b345
Add PoolNotFinalizedError rich revert
2019-10-21 22:27:06 -07:00
Amir Bandeali
820b40e227
Import ZeroExGovernor instead of AssetProxyOwner in testnet migrations
2019-10-18 16:31:38 -07:00
Amir Bandeali
caf6329bb3
Merge branch '3.0' into feat/3.0/testnet-migrations
2019-10-17 17:13:12 -07:00
fabioberger
9114510c00
Add enum-naming linter ignore to wrappers to fix linter issue with URL
in ERC1155Mintable
2019-10-17 12:16:42 +09:00
fabioberger
2dbda6fc42
Deploy ERC1155Mintable in migration
2019-10-17 12:16:08 +09:00
fabioberger
eae4001622
Update ganache-cli version in migration dockerfile
2019-10-17 12:16:08 +09:00
fabioberger
727d0498b6
Export ERC1155Mintable from abi-gen-wrapper
2019-10-17 12:16:08 +09:00
fabioberger
e43f2d39bf
Add ERC1155Mintable to artifacts and abi-gen-wrappers packages
2019-10-17 12:16:08 +09:00
Xianny
0e90b0e7d0
Make wrappers small again ( #2243 )
...
* introduce --debug option to abi-gen and remove debug functions from @0x/abi-gen-wrappers
* make evmExecAsync protected; ignore deployedBytecode in doc comment
* trim deployedBytecode so it's undefined unless a contract has pure functions
* remove validateAndSendTransactionAsync
* Create `AwaitTransactionSuccessOpts` and `SendTransactionOpts` types
* Remove duplicate types `IndexedFilterValues`, `DecodedLogEvent`, `EventCallback` from `@0x/base-contract`
2019-10-16 09:38:34 -07:00
Lawrence Forman
a22ba8647c
Update changelogs
2019-10-10 09:41:57 +09:00
Lawrence Forman
09c0b83fe3
@0x/utils
: Consolidated FixedMathRevertErrors
2019-10-10 09:16:01 +09:00
Lawrence Forman
a42f3d189c
@0x/contracts-staking
: Implement better overflow detection in LibFixedMath
.
2019-10-10 09:16:01 +09:00
Amir Bandeali
ac75053f69
Remove unused rich revert
2019-10-09 17:15:25 +09:00
Greg Hysz
7ac7f45c4a
Merge pull request #2250 from 0xProject/cleanup/staking/simplifyMakers
...
Simplify Makers Interactions with Staking Pools
2019-10-08 11:25:07 +09:00
Lawrence Forman
93725ecec0
Merge pull request #2233 from 0xProject/feat/erc20-bridge/uniswap
...
UniswapBridge
2019-10-08 10:31:47 +09:00
Lawrence Forman
53df2130ea
@0x/contracts-asset-proxy
: Remove only
modifier on uniswap tests.
2019-10-08 09:27:53 +09:00
Greg Hysen
a0f5a8b64b
Simplify Makers Interactions with Staking Pools.
...
- No longer an upper limit on how many makers can be in a pool.
- No longer a handshake for a maker to join a pool.
- No longer any special powers given to makers.
- Pool Id starts at 1 and increments by 1.
2019-10-08 06:00:24 +09:00
Michael Zhu
52fc7517f9
Remove approval expirations, address other comments
2019-10-06 12:45:48 -07:00
Michael Zhu
9b922f746b
Update coordinator tests
2019-10-06 12:44:58 -07:00
Michael Zhu
0e7387550c
Update contracts
2019-10-06 12:44:58 -07:00
Amir Bandeali
6be5552944
fix static tests
2019-10-04 17:17:07 -07:00
fabioberger
2020d87824
Fix dist tag issue in publish script
2019-10-04 20:44:18 +08:00
Amir Bandeali
ac1063dd68
Merge branch '3.0' into feat/3.0/testnet-migrations
2019-10-03 23:04:07 -07:00
fabioberger
b8e01d7be5
Add beta version to next tslint-config release
2019-10-04 13:28:25 +08:00
Jacob Evans
d4729e2669
Increase HEAP space for Instant
2019-10-03 17:47:33 -07:00
Jacob Evans
52d38c63de
HACK the types until Mesh RPC client is published
2019-10-03 16:40:42 -07:00
Jacob Evans
4be83de7e5
Remove dev tools pages
2019-10-03 16:25:46 -07:00
Jacob Evans
c60d1e50c5
Publish
...
- @0x/contracts-asset-proxy@2.3.0-beta.0
- @0x/contracts-coordinator@2.1.0-beta.0
- @0x/contracts-dev-utils@0.1.0-beta.0
- @0x/contracts-erc1155@1.2.0-beta.0
- @0x/contracts-erc20@2.3.0-beta.0
- @0x/contracts-erc721@2.2.0-beta.0
- @0x/contracts-exchange-forwarder@3.1.0-beta.0
- @0x/contracts-exchange-libs@3.1.0-beta.0
- @0x/contracts-exchange@2.2.0-beta.0
- @0x/contracts-extensions@4.1.0-beta.0
- @0x/contracts-multisig@3.2.0-beta.0
- @0x/contracts-staking@1.1.0-beta.0
- @0x/contracts-test-utils@3.2.0-beta.0
- @0x/contracts-utils@3.3.0-beta.0
- 0x.js@7.1.0-beta.0
- @0x/abi-gen-wrappers@5.4.0-beta.0
- @0x/abi-gen@4.3.0-beta.0
- @0x/assert@2.2.0-beta.0
- @0x/asset-buyer@6.2.0-beta.0
- @0x/asset-swapper@2.1.0-beta.0
- @0x/base-contract@5.5.0-beta.0
- @0x/connect@5.1.0-beta.0
- @0x/contract-addresses@3.3.0-beta.0
- @0x/contract-artifacts@2.3.0-beta.0
- @0x/contract-wrappers@12.2.0-beta.0
- @0x/contracts-gen@1.1.0-beta.0
- @0x/dev-utils@2.4.0-beta.0
- ethereum-types@2.2.0-beta.0
- @0x/instant@1.0.32
- @0x/json-schemas@4.1.0-beta.0
- @0x/migrations@4.4.0-beta.0
- @0x/monorepo-scripts@1.0.38
- @0x/order-utils@8.5.0-beta.0
- @0x/orderbook@0.1.0-beta.0
- @0x/sol-compiler@3.2.0-beta.0
- @0x/sol-coverage@3.1.0-beta.0
- @0x/sol-doc@2.1.0-beta.0
- @0x/sol-profiler@3.2.0-beta.0
- @0x/sol-resolver@2.1.0-beta.0
- @0x/sol-trace@2.1.0-beta.0
- @0x/sol-tracing-utils@6.1.0-beta.0
- @0x/sra-spec@2.1.0-beta.0
- @0x/subproviders@5.1.0-beta.0
- @0x/testnet-faucets@1.0.88
- @0x/types@2.5.0-beta.0
- @0x/typescript-typings@4.4.0-beta.0
- @0x/utils@4.6.0-beta.0
- @0x/web3-wrapper@6.1.0-beta.0
2019-10-03 14:10:22 -07:00
Jacob Evans
501f5ad3de
Updated CHANGELOGS & MD docs
2019-10-03 14:10:00 -07:00
fabioberger
6d462b0598
Fix prettier
2019-10-03 15:28:06 +08:00
fabioberger
3832c66ad0
Exclude unready packages from install step as well
2019-10-03 15:08:05 +08:00
fabioberger
57028069c0
Don't run test-publish for contract-coordinator and contracts-extensions since they're not ready yet
2019-10-03 14:32:55 +08:00
fabioberger
8d84ac9cf8
increase maxBuffer on exec call
2019-10-03 14:07:06 +08:00
fabioberger
f18e2a09e6
Change publish script so that we don't generate MD docs unless it's an actual publish
2019-10-03 10:59:31 +08:00