* development: (553 commits) Update yarn.lock Remove the website from the monorepo Publish Updated CHANGELOGS & MD docs Print out which snapshot version is being downloaded Check if link is a valid url in mdx inline link: if so, open in a new tab, if not, same tab. Remove use of remove type Increase the memory allocation for building the website Fix prettier Add contract-wrappers MD docs and update it's index.ts so that no types are missing Final update of reference docs Export more of abi-gen-wrappers from contract-wrappers Re-wrote Ganache Setup guide into a Setting up a local 0x testnet guide Update Web3 Provider Explained guide Update market-making guide to mention Mesh as an alternative to SRA Update contract addresses Increase available memory for webpack Added keeping active link in view when scrolling content in the docs Remove bundle dirs too Update ganache-cli to later version ...
155 lines
4.5 KiB
Plaintext
155 lines
4.5 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# SQLite database files
|
|
*.db
|
|
*.sqlite
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
lib-cov
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
coverage
|
|
|
|
# nyc test coverage
|
|
.nyc_output
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
.grunt
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
bower_components
|
|
|
|
# node-waf configuration
|
|
.lock-wscript
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
build/Release
|
|
|
|
# Dependency directories
|
|
node_modules/
|
|
jspm_packages/
|
|
|
|
# TypeScript v1 declaration files
|
|
typings/
|
|
|
|
# NVM config
|
|
.nvmrc
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
.npmrc
|
|
|
|
# Optional eslint cache
|
|
.eslintcache
|
|
|
|
# Optional REPL history
|
|
.node_repl_history
|
|
|
|
# Output of 'npm pack'
|
|
*.tgz
|
|
|
|
# Yarn Integrity file
|
|
.yarn-integrity
|
|
|
|
# dotenv environment variables file
|
|
.env
|
|
|
|
# built library using in commonjs module syntax
|
|
lib/
|
|
# UMD bundles that export the global variable
|
|
_bundles
|
|
|
|
# generated documentation
|
|
generated_docs/
|
|
|
|
TODO.md
|
|
|
|
# VSCode file
|
|
.vscode
|
|
|
|
# server cli
|
|
packages/testnet-faucets/server/
|
|
|
|
# generated contract artifacts/
|
|
contracts/coordinator/generated-artifacts/
|
|
contracts/exchange/generated-artifacts/
|
|
contracts/asset-proxy/generated-artifacts/
|
|
contracts/multisig/generated-artifacts/
|
|
contracts/utils/generated-artifacts/
|
|
contracts/exchange-libs/generated-artifacts/
|
|
contracts/erc20/generated-artifacts/
|
|
contracts/erc721/generated-artifacts/
|
|
contracts/erc1155/generated-artifacts/
|
|
contracts/extensions/generated-artifacts/
|
|
contracts/exchange-forwarder/generated-artifacts/
|
|
contracts/dev-utils/generated-artifacts/
|
|
packages/sol-tracing-utils/test/fixtures/artifacts/
|
|
python-packages/contract_artifacts/src/zero_ex/contract_artifacts/artifacts/
|
|
|
|
# generated contract wrappers
|
|
packages/python-contract-wrappers/generated/
|
|
contracts/coordinator/generated-wrappers/
|
|
contracts/exchange/generated-wrappers/
|
|
contracts/asset-proxy/generated-wrappers/
|
|
contracts/multisig/generated-wrappers/
|
|
contracts/utils/generated-wrappers/
|
|
contracts/exchange-libs/generated-wrappers/
|
|
contracts/erc20/generated-wrappers/
|
|
contracts/erc721/generated-wrappers/
|
|
contracts/erc1155/generated-wrappers/
|
|
contracts/extensions/generated-wrappers/
|
|
contracts/exchange-forwarder/generated-wrappers/
|
|
contracts/dev-utils/generated-wrappers/
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/erc20_token/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/exchange/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/asset_proxy_owner/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/coordinator/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/coordinator_registry/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/dummy_erc20_token/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/dummy_erc721_token/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/dutch_auction/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/erc20_proxy/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/erc721_proxy/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/erc721_token/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/eth_balance_checker/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/forwarder/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/i_asset_proxy/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/i_validator/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/i_wallet/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/multi_asset_proxy/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/order_validator/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/weth9/__init__.py
|
|
python-packages/contract_wrappers/src/zero_ex/contract_wrappers/zrx_token/__init__.py
|
|
|
|
# solc-bin in sol-compiler
|
|
packages/sol-compiler/solc_bin/
|
|
|
|
# python stuff
|
|
.eggs
|
|
.mypy_cache
|
|
.tox
|
|
python-packages/*/build
|
|
python-packages/*/dist
|
|
__pycache__
|
|
python-packages/*/src/*.egg-info
|
|
python-packages/*/.coverage
|
|
|
|
# python keeps package-local copies of json schemas
|
|
python-packages/json_schemas/src/zero_ex/json_schemas/schemas
|
|
|
|
# Doc README copy
|
|
packages/*/docs/README.md
|
|
|
|
.DS_Store
|