Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove Dharma integration from Website | Fabio Berger | 2018-04-03 | 1 | -250/+41 |
| | |||||
* | Remove remaining unused deps | Fabio Berger | 2018-04-03 | 1 | -1148/+96 |
| | |||||
* | Update yarn.lock | Fabio Berger | 2018-04-03 | 1 | -0/+23 |
| | |||||
* | Fix yarn | Fabio Berger | 2018-04-03 | 1 | -40/+4 |
| | |||||
* | Stop using utils | Fabio Berger | 2018-04-03 | 1 | -26/+0 |
| | |||||
* | Update yarn.lock | Fabio Berger | 2018-04-03 | 1 | -40/+71 |
| | |||||
* | Updated CHANGELOGS | Leonid Logvinov | 2018-04-02 | 1 | -54/+1 |
| | |||||
* | Fix version | Leonid Logvinov | 2018-04-02 | 1 | -1/+64 |
| | |||||
* | Fix contracts and artifacts paths | Leonid Logvinov | 2018-04-02 | 1 | -10/+0 |
| | |||||
* | Add metacoin example project | Leonid Logvinov | 2018-04-02 | 1 | -18/+3 |
| | |||||
* | Update moment, no longer need separate moment types | Fabio Berger | 2018-04-02 | 1 | -11/+1 |
| | |||||
* | Add more logging | Fabio Berger | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Fix semver-sort version | Fabio Berger | 2018-03-29 | 1 | -1/+1 |
| | |||||
* | Update Yarn lock and fix dep versions | Fabio Berger | 2018-03-29 | 1 | -7/+11 |
| | |||||
* | Move common types out of web3 types | Leonid Logvinov | 2018-03-27 | 1 | -15/+0 |
| | |||||
* | Add clean-state tests | Leonid Logvinov | 2018-03-27 | 1 | -809/+1428 |
| | |||||
* | Merge branch 'development' into feature/deployer-improvements | Leonid Logvinov | 2018-03-24 | 1 | -1/+1 |
|\ | |||||
| * | Update yarn.lock | Fabio Berger | 2018-03-20 | 1 | -1/+1 |
| | | |||||
* | | Support proper semver version ranges | Leonid Logvinov | 2018-03-21 | 1 | -0/+4 |
|/ | |||||
* | Update yarn.lock | Brandon Millman | 2018-03-20 | 1 | -3/+30 |
| | |||||
* | Merge branch 'development' into feature/sra-report/collection-tests | Brandon Millman | 2018-03-20 | 1 | -0/+4 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (26 commits) Change title Add Blake and Zach to About page Re-size Jacob and Tom's images Manually publish 0x.js back to a working state Publish Publish Fix 0x.js assets Remove assets from connect and _bundles from packages that don't generate the folder Publish Fix packages that aren't working as expected Make new packages default to public on publish Add new public packages to top-level README Update top-level package.json Fix incorrect new versions Fix path to assets Publish Updated CHANGELOGS Fix quotation marks Add a complex test for ast visitor Move opcodes to constants ... | ||||
| * | Fix packages that aren't working as expected | Fabio Berger | 2018-03-19 | 1 | -0/+4 |
| | | |||||
* | | WIP | Brandon Millman | 2018-03-16 | 1 | -20/+3 |
| | | |||||
* | | Fix yarn.lock | Brandon Millman | 2018-03-16 | 1 | -23/+6 |
| | | |||||
* | | Merge branch 'development' into feature/sra-report/collection-tests | Brandon Millman | 2018-03-16 | 1 | -919/+2556 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (97 commits) Keep console.log in monorepo-scripts Enable coverage for all other packages with tests Fix parallel coverage results reporting Fix linter issuesx Remove outdated comment Add script copying to build command Add postpublish script to sol-cov Move configuration into package.json configs section Transform input data before encoding for callAsync and getABIEncodedTransactionData Update CHANGELOGs Consolidate all console.log into the @0xproject/utils package Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Consolidate docs generation and uploading logic Use async/await instead of promise syntax Move changelog entry ... | ||||
| * | Fix parallel coverage results reporting | Leonid Logvinov | 2018-03-15 | 1 | -12/+158 |
| | | |||||
| * | Merge branch 'development' into convertScriptsToTs | Fabio Berger | 2018-03-14 | 1 | -891/+2400 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Transform input data before encoding for callAsync and getABIEncodedTransactionData Update coverage badge to show development coverage Configure post build hook Notify coveralls after all tasks have finished Address feedback Revert "Report all coverage reports together" Separate published packages and typescript typings on README Report all coverage reports together Add other statement types Properly and consistently parse ENV vars Add forgotten file Start using solidity-parser-antlr Fix the default always overriding to address Submit a TD PR Add an explanatory comment for making ranges unique Fix a typo in handling env variables Introduce TESTRPC_FIRST_ADDRESS Make BlockchainLifecycle accept only web3Wrapper Fix comments Fix deployer CHANGELOG ... # Conflicts: # README.md # packages/deployer/package.json # packages/subproviders/src/globals.d.ts # yarn.lock | ||||
| | * | Revert "Report all coverage reports together" | Leonid Logvinov | 2018-03-14 | 1 | -158/+12 |
| | | | | | | | | | | | | This reverts commit 11ed5d62baa0cce4014afaf6986a0745cc853bef. | ||||
| | * | Report all coverage reports together | Leonid Logvinov | 2018-03-13 | 1 | -12/+158 |
| | | | |||||
| | * | Start using solidity-parser-antlr | Leonid Logvinov | 2018-03-13 | 1 | -0/+4 |
| | | | |||||
| | * | Add support for async calls under coverage | Leonid Logvinov | 2018-03-12 | 1 | -5/+5 |
| | | | |||||
| | * | Disable completed docs rule | Leonid Logvinov | 2018-03-12 | 1 | -47/+17 |
| | | | |||||
| | * | Add sol-cover implementation | Leonid Logvinov | 2018-03-12 | 1 | -885/+2420 |
| | | | |||||
| * | | Re-add linter to monorepo-scripts but with tslint-config dep at earlier ↵ | Fabio Berger | 2018-03-13 | 1 | -0/+7 |
| |/ | | | | | | | version to avoid cyclical dependency | ||||
* / | Add scaffolding for sra-report collection unit tests | Brandon Millman | 2018-03-14 | 1 | -4/+70 |
|/ | |||||
* | Fix yarn.lock | Brandon Millman | 2018-03-09 | 1 | -4/+139 |
| | |||||
* | Merge branch 'development' into feature/sra-reporter | Brandon Millman | 2018-03-09 | 1 | -237/+315 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (68 commits) Update list of packages and organize them alphabetically Fix prettier issues Add support for going back to previous hashes via the browser back button to wiki Scroll to previous hashed elements when user clicks back button Add back strict null checks to react-shared package and fix issues remove ability to have implicit dependencies and add missing deps update license remove no-implicit-this Add example & screenshot to npmignore Remove `;` to be nice to windows users Use unencoded @ symbol, browser will fix Fix external type links Add comment about commented out CSS exception Update prettier since the previous version had a bug when dealing with css files Fix css files with prettier Added base-contract package to README Prettify test jsons Update yarn.lock Improve README Feedback ... | ||||
| * | Merge branch 'development' into extractDocs | Fabio Berger | 2018-03-08 | 1 | -98/+158 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Added base-contract package to README Update yarn.lock Improve README Feedback README on derivation path Use our dev seed derivation path. README Add ledger-node package as optional dependency Force shouldGetChainCode to true in types Nuke tests for now Remove old ledger Update ledgerco packages Remove only Fix a typo Add PR name Improve an error message when an inorrect number of constructor params is passed | ||||
| | * | Update yarn.lock | Fabio Berger | 2018-03-08 | 1 | -98/+158 |
| | | | |||||
| * | | Update prettier since the previous version had a bug when dealing with css files | Fabio Berger | 2018-03-08 | 1 | -3/+3 |
| | | | |||||
| * | | Add example docs to react-docs package | Fabio Berger | 2018-03-07 | 1 | -4/+132 |
| | | | |||||
| * | | Bug fixes | Fabio Berger | 2018-03-05 | 1 | -1/+26 |
| |/ | |||||
* | | Update 0x package versions and fix yarn.lock | Brandon Millman | 2018-03-06 | 1 | -0/+16 |
| | | |||||
* | | Merge branch 'development' into feature/sra-reporter | Brandon Millman | 2018-03-06 | 1 | -61/+243 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (79 commits) remove from devDeps Remove date for now Add ethers typescript typings to 0x.js deps. The library works without this atm since another dep of 0x.js has it as a dep. But it's more robust to have it here. Add missing instructions to add external types to tsconfig.json after installing the package Fix bugs in postpublish_utils.js Update @0xproject/utils in top-level package.json Changelog tweaks Publish Updated CHANGELOGS Fix typo Add PR number to changelog entry Add changelog update to subproviders package Add `numberOfAccounts` param to `LedgerSubprovider` method `getAccountsAsync` and add tests Remove unnecessary type assertion Fix comments Add comments Don't need any external packages for 0x connect docs yet Instead of adding `@0xproject/types` to tsconfig.json, let's only add it when calling TypeDoc Fix styling Make prettier ignore postpublish_utils ... | ||||
| * | Update to custom typeDoc fork with latest version (TS 2.7.0 support) + a bug ↵ | Fabio Berger | 2018-03-03 | 1 | -4/+60 |
| | | | | | | | | fix allowing us to defer to the `include` in tsconfig.json on which files to run through TypeDoc | ||||
| * | Update yarn lock | Fabio Berger | 2018-03-02 | 1 | -47/+185 |
| | | |||||
* | | Fix yarn.lock | Brandon Millman | 2018-03-02 | 1 | -0/+4 |
| | | |||||
* | | Merge branch 'development' into feature/sra-reporter | Brandon Millman | 2018-03-02 | 1 | -8/+23 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (71 commits) Set max to 2 ETH/2 ZRX Add missing types from website Add dependencies Update the README Move BaseContract to its own package Upgrate prettier remove unused import Move more configs into docsInfo and remove logic that does not belong there elsewhere Fix a bug with displaying solidity functions returning multiple return values Add ethers-contracts as a dependency Include types for ethers-contracts Fix the version Include types for ethers-contracts Rename idx to i Remove tslint disable Move BaseContract to web3Wrapper Merge ifs Fix an option description Add link to the docs Improve CHANGELOG entry ... | ||||
| * | Upgrate prettier | Leonid Logvinov | 2018-02-28 | 1 | -3/+3 |
| | | |||||
| * | Fix build by using local events types | Leonid Logvinov | 2018-02-28 | 1 | -10/+0 |
| | | |||||
| * | Allow users to specify the contracts backend in abi-gen | Leonid Logvinov | 2018-02-28 | 1 | -1/+30 |
| | | |||||
* | | Fix @types/lodash version | Brandon Millman | 2018-02-23 | 1 | -4/+0 |
| | | |||||
* | | Implement initial sra-report command line tool | Brandon Millman | 2018-02-23 | 1 | -35/+437 |
|/ | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2018-02-07 | 1 | -3/+10 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Bump subproviders version Update yarn.lock Change rpcUrls keys back into string literals Add types-bn package to 0x.js and testnet-faucets Prettier Addressed comments and update 0xProject/types-ethereumjs-util deps Prettier Update testnet-faucets README Fix lint errors Add order signing and dispensing ability to faucet | ||||
| * | Update yarn.lock | Brandon Millman | 2018-02-07 | 1 | -9/+0 |
| | | |||||
| * | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-07 | 1 | -0/+9 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Attribute the origins of NonceTracker Move BlockParamLiteral to shared types package Fixes Move BlockParam and BlockParamLiteral to shared types Rename called to something more readable Newline prettier/lint Yarn.lock Refactor tests for reuse of the fixture subprovider Remove re-fetch of transaction count on error Disable linter for multiple class declarations Remove double declaration Enable CIRCLECI and declare web3 Test faucets to use new NonceTracker Update changelog Readability and prettier Prettify Nonce tracker subprovider Caches the nonce when a request to getTransactionCount is made and increments the pending nonce after successful transactions | ||||
| * | | Addressed comments and update 0xProject/types-ethereumjs-util deps | Brandon Millman | 2018-02-06 | 1 | -9/+8 |
| | | | |||||
| * | | Merge branch 'development' into feature/testnet-faucets/order-dispenser | Brandon Millman | 2018-02-06 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (37 commits) Add dates to CHANGELOGs Change CHANGELOGs Add .editorconfig Fix a typo Temp Use forEach instead of map Add PR number Fix an exception when a signature collision happens Fix prettier Add regression tests Improve the comment and fix an exception Add missing comas Lerna-ignore tslint and tsconfig Update contract versions, fix tests Rename directories Rename previous contracts, fix imports, add nested file structure Move all contracts into a single directory Update import Fix import Get rid of suffixed contract versioning and replace it with a poor-mans package manager. Versions are stored locally, and are generated in a copy-on-write basis as required ... | ||||
| * | | | Add order signing and dispensing ability to faucet | Brandon Millman | 2018-01-31 | 1 | -0/+8 |
| | | | | |||||
* | | | | Update yarn.lock | Fabio Berger | 2018-02-07 | 1 | -9/+16 |
| |_|/ |/| | | |||||
* | | | Yarn.lock | Jacob Evans | 2018-02-06 | 1 | -0/+9 |
| |/ |/| | |||||
* | | Upgrade TS to the newest version | Leonid Logvinov | 2018-02-01 | 1 | -3/+3 |
|/ | |||||
* | Remove constructor arg | Leonid Logvinov | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | Remove truffle as a dependency | Leonid Logvinov | 2018-01-30 | 1 | -100/+1 |
| | |||||
* | Normalize the dependencies | Leonid Logvinov | 2018-01-30 | 1 | -56/+9 |
| | |||||
* | Update yarn.lock | Leonid Logvinov | 2018-01-25 | 1 | -1/+1 |
| | |||||
* | Update yarn.lock | Leonid Logvinov | 2018-01-18 | 1 | -0/+8 |
| | |||||
* | Upgrade testrpc to 6.0.3 to avoid some race-conditions | Leonid Logvinov | 2018-01-16 | 1 | -1/+1 |
| | |||||
* | Remove redundant type refs | Leonid Logvinov | 2018-01-13 | 1 | -4/+0 |
| | |||||
* | Import chai-as-promised-typescript-typings | Leonid Logvinov | 2018-01-12 | 1 | -12/+5 |
| | |||||
* | Update dependencies in yarn.lock | Leonid Logvinov | 2018-01-12 | 1 | -40/+66 |
| | |||||
* | Fix a compiler error in abi-gen | Leonid Logvinov | 2018-01-10 | 1 | -6/+5 |
| | |||||
* | Reinstall dependencies to get a new version of marked and get rid of GitHub ↵ | Leonid Logvinov | 2018-01-10 | 1 | -651/+824 |
| | | | | warning about 0.3.6 being vulnerable | ||||
* | Remove typeRoots | Leonid Logvinov | 2018-01-10 | 1 | -4/+0 |
| | |||||
* | Import web3-typescript-typings to monorepo | Leonid Logvinov | 2018-01-10 | 1 | -7/+9 |
| | |||||
* | Added constructor ABIs to abi-gen | Olaf Tomalka | 2018-01-03 | 1 | -0/+6 |
| | | | | | | Additionally if the constructor is not existent in JSON, meaning it's implcite with no parameters, we're explicitly creating one, with actual JSON parameters that it should have. | ||||
* | Install prettier | Leonid Logvinov | 2018-01-03 | 1 | -0/+4 |
| | |||||
* | Remove reliance on testrpc snapshot in ZRX tests | Amir Bandeali | 2017-12-20 | 1 | -4/+0 |
| | |||||
* | Install types for yargs | Leonid Logvinov | 2017-12-19 | 1 | -0/+4 |
| | |||||
* | Add hdnode dependency | Leonid Logvinov | 2017-12-18 | 1 | -1/+1 |
| | |||||
* | Fix redundant spaces | Leonid Logvinov | 2017-12-16 | 1 | -0/+27 |
| | |||||
* | Move 0x.js temnplates to 0x.js instead of having them as a separate package | Leonid Logvinov | 2017-12-14 | 1 | -2/+2 |
| | |||||
* | Cleanup kovan-faucet package | Brandon Millman | 2017-12-14 | 1 | -8/+0 |
| | |||||
* | Fix build errors | Brandon Millman | 2017-12-13 | 1 | -68/+475 |
| | |||||
* | Add kovan faucet project into the mono repo | Brandon Millman | 2017-12-13 | 1 | -20/+351 |
| | |||||
* | Update 0x.js version, fix build errors | Amir Bandeali | 2017-12-13 | 1 | -49/+14 |
| | |||||
* | update yarn.lock | Fabio Berger | 2017-12-13 | 1 | -1/+21 |
| | |||||
* | Merge pull request #257 from 0xProject/fix/ethereum-address | Leonid | 2017-12-12 | 1 | -0/+14 |
|\ | | | | | Remove ethereum-address dependency and add this logic to the repo | ||||
| * | Move isAddress to shared utils and remove all dependencies on ethereum-address | Leonid Logvinov | 2017-12-11 | 1 | -5/+11 |
| | | |||||
| * | Remove ethereum-address dependency and add this logic to the repo | Leonid Logvinov | 2017-12-11 | 1 | -1/+9 |
| | | |||||
* | | Don't unsubscribe on error. It's done automatically | Leonid Logvinov | 2017-12-12 | 1 | -21/+1 |
|/ | |||||
* | Add yarn install to lerna:publish command | Brandon Millman | 2017-12-09 | 1 | -5/+1 |
| | |||||
* | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-09 | 1 | -1/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Update README.md Inline network module Stop supporting different file extensions in abi-gen Refactor networkId out of web3Wrapper Update connect types in preperation for publishing Fix CI command Address feedback Refactor web3Wrapper to a separate package # Conflicts: # package.json # packages/website/ts/blockchain.ts | ||||
| * | Refactor web3Wrapper to a separate package | Leonid Logvinov | 2017-12-07 | 1 | -2/+10 |
| | | |||||
* | | Update yarn.lock | Fabio Berger | 2017-12-08 | 1 | -1/+1 |
| | | |||||
* | | Standardize deps | Fabio Berger | 2017-12-07 | 1 | -2/+6 |
| | | |||||
* | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-07 | 1 | -87/+20 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Inline function Introduce a const Make private Add version matcher script Use same versions of dependencies everywhere Add missing await Move declaration into proper conditional block Fix Party element so that an identicon's height is that which was passed in # Conflicts: # packages/website/package.json # yarn.lock | ||||
| * | Merge branch 'development' into feature/airport-experiments | Leonid | 2017-12-06 | 1 | -4/+0 |
| |\ | |||||
| * | | Use same versions of dependencies everywhere | Leonid Logvinov | 2017-12-06 | 1 | -94/+21 |
| | | | |||||
* | | | Fix lint issues | Fabio Berger | 2017-12-06 | 1 | -8/+2 |
| | | | |||||
* | | | Merge branch 'development' into feature/addSubproviders | Fabio Berger | 2017-12-06 | 1 | -18/+435 |
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (50 commits) Add PR number to changelog Address feedback Add requestId to subscription messages and update json-schemas Remove isomorphic-fetch types from contracts package Update README Regenerate files Make it private Change package name Update README Make fileExtension configurable Rename abi-gen to typed-contracts Add docs for typed-contracts Remove TODOs Introduce separate ContextData type and rework it Check ABI is defined Introduce a const for 'contract.mustache' Improve error message Reuse util Fix a typo Introduce a const for 'function' ... # Conflicts: # yarn.lock | ||||
| * | | Merge pull request #249 from 0xProject/feature/typed-contracts | Leonid | 2017-12-06 | 1 | -3/+33 |
| |\| | | | | | | | ABI to TS generator | ||||
| | * | Adjust 0x.js to use generated wrappers | Leonid Logvinov | 2017-12-02 | 1 | -3/+33 |
| | | | |||||
| * | | Remove isomorphic-fetch types from contracts package | Brandon Millman | 2017-12-06 | 1 | -4/+0 |
| |/ | |||||
| * | Fix module versions, cleanup scripts | Amir Bandeali | 2017-12-01 | 1 | -27/+21 |
| | | |||||
| * | Add contracts to packages, fix most linting errors | Amir Bandeali | 2017-11-30 | 1 | -27/+428 |
| | | |||||
* | | Port subproviders over to mono repo, refactor LedgerSubprovider to no longer ↵ | Fabio Berger | 2017-12-06 | 1 | -3/+11 |
| | | | | | | | | rely on hookedWalletSubprovider. Added unit and integration tests. | ||||
* | | Move testrpc to top-level package.json and standardize some versions | Fabio Berger | 2017-12-05 | 1 | -9/+21 |
|/ | |||||
* | Update 0x.js to 0.27.1 | Fabio Berger | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Lock the 0x.js version used in website | Fabio Berger | 2017-11-29 | 1 | -0/+20 |
| | |||||
* | Make website private | Leonid Logvinov | 2017-11-29 | 1 | -1/+1 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-11-28 | 1 | -14/+4 |
| | |||||
* | Update testrpc | Leonid Logvinov | 2017-11-28 | 1 | -0/+10 |
| | |||||
* | Merge branch 'development' into addWebsite | Fabio Berger | 2017-11-23 | 1 | -0/+8 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (33 commits) Last renames Refactor while condition Fix tests Fix tests Fix a typo Fix test:circleci command Check if transactionReceipt exists before normalizing it Address nits Remove old comment Fix async callbacks Check if callback exists Rename Pass callback down Remove custom heap and use bintrees Add expirationMarginMs Add defaults Fix typos Rename orderLifetime to orderLifetimeS Reference types directly Add ifExists suffix ... | ||||
| * | Merge branch 'development' into feature/orderExpired | Leonid | 2017-11-21 | 1 | -37/+115 |
| |\ | |||||
| * | | Remove custom heap and use bintrees | Leonid Logvinov | 2017-11-21 | 1 | -0/+8 |
| | | | |||||
* | | | Upgrade to latest 0x.js version and refactor subscriptions to use latest ↵ | Fabio Berger | 2017-11-23 | 1 | -4/+0 |
| | | | | | | | | | | | | interface | ||||
* | | | Add website to mono repo, update packages to align with existing ↵ | Fabio Berger | 2017-11-22 | 1 | -100/+2589 |
| |/ |/| | | | | | sub-packages, use new subscribeAsync 0x.js method | ||||
* | | Updated yarn.lock | Fabio Berger | 2017-11-18 | 1 | -104/+6 |
| | | |||||
* | | update yarn.lock | Fabio Berger | 2017-11-18 | 1 | -5/+9 |
| | | |||||
* | | experiment with calling typedoc programatically | Brandon Millman | 2017-11-16 | 1 | -2/+2 |
| | | |||||
* | | WIP | Brandon Millman | 2017-11-16 | 1 | -21/+100 |
| | | |||||
* | | WIP | Brandon Millman | 2017-11-16 | 1 | -2/+34 |
| | | |||||
* | | Add connect to monorepo | Brandon Millman | 2017-11-15 | 1 | -5/+62 |
| | | |||||
* | | Merge branch 'development' into feature/addJsonSchemas | Brandon Millman | 2017-11-15 | 1 | -16/+11 |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: Improve description Alphabetize Add exit 0 to 0x.js build command Add snapshot save and revert to order_state_watcher_test.ts Fix changelog Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead of the old repo as a dep. in the rest of the sub-packages. Add tslint-config sub-package Fix tslint issue Public interface has changed, moved to minor version Update changelog Renamed canceled to cancelled | ||||
| * | | Use tslint v5.8.0 everywhere and use the tslint-config sub-package instead ↵ | Fabio Berger | 2017-11-14 | 1 | -23/+2 |
| | | | | | | | | | | | | of the old repo as a dep. in the rest of the sub-packages. | ||||
| * | | Add tslint-config sub-package | Fabio Berger | 2017-11-14 | 1 | -5/+21 |
| |/ | |||||
* / | Add json-schemas package to mono repo | Brandon Millman | 2017-11-14 | 1 | -9/+18 |
|/ | |||||
* | Add assert package to the monorepo | Brandon Millman | 2017-11-14 | 1 | -8/+22 |
| | |||||
* | Add circle.yml and move testrpc command to top-level repo | Fabio Berger | 2017-11-13 | 1 | -26/+758 |
| | |||||
* | Merge branch 'development' into feature/receipt-status | Fabio Berger | 2017-11-13 | 1 | -3/+7 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * development: (164 commits) Remove old tests Remove unused code Fix tests Remove redundant spaces Don't store empty objects Fix a typo Remove duplicate operations Remove redundant instance variables Fix tests Remove blockStore and default to numConfirmations === 0 Add a comment Store number of confirmations in a blockStore Remove tautology check Pass blockStore to eventWatcher Fix last merge conflicts Clear cache on unsubscribe Clear store cache on events Add more configs for order watcher Make subscribe function async and make blockStore operational Adjust tests to new interface ... # Conflicts: # package.json # src/types.ts # yarn.lock | ||||
| * | Remove unused code | Leonid Logvinov | 2017-11-13 | 1 | -0/+4 |
| | | |||||
| * | Upgrade web3-typescript-typings | Leonid Logvinov | 2017-10-31 | 1 | -3/+3 |
| | | |||||
| * | Add initial mempool watching implememtation | Leonid Logvinov | 2017-10-31 | 1 | -4/+4 |
| | | |||||
* | | Fix tslint issue | Leonid Logvinov | 2017-11-13 | 1 | -25/+14 |
| | | |||||
* | | Normalize the way we return the transaction status | Leonid Logvinov | 2017-11-13 | 1 | -693/+938 |
|/ | |||||
* | Downgrade typedoc | Leonid Logvinov | 2017-10-26 | 1 | -32/+36 |
| | |||||
* | Upgrade bignumber to the version with native typings and remove typings | Leonid Logvinov | 2017-10-26 | 1 | -33/+33 |
| | |||||
* | Revert "Reduce final bundle size by 11% (82kB)" | Leonid | 2017-10-24 | 1 | -53/+34 |
| | |||||
* | Update 0x-json-schemas | Leonid Logvinov | 2017-10-19 | 1 | -3/+8 |
| | |||||
* | Transform lodash-es to commonjs module format | Leonid Logvinov | 2017-10-19 | 1 | -3/+3 |
| | |||||
* | Fix tests | Leonid Logvinov | 2017-10-19 | 1 | -6/+6 |
| | |||||
* | Include only used lodash functions | Leonid Logvinov | 2017-10-18 | 1 | -34/+48 |
| | |||||
* | Install js-sha3 and use it for keccak256 | Leonid Logvinov | 2017-10-06 | 1 | -0/+4 |
| | |||||
* | Implement subscriptions based on ethereumjs-blockstream | Leonid Logvinov | 2017-10-05 | 1 | -104/+76 |
| | |||||
* | Instantiate logAndBlockStreamer | Leonid Logvinov | 2017-10-05 | 1 | -0/+22 |
| | |||||
* | Add filtering by topic | Leonid Logvinov | 2017-10-04 | 1 | -2/+2 |
| | |||||
* | Update web3-typescript-typings | Leonid Logvinov | 2017-10-04 | 1 | -107/+40 |
| | |||||
* | Remove abi-decoder | Leonid Logvinov | 2017-09-06 | 1 | -97/+9 |
| | |||||
* | Update web-typescript-typings | Leonid Logvinov | 2017-09-06 | 1 | -5/+5 |
| | |||||
* | Decode logs args in awaitTransactionMinedAsync | Leonid Logvinov | 2017-09-06 | 1 | -7/+95 |
| | |||||
* | Update json-schemas | Leonid Logvinov | 2017-09-05 | 1 | -3/+3 |
| | |||||
* | Use AbiType | Leonid Logvinov | 2017-09-05 | 1 | -3/+3 |
| | |||||
* | Use schema validation to distinguish txData argument | Leonid Logvinov | 2017-09-05 | 1 | -3/+3 |
| | |||||
* | Temporarily remove web3_beta, cause it breaks installation and tests | Leonid Logvinov | 2017-09-05 | 1 | -722/+24 |
| | |||||
* | Make the functions immidiately return txHash instead of awaiting for a ↵ | Leonid Logvinov | 2017-09-05 | 1 | -3/+3 |
| | | | | transaction to be mined | ||||
* | Remove truffle-contract from deps | Leonid Logvinov | 2017-09-04 | 1 | -52/+4 |
| | |||||
* | Update yarn.lock | Leonid Logvinov | 2017-09-02 | 1 | -2/+2 |
| | |||||
* | Merge branch 'development' of github.com:0xProject/0x.js into development | Fabio Berger | 2017-08-31 | 1 | -24/+722 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 'development' of github.com:0xProject/0x.js: Improve the comment Add assert.isWeb3Provider Use more concise dep pointing Don't create whole web3 object in beta tests Improve the comment Add tests for web3@1.0 Use zeroEx.getAvailableAddressesAsync instead of web3.eth.getAccounts Add web3@1.0 to web3Factory Support web3@1.0 providers Define web3@1.0 types ;) Install web3@1.0.0 as web3_beta | ||||
| * | Install web3@1.0.0 as web3_beta | Leonid Logvinov | 2017-08-29 | 1 | -24/+722 |
| | | |||||
* | | update 0x-json-schema | Fabio Berger | 2017-08-31 | 1 | -3/+3 |
|/ | |||||
* | Use 0x-json-schemas | Leonid Logvinov | 2017-08-28 | 1 | -3/+9 |
| | |||||
* | Reject checksummed addresses | Leonid Logvinov | 2017-08-22 | 1 | -3/+3 |
| | |||||
* | Update yarn.lock | Fabio Berger | 2017-08-17 | 1 | -22/+36 |
| | |||||
* | Update yarn.lock | Leonid Logvinov | 2017-07-26 | 1 | -3/+3 |
| | |||||
* | Add ethereumjs-utils types | Leonid Logvinov | 2017-07-22 | 1 | -8/+27 |
| | |||||
* | Add bn.js types | Leonid Logvinov | 2017-07-22 | 1 | -1/+7 |
| | |||||
* | Update to typescript@2.4 | Leonid Logvinov | 2017-07-12 | 1 | -1/+1 |
| | |||||
* | Stop using custom chai-bignumber fork | Leonid Logvinov | 2017-07-12 | 1 | -20/+12 |
| | |||||
* | Update yarn.lock to include latest webpack version | Leonid Logvinov | 2017-07-08 | 1 | -649/+723 |
| | |||||
* | Fix merge problems | Leonid Logvinov | 2017-07-04 | 1 | -35/+355 |
| | |||||
* | Merge branch 'master' into add-exchange-address-to-order-struct | Leonid | 2017-07-04 | 1 | -69/+182 |
|\ | |||||
| * | Fix test failures caused by testrpc new eth_sign behaviour | Leonid Logvinov | 2017-07-01 | 1 | -96/+186 |
| | | |||||
* | | Remove custom Schema type and use one from jsonschema | Leonid Logvinov | 2017-06-28 | 1 | -8/+4 |
|/ | |||||
* | Add kovan integration tests | Leonid Logvinov | 2017-06-23 | 1 | -4/+36 |
| | |||||
* | Revert "Temporarily use forked version of truffle-contract to reduce the bundle" | Leonid Logvinov | 2017-06-21 | 1 | -7/+17 |
| | | | | | | This reverts commit ef96c58b7f7d0ce678e8eb4f662b2f6a31e8799a. truffle-contract is not compatible with web3 0.19.0 cause it checks the number of arguments and they pass incorrect number of arguments | ||||
* | Temporarily use forked version of truffle-contract to reduce the bundle | Leonid Logvinov | 2017-06-21 | 1 | -17/+7 |
| | | | | | | | truffle-contract uses web3 0.18.0. We use web3 0.19.0 which results in 2 versions of web3 being bundled with the package This commit temporarily switches to custom truffle-contract fork We'll switch back when the PR would be accepted | ||||
* | Connect to github over https so that it works without authentication | Leonid Logvinov | 2017-06-20 | 1 | -2/+2 |
| | |||||
* | Make ZeroEx constructor accept Web3Provider instead of Web3 instance | Leonid Logvinov | 2017-06-15 | 1 | -3/+3 |
| | |||||
* | Add coveralls as a dependency | Leonid Logvinov | 2017-06-15 | 1 | -13/+121 |
| | |||||
* | Add postrelease script to publish assets to github | Leonid Logvinov | 2017-06-15 | 1 | -8/+191 |
| | |||||
* | Update web3-provider-engine cause the console.log issue was fixed and the ↵ | Leonid Logvinov | 2017-06-15 | 1 | -42/+7 |
| | | | | new version was released | ||||
* | Remove unneccessary console output from block tracker | Leonid Logvinov | 2017-06-10 | 1 | -0/+35 |
| | |||||
* | Rewrite isValidSignature tests | Leonid Logvinov | 2017-06-08 | 1 | -5/+5 |
| | |||||
* | Upgrade truffle-contract to the version that includes 'at' fix | Leonid Logvinov | 2017-06-05 | 1 | -69/+182 |
| | |||||
* | Use forked version of chai-bignumber while the PR is waiting for a review | Leonid Logvinov | 2017-06-03 | 1 | -0/+4 |
| | |||||
* | Fix types hell with, chai and chai-as-promised | Leonid Logvinov | 2017-06-01 | 1 | -39/+360 |
| | |||||
* | Add dirty-chai | Leonid Logvinov | 2017-06-01 | 1 | -26/+10 |
| | |||||
* | Fix testrpc verison to 3.0.5 | Leonid Logvinov | 2017-06-01 | 1 | -18/+213 |
| | |||||
* | Add yarn.lock | Leonid Logvinov | 2017-05-31 | 1 | -0/+3826 |