Fabio Berger
71d15a68c1
immediately return the patch incremented version if no changelog entries exist
2018-11-21 17:27:27 +00:00
Fabio B
3273117888
Merge pull request #1301 from 0xProject/feature/migrationsDocRef
...
Add Migrations Doc Ref
2018-11-21 17:06:32 +00:00
Fabio Berger
8ea2eb9102
Put python package above TS/JS packages
2018-11-21 17:05:11 +00:00
Fabio Berger
f27fef0295
Reduce title size
2018-11-21 15:17:04 +00:00
Fabio Berger
36974a9557
reduce text side in README
2018-11-21 15:16:26 +00:00
Fabio Berger
584dc6217d
Merge branch 'development' of github.com:0xProject/0x-monorepo into development
...
* 'development' of github.com:0xProject/0x-monorepo:
Add additional CHANGELOG to types package
Add CHANGELOG entry
Fix prettier
Fix `SimpleContractArtifact` type
Update abi-gen-wrappers
Add @0x/types to dependencies of `@0x/abi-gen-wrappers`
Allow a `SimpleContractArtifact` to be passed into `deployFrom0xArtifactAsync`
Update issue template
fix(instant): Use new valid svg image for instant
isDisabled -> isInputDisabled
Allow user to select other token on success
fix: do not use document on import
fix(instant): Don't allow changing of assets when order processing
fix: npmignore file ignoring index.d.ts
fix: specify new location of index.js in package.json
feat: fix instant build and add to project references
chore: make instant public
2018-11-21 15:14:26 +00:00
Fabio Berger
edf07d9b5b
Improve top-level README
2018-11-21 15:13:58 +00:00
Francesco Agosti
f66b695a47
Merge pull request #1283 from 0xProject/feature/instant/make-instant-public-and-fix-publishing
...
[instant] Make package public and fix publishing
2018-11-21 06:38:21 -08:00
Fabio Berger
61b3305af3
Fix prettier
2018-11-21 13:26:58 +00:00
Fabio Berger
e2b3c98d25
remove unused flag
2018-11-21 11:56:45 +00:00
Fabio Berger
39429dde68
Add CHANGELOG entry
2018-11-21 11:54:24 +00:00
Fabio Berger
baf69a60eb
Fix additional comments
2018-11-21 11:53:50 +00:00
Fabio Berger
a90be44c9f
Improve comments
2018-11-21 11:48:07 +00:00
Fabio Berger
fb7ac81945
Add migrations, contract-addresses and contract-artifacts to Developers home
2018-11-21 11:47:45 +00:00
Fabio Berger
db26ca977f
Create migrations doc reference page
2018-11-21 11:47:24 +00:00
Fabio B
a8803431b3
Merge pull request #1298 from 0xProject/fix/artifact-type-error
...
Fix Artifact Interface Type Issue
2018-11-21 11:16:26 +00:00
Fabio Berger
2821bac3a3
Add additional CHANGELOG to types package
2018-11-21 10:44:20 +00:00
Fabio Berger
716168132a
Add CHANGELOG entry
2018-11-21 10:39:10 +00:00
Fabio Berger
0244d04a55
Fix prettier
2018-11-21 00:11:25 +00:00
Fabio Berger
895281989c
Fix SimpleContractArtifact type
2018-11-20 23:43:05 +00:00
Fabio Berger
21f39079c8
Update abi-gen-wrappers
2018-11-20 23:42:35 +00:00
Fabio Berger
c2ebcfb023
Add @0x/types to dependencies of @0x/abi-gen-wrappers
2018-11-20 23:15:53 +00:00
Steve Klebanoff
15f05733be
Merge pull request #1290 from 0xProject/fix/instant/disable-token-picker
...
[instant] Don't allow changing of assets when order in progress
2018-11-20 15:08:27 -08:00
Steve Klebanoff
7741edbbcc
Merge pull request #1296 from 0xProject/fix/instant/svg-warning
...
[instant] Replace "Powered By 0x" svg
2018-11-20 15:08:07 -08:00
Fabio Berger
4b64d8c3aa
Allow a SimpleContractArtifact to be passed into deployFrom0xArtifactAsync
2018-11-20 23:06:46 +00:00
Fabio Berger
48aec9ef47
Update issue template
2018-11-20 22:38:36 +00:00
Steve Klebanoff
1a7b167f63
fix(instant): Use new valid svg image for instant
2018-11-20 14:23:55 -08:00
Steve Klebanoff
b7eb2e887d
isDisabled -> isInputDisabled
2018-11-20 13:59:09 -08:00
Steve Klebanoff
7ad5dbc59d
Allow user to select other token on success
2018-11-20 09:51:14 -08:00
Steve Klebanoff
ba41fc9275
Merge pull request #1272 from 0xProject/feature/instant/heap
...
[instant] Base heap integration
2018-11-20 09:23:34 -08:00
Steve Klebanoff
36e888c3a5
Merge pull request #1287 from 0xProject/feature/instant/add-powered-by
...
[instant] Add "Powered By 0x"
2018-11-20 09:05:28 -08:00
Leonid Logvinov
6939182348
Merge pull request #1292 from 0xProject/feature/nonce-tx-opts
...
Add `nonce` to `TxOpts`
2018-11-20 16:54:36 +01:00
Fabio B
7a38a196ad
Update packages/contract-wrappers/src/types.ts
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2018-11-20 16:42:49 +01:00
Fabio B
0c91bf1415
Update packages/contract-wrappers/CHANGELOG.json
...
Co-Authored-By: LogvinovLeon <logvinov.leon@gmail.com >
2018-11-20 16:32:34 +01:00
Leonid Logvinov
e1bc3f3f2d
Add nonce to TxOpts
2018-11-20 15:59:33 +01:00
Leonid Logvinov
e5cfc94cd2
Merge pull request #1291 from 0xProject/feature/web3-unmarshalling
...
[@0x/web3-wrapper] Properly unmarshall `TransactionReceiptRPC` to `TransactionReceipt`
2018-11-20 15:37:48 +01:00
Leonid Logvinov
22cfdd9f0b
Properly unmarshall TransactionReceiptRPC to TransactionReceipt
2018-11-20 15:22:06 +01:00
Steve Klebanoff
0ba34f587c
Import via TS
2018-11-19 17:12:32 -08:00
Steve Klebanoff
e86982bd41
Add ability to import SVGs in TS
2018-11-19 17:12:21 -08:00
fragosti
6de499459c
fix: do not use document on import
2018-11-19 17:10:47 -08:00
Steve Klebanoff
3169b72406
fix(instant): Don't allow changing of assets when order processing
2018-11-19 17:04:15 -08:00
Steve Klebanoff
db6b2cbb05
Fix linting
2018-11-19 16:38:56 -08:00
Steve Klebanoff
a1b7f0ad83
Use anchor instead of Text
2018-11-19 16:36:51 -08:00
Steve Klebanoff
578a46c57f
feat(instant): Add powered by 0x image
2018-11-19 16:28:40 -08:00
fragosti
9ab55fd07d
fix: npmignore file ignoring index.d.ts
2018-11-19 16:22:05 -08:00
Steve Klebanoff
497385818b
Check for instant heap production credentials in pre-publish step
2018-11-19 15:38:09 -08:00
Steve Klebanoff
c30ae762bf
Merge branch 'development' into feature/instant/heap
2018-11-19 14:48:36 -08:00
Brandon Millman
953f8c119b
Merge pull request #1276 from 0xProject/test/instant/bundle-size
...
[asset-buyer][instant] downgrade lodash to be consistent with the rest of 0x packages
2018-11-19 12:44:06 -08:00
Brandon Millman
6119bd3115
Merge pull request #1271 from 0xProject/feature/instant/icons
...
[instant] Add icons to token selector
2018-11-19 12:41:50 -08:00
Steve Klebanoff
1880c7c27d
Linting: rename variable
2018-11-19 12:14:27 -08:00