aboutsummaryrefslogtreecommitdiffstats
path: root/devel/mkmf
Commit message (Expand)AuthorAgeFilesLines
* Portlint.max1998-03-081-2/+1
* Use MAN? macros. CATEGORIES+= -> CATEGORIES.asami1996-11-181-2/+2
* Drastically shorten. This "one-line comment" was 14 lines long! ;)asami1996-07-101-14/+1
* A port of Peter J. Nicklin's automatic Makefile generator.se1996-03-147-0/+118
ht'>0
-rw-r--r--packages/0x.js/test/utils/report_callback_errors.ts66
-rw-r--r--packages/0x.js/test/utils/token_utils.ts3
-rw-r--r--packages/contract-wrappers/.npmignore11
-rw-r--r--packages/contract-wrappers/CHANGELOG.json10
-rw-r--r--packages/contract-wrappers/CHANGELOG.md6
-rw-r--r--packages/contract-wrappers/README.md91
-rw-r--r--packages/contract-wrappers/package.json95
-rw-r--r--packages/contract-wrappers/src/artifacts.ts18
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/DummyToken.json22
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/EtherToken.json287
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/Exchange.json610
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/Token.json172
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/TokenRegistry.json547
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/TokenTransferProxy.json187
-rw-r--r--packages/contract-wrappers/src/compact_artifacts/ZRX.json20
-rw-r--r--packages/contract-wrappers/src/contract_wrappers.ts136
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/contract_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/contract_wrapper.ts)42
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/ether_token_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/ether_token_wrapper.ts)17
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/exchange_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/exchange_wrapper.ts)55
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/dummy_token.ts84
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/ether_token.ts621
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/exchange.ts1459
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/token.ts432
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/token_registry.ts799
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/generated/token_transfer_proxy.ts447
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/token_registry_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/token_registry_wrapper.ts)7
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/token_transfer_proxy_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/token_transfer_proxy_wrapper.ts)4
-rw-r--r--packages/contract-wrappers/src/contract_wrappers/token_wrapper.ts (renamed from packages/0x.js/src/contract_wrappers/token_wrapper.ts)21
-rw-r--r--packages/contract-wrappers/src/fetchers/simple_balance_and_proxy_allowance_fetcher.ts (renamed from packages/0x.js/src/fetchers/simple_balance_and_proxy_allowance_fetcher.ts)4
-rw-r--r--packages/contract-wrappers/src/fetchers/simple_order_filled_cancelled_fetcher.ts (renamed from packages/0x.js/src/fetchers/simple_order_filled_cancelled_fetcher.ts)10
-rw-r--r--packages/contract-wrappers/src/globals.d.ts6
-rw-r--r--packages/contract-wrappers/src/index.ts68
-rw-r--r--packages/contract-wrappers/src/monorepo_scripts/postpublish.ts8
-rw-r--r--packages/contract-wrappers/src/schemas/zero_ex_contract_config_schema.ts5
-rw-r--r--packages/contract-wrappers/src/schemas/zero_ex_contract_private_network_config_schema.ts35
-rw-r--r--packages/contract-wrappers/src/schemas/zero_ex_contract_public_network_config_schema.ts29
-rw-r--r--packages/contract-wrappers/src/stores/balance_proxy_allowance_lazy_store.ts (renamed from packages/0x.js/src/stores/balance_proxy_allowance_lazy_store.ts)4
-rw-r--r--packages/contract-wrappers/src/stores/order_filled_cancelled_lazy_store.ts (renamed from packages/0x.js/src/stores/order_filled_cancelled_lazy_store.ts)10
-rw-r--r--packages/contract-wrappers/src/types.ts187
-rw-r--r--packages/contract-wrappers/src/utils/assert.ts (renamed from packages/0x.js/src/utils/assert.ts)0
-rw-r--r--packages/contract-wrappers/src/utils/constants.ts11
-rw-r--r--packages/contract-wrappers/src/utils/decorators.ts (renamed from packages/0x.js/src/utils/decorators.ts)6
-rw-r--r--packages/contract-wrappers/src/utils/exchange_transfer_simulator.ts (renamed from packages/0x.js/src/utils/exchange_transfer_simulator.ts)4
-rw-r--r--packages/contract-wrappers/src/utils/filter_utils.ts (renamed from packages/0x.js/src/utils/filter_utils.ts)0
-rw-r--r--packages/contract-wrappers/src/utils/order_validation_utils.ts (renamed from packages/0x.js/src/utils/order_validation_utils.ts)9
-rw-r--r--packages/contract-wrappers/src/utils/utils.ts (renamed from packages/0x.js/src/utils/utils.ts)0
-rw-r--r--packages/contract-wrappers/test/artifacts/AccountLevels.json39
-rw-r--r--packages/contract-wrappers/test/artifacts/Arbitrage.json121
-rw-r--r--packages/contract-wrappers/test/artifacts/DummyToken.json324
-rw-r--r--packages/contract-wrappers/test/artifacts/EtherDelta.json875
-rw-r--r--packages/contract-wrappers/test/artifacts/Exchange.json631
-rw-r--r--packages/contract-wrappers/test/artifacts/MaliciousToken.json195
-rw-r--r--packages/contract-wrappers/test/artifacts/MultiSigWallet.json551
-rw-r--r--packages/contract-wrappers/test/artifacts/MultiSigWalletWithTimeLock.json632
-rw-r--r--packages/contract-wrappers/test/artifacts/MultiSigWalletWithTimeLockExceptRemoveAuthorizedAddress.json684
-rw-r--r--packages/contract-wrappers/test/artifacts/Token.json179
-rw-r--r--packages/contract-wrappers/test/artifacts/TokenRegistry.json562
-rw-r--r--packages/contract-wrappers/test/artifacts/TokenTransferProxy.json195
-rw-r--r--packages/contract-wrappers/test/artifacts/WETH9.json297
-rw-r--r--packages/contract-wrappers/test/artifacts/ZRXToken.json244
-rw-r--r--packages/contract-wrappers/test/artifacts_test.ts49
-rw-r--r--packages/contract-wrappers/test/ether_token_wrapper_test.ts (renamed from packages/0x.js/test/ether_token_wrapper_test.ts)179
-rw-r--r--packages/contract-wrappers/test/exchange_transfer_simulator_test.ts (renamed from packages/0x.js/test/exchange_transfer_simulator_test.ts)34
-rw-r--r--packages/contract-wrappers/test/exchange_wrapper_test.ts (renamed from packages/0x.js/test/exchange_wrapper_test.ts)439
-rw-r--r--packages/contract-wrappers/test/global_hooks.ts7
-rw-r--r--packages/contract-wrappers/test/order_validation_test.ts (renamed from packages/0x.js/test/order_validation_test.ts)96
-rw-r--r--packages/contract-wrappers/test/subscription_test.ts (renamed from packages/0x.js/test/subscription_test.ts)53
-rw-r--r--packages/contract-wrappers/test/token_registry_wrapper_test.ts (renamed from packages/0x.js/test/token_registry_wrapper_test.ts)38
-rw-r--r--packages/contract-wrappers/test/token_transfer_proxy_wrapper_test.ts (renamed from packages/0x.js/test/token_transfer_proxy_wrapper_test.ts)12
-rw-r--r--packages/contract-wrappers/test/token_wrapper_test.ts (renamed from packages/0x.js/test/token_wrapper_test.ts)275
-rw-r--r--packages/contract-wrappers/test/utils/chai_setup.ts13
-rw-r--r--packages/contract-wrappers/test/utils/constants.ts9
-rw-r--r--packages/contract-wrappers/test/utils/deployer.ts18
-rw-r--r--packages/contract-wrappers/test/utils/token_utils.ts33
-rw-r--r--packages/contract-wrappers/test/utils/web3_wrapper.ts9
-rw-r--r--packages/contract-wrappers/tsconfig.json7
-rw-r--r--packages/contract-wrappers/tslint.json3
-rw-r--r--packages/contracts/test/ether_token.ts6
-rw-r--r--packages/contracts/test/multi_sig_with_time_lock.ts2
-rw-r--r--packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts4
-rw-r--r--packages/contracts/test/tutorials/arbitrage.ts3
-rw-r--r--packages/contracts/util/artifacts.ts40
-rw-r--r--packages/deployer/test/compiler_test.ts3
-rw-r--r--packages/deployer/test/deployer_test.ts3
-rw-r--r--packages/dev-utils/CHANGELOG.json8
-rw-r--r--packages/dev-utils/src/callback_error_reporter.ts66
-rw-r--r--packages/dev-utils/src/index.ts1
-rw-r--r--packages/fill-scenarios/.npmignore6
-rw-r--r--packages/fill-scenarios/CHANGELOG.json10
-rw-r--r--packages/fill-scenarios/README.md75
-rw-r--r--packages/fill-scenarios/package.json48
-rw-r--r--packages/fill-scenarios/src/artifacts.ts13
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/DummyToken.json22
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/EtherToken.json287
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/Exchange.json610
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/Token.json172
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/TokenRegistry.json547
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/TokenTransferProxy.json187
-rw-r--r--packages/fill-scenarios/src/compact_artifacts/ZRX.json20
-rw-r--r--packages/fill-scenarios/src/constants.ts4
-rw-r--r--packages/fill-scenarios/src/globals.d.ts6
-rw-r--r--packages/fill-scenarios/src/index.ts (renamed from packages/0x.js/test/utils/fill_scenarios.ts)86
-rw-r--r--packages/fill-scenarios/src/monorepo_scripts/postpublish.ts8
-rw-r--r--packages/fill-scenarios/tsconfig.json7
-rw-r--r--packages/fill-scenarios/tslint.json3
-rw-r--r--packages/order-utils/CHANGELOG.json12
-rw-r--r--packages/order-utils/src/abstract/abstract_balance_and_proxy_allowance_fetcher.ts (renamed from packages/0x.js/src/abstract/balance_and_proxy_allowance_fetcher.ts)2
-rw-r--r--packages/order-utils/src/abstract/abstract_order_filled_cancelled_fetcher.ts (renamed from packages/0x.js/src/abstract/order_filled_cancelled_fetcher.ts)4
-rw-r--r--packages/order-utils/src/compact_artifacts/DummyToken.json22
-rw-r--r--packages/order-utils/src/compact_artifacts/EtherToken.json287
-rw-r--r--packages/order-utils/src/compact_artifacts/Exchange.json610
-rw-r--r--packages/order-utils/src/compact_artifacts/Token.json172
-rw-r--r--packages/order-utils/src/compact_artifacts/TokenRegistry.json547
-rw-r--r--packages/order-utils/src/compact_artifacts/TokenTransferProxy.json187
-rw-r--r--packages/order-utils/src/compact_artifacts/ZRX.json20
-rw-r--r--packages/order-utils/src/formatters.ts23
-rw-r--r--packages/order-utils/src/index.ts5
-rw-r--r--packages/order-utils/src/order_state_utils.ts (renamed from packages/0x.js/src/utils/order_state_utils.ts)42
-rw-r--r--packages/order-utils/src/remaining_fillable_calculator.ts (renamed from packages/0x.js/src/order_watcher/remaining_fillable_calculator.ts)0
-rw-r--r--packages/order-watcher/.npmignore10
-rw-r--r--packages/order-watcher/CHANGELOG.json10
-rw-r--r--packages/order-watcher/README.md91
-rw-r--r--packages/order-watcher/package.json94
-rw-r--r--packages/order-watcher/src/artifacts.ts18
-rw-r--r--packages/order-watcher/src/compact_artifacts/DummyToken.json22
-rw-r--r--packages/order-watcher/src/compact_artifacts/EtherToken.json287
-rw-r--r--packages/order-watcher/src/compact_artifacts/Exchange.json610
-rw-r--r--packages/order-watcher/src/compact_artifacts/Token.json172
-rw-r--r--packages/order-watcher/src/compact_artifacts/TokenRegistry.json547
-rw-r--r--packages/order-watcher/src/compact_artifacts/TokenTransferProxy.json187
-rw-r--r--packages/order-watcher/src/compact_artifacts/ZRX.json20
-rw-r--r--packages/order-watcher/src/globals.d.ts6
-rw-r--r--packages/order-watcher/src/index.ts7
-rw-r--r--packages/order-watcher/src/monorepo_scripts/postpublish.ts8
-rw-r--r--packages/order-watcher/src/order_watcher/event_watcher.ts (renamed from packages/0x.js/src/order_watcher/event_watcher.ts)4
-rw-r--r--packages/order-watcher/src/order_watcher/expiration_watcher.ts (renamed from packages/0x.js/src/order_watcher/expiration_watcher.ts)6
-rw-r--r--packages/order-watcher/src/order_watcher/order_watcher.ts (renamed from packages/0x.js/src/order_watcher/order_state_watcher.ts)98
-rw-r--r--packages/order-watcher/src/types.ts48
-rw-r--r--packages/order-watcher/src/utils/assert.ts19
-rw-r--r--packages/order-watcher/src/utils/utils.ts13
-rw-r--r--packages/order-watcher/test/event_watcher_test.ts (renamed from packages/0x.js/test/event_watcher_test.ts)39
-rw-r--r--packages/order-watcher/test/expiration_watcher_test.ts (renamed from packages/0x.js/test/expiration_watcher_test.ts)73
-rw-r--r--packages/order-watcher/test/global_hooks.ts7
-rw-r--r--packages/order-watcher/test/order_watcher_test.ts (renamed from packages/0x.js/test/order_state_watcher_test.ts)276
-rw-r--r--packages/order-watcher/test/remaining_fillable_calculator_test.ts (renamed from packages/0x.js/test/remaining_fillable_calculator_test.ts)38
-rw-r--r--packages/order-watcher/test/utils/chai_setup.ts13
-rw-r--r--packages/order-watcher/test/utils/constants.ts5
-rw-r--r--packages/order-watcher/test/utils/deployer.ts18
-rw-r--r--packages/order-watcher/test/utils/token_utils.ts34
-rw-r--r--packages/order-watcher/test/utils/web3_wrapper.ts9
-rw-r--r--packages/order-watcher/tsconfig.json7
-rw-r--r--packages/order-watcher/tslint.json3
-rw-r--r--packages/subproviders/test/integration/ledger_subprovider_test.ts4
-rw-r--r--packages/subproviders/test/unit/redundant_rpc_subprovider_test.ts3
-rw-r--r--packages/subproviders/test/utils/report_callback_errors.ts2
-rw-r--r--packages/types/CHANGELOG.json9
-rw-r--r--packages/types/src/index.ts78
-rw-r--r--packages/web3-wrapper/src/web3_wrapper.ts7
167 files changed, 19667 insertions, 1350 deletions