aboutsummaryrefslogtreecommitdiffstats
path: root/cad/cascade
Commit message (Expand)AuthorAgeFilesLines
* - Add SHA256pav2005-11-241-0/+1
* Reset maintainer at his request due to having too limited time right now.linimon2005-10-101-1/+1
* Add size data, approved by maintainers.trevor2004-03-191-0/+1
* Cosmetic fix: use %%DOCSDIR%% macro.osa2003-10-221-3/+3
* Clear moonlight beckons.ade2003-03-072-1/+1
* New port cascade version 1.4: A simple tool to analyze noise andlioux2002-11-145-0/+60
lass='column6'>| Merge pull request #884 from 0xProject/export-more-0x.jsFabio Berger2018-07-181-4/+4 |\ \ \ \ | |_|_|/ |/| | | | * | | merge v2-prototypeFabio Berger2018-07-181-9/+9 | |\ \ \ | | * | | Fix bugs having to do with block timestamps and order expirationTimesAlex Browne2018-07-171-9/+9 | | | |/ | | |/| | * / | Rename assetProxyUtils to assetDataUtilsFabio Berger2018-07-171-4/+4 | |/ / * | | Fix tslint issuesLeonid Logvinov2018-07-172-11/+11 * | | Upgrade tslint to the newest versionLeonid Logvinov2018-07-171-1/+1 |/ / * | Export Web3ProviderEngine from subproviders packageFabio Berger2018-07-132-5/+3 * | -fetch';Fabio Berger2018-07-131-7/+2 |/ * Remove extra ERC20ProxyId from Forwarder constructorJacob Evans2018-07-112-8/+8 * Add Migrations for ForwarderJacob Evans2018-07-112-1/+17 * Update artifactsAmir Bandeali2018-07-1127-634/+101453 * Update package versionsFabio Berger2018-07-101-10/+10 * Update changelogsFabio Berger2018-07-092-0/+13 * Merge pull request #822 from 0xProject/v2-contract-wrappers-WIPLeonid Logvinov2018-07-0625-16/+5284 |\ | * Upgrade artifactsLeonid Logvinov2018-07-052-8/+183 | * Make it possible to configure block polling interval in base contract wrapperLeonid Logvinov2018-07-057-168/+155 | * Upgrade artifactsLeonid Logvinov2018-07-0516-1/+5071 | * Merge branch 'v2-prototype' into v2-contract-wrappers-WIPLeonid Logvinov2018-07-0521-185/+3758 | |\ | * | Set the interval to 0 in awaitTranscationSuccessAsyncLeonid Logvinov2018-06-296-12/+48 | * | Fix the token supply in migrationsLeonid Logvinov2018-06-291-1/+1 | * | Change import paths from z_r_x and e_r_c to zrx and erc in migrationsLeonid Logvinov2018-06-292-5/+5 * | | Merge pull request #522 from 0xProject/feature/contracts/forwarderJacob Evans2018-07-064-88/+1008 |\ \ \ | |_|/ |/| | | * | Forwarding contract (squashed commits)Jacob Evans2018-07-065-104/+1024 * | | Merge pull request #812 from 0xProject/fix/revert-assertions-improvementsAlex Browne2018-07-041-16/+16 |\ \ \ | * | | Improve robustness of revert reason assertionsAlex Browne2018-07-031-16/+16 * | | | Fix alignmentFabio Berger2018-07-041-1/+1 * | | | Update web3-provider-engine version w/o caretFabio Berger2018-07-031-1/+1 * | | | Update web3-provider-engineFabio Berger2018-07-031-1/+1 |/ / / * / / Update incorrect versions of depsFabio Berger2018-07-021-1/+1 |/ / * | Update 2.0.0 artifactsAmir Bandeali2018-06-305-149/+99 * | Move ledgerhq module declarations to typescript-typingsAmir Bandeali2018-06-303-24/+2 * | Export LedgerEthereumClient type in subprovidersAmir Bandeali2018-06-303-49/+18 * | Update artifactsAmir Bandeali2018-06-304-12/+26 * | Add logging and updated artifactsAmir Bandeali2018-06-305-32/+45 * | Fix migrationsAmir Bandeali2018-06-307-3451/+3402 * | Run prettierAmir Bandeali2018-06-304-3369/+3442 * | Add Kovan artifactsAmir Bandeali2018-06-304-0/+3373 * | Use ledger subproviderAmir Bandeali2018-06-3013-46/+159 * | Add Kovan migrationsAmir Bandeali2018-06-3010-13/+152 |/ * Register the asset proxies to exchangeJacob Evans2018-06-291-5/+26 * Remove network 50 detailsFabio Berger2018-06-286-48/+12 * Re-generate and clean up artifacts for 2.0.0Fabio Berger2018-06-2823-5076/+1144 * Add missing `AssetProxyOwner` from `compile:v2` commandFabio Berger2018-06-281-1/+1 * Encode ZRX address as needed.Fabio Berger2018-06-282-1/+3 * Add optimizer settings to `migrations` `compiler.json`Fabio Berger2018-06-281-0/+4 * Fix buildAmir Bandeali2018-06-273-0/+386 * Update artifactsAmir Bandeali2018-06-2730-2689/+1363 * Add missing artifactsFabio Berger2018-06-222-0/+194 * Set settleOrder and settleMatchedOrders to privateGreg Hysen2018-06-211-60/+102 * Removed MixinSettlement. Moved `settleOrder` into `MixinExchangeCore` and `se...Greg Hysen2018-06-211-59/+27 * Migrations after rebasingGreg Hysen2018-06-2113-188/+320 * ERC721Proxy Always call safeTransferFromJacob Evans2018-06-201-8/+8 * Rename makerEpoch => orderEpochAmir Bandeali2018-06-205-64/+64 * Make cancelOrdersUpTo compatible with sender abstractionAmir Bandeali2018-06-203-39/+323 * Update all package versions to match latest published to NPMFabio Berger2018-06-191-11/+11 * Update CHANGELOG's with publishes performed on development branchFabio Berger2018-06-192-1/+18 * Make isValidSignature publicAmir Bandeali2018-06-196-38/+316 * Merge pull request #682 from 0xProject/feature/contracts/popProxyIdAmir Bandeali2018-06-139-188/+182 |\ | * Update artifactsAmir Bandeali2018-06-139-188/+182 * | Refactor sol-cov to avoid keeping traceInfo in memoryAlex Browne2018-06-131-119/+0 |/ * Speedup awaitTransactionMinedAsync and reduce polling interval in contracts t...Alex Browne2018-06-1216-148/+849 * Await transactions in migrationsLeonid Logvinov2018-06-091-35/+46 * Fix typosLeonid Logvinov2018-06-091-1/+1 * Await transactions in migrationsLeonid Logvinov2018-06-091-4/+12 * Implement SolidityProfiler & adapt sol-cov to work with GethLeonid Logvinov2018-06-0914-143/+79 * Minor fixes after rebaseGreg Hysen2018-06-081-735/+1 * updated migrations artifactsGreg Hysen2018-06-081-1/+735 * LibAssetProxyDecoder testsGreg Hysen2018-06-081-8/+39 * Foundation for TestLibAssetProxyDecoderGreg Hysen2018-06-081-0/+88 * Fix tslint failureFabio Berger2018-06-081-7/+7 * Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-13/+17 |\ | * Remove extra logs and other small fixesAlex Browne2018-06-071-11/+11 | * Add more transactions to Geth on init. Skip tests that are failing.Alex Browne2018-06-073-614/+611 * | Get build and tests to passfragosti2018-06-0723-1497/+1402 * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-2/+2 |\| | * Stop running prettier on generated filesLeonid Logvinov2018-06-071-2/+2 * | Merge branch 'v2-prototype' of https://github.com/0xProject/0x-monorepo into ...fragosti2018-06-071-3/+3 |\| | * - Rename watch to watch_without_deps in sub-packages, so dev's don't confuse ...Fabio Berger2018-06-051-3/+3 * | merge v2-prototypeFabio Berger2018-06-063-2/+603 |\| | * Merge pull request #656 from 0xProject/refactor/fill-scenarios/for-v2Fabio Berger2018-06-053-2/+603 | |\ | | * revert multisig changeFabio Berger2018-06-051-1/+1 | | * reset multisignFabio Berger2018-06-051-1/+1 | | * Add new 2.0 artifacts to migrationsFabio Berger2018-06-052-0/+601 | | * Remove compact_artifacts and replace with updated artifactsFabio Berger2018-06-051-2/+2 * | | Exclude generate contract wrappers from tslintFabio Berger2018-06-061-1/+1 * | | Try enabling no-unused-variable...fragosti2018-06-053-6/+3 |/ / * / Update artifacts in migrationsAlex Browne2018-06-058-51/+79 |/ * remove artifactsDir and contracts from compiler.jsonFabio Berger2018-06-021-13/+0 * Remove ISigner artifactFabio Berger2018-06-021-76/+0 * Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-023-17/+18 |\ | * Update v2 artifactsFabio Berger2018-06-0217-4493/+4727 | * Add IWallet and IValidator to compiled contractsFabio Berger2018-06-021-2/+2 | * Split migrations compile command into one for V1 and another for V2Fabio Berger2018-06-021-3/+4 * | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-024-3/+4 |\| | * Fix linter errorsLeonid Logvinov2018-06-014-3/+4 | * Introduce ethereum-types packageLeonid Logvinov2018-06-013-3/+3 * | Update all artifactsFabio Berger2018-06-018-2233/+2148 * | List V2 contracts in compile.json nowFabio Berger2018-06-011-6/+5 * | Rename ISigner to IWallet and implement SignatureType.ValidatorFabio Berger2018-06-014-2/+151 * | Update artifactsFabio Berger2018-06-0110-2286/+2457 * | Merge branch 'v2-prototype' into refactor/order-utils/for-v2Fabio Berger2018-06-011-0/+280 |\| | * Update WhitelistAmir Bandeali2018-05-311-0/+280 * | Add ISigner artifactsFabio Berger2018-05-311-0/+76 * | Initial refactor of order-utils. Move many utils from contracts into this pac...Fabio Berger2018-05-302-3/+4 |/ * Merge pull request #571 from 0xProject/feature/contracts/proxyOwnerAmir Bandeali2018-05-252-9/+791 |\ | * Fix buildAmir Bandeali2018-05-252-9/+791 * | Merge branch 'v2-prototype' into feature/contracts/eip712-order-hashFabio Berger2018-05-259-45/+208 |\ \ | * | Fix a typoLeonid Logvinov2018-05-251-2/+2 | * | Migrate migrations to v2Leonid Logvinov2018-05-25