* development: (38 commits) Add fallback image support to relayer grid tile Clear relayer grid state when fetching Configure the compiler to generate artifacts with deployedBytecode Implement loading and error state for relayer grid Fallback image for relayer grid tile Change relayer grid tile to link on header Display top tokens from backend Remove overflowZ property from portal Suggestions and fix bad merge Fix typo Only show untracked tokens Make wallet scrollable Add token flow Update The Ocean logo Fix artifacts paths Create an artifacts folder Introduce a var Add removeHexPrefix util method CHeck if ABI exists Improve the readability of the check for should compile ... # Conflicts: # .gitignore # packages/contracts/test/multi_sig_with_time_lock.ts # packages/contracts/test/multi_sig_with_time_lock_except_remove_auth_addr.ts # packages/contracts/util/artifacts.ts
97 lines
1.8 KiB
Plaintext
97 lines
1.8 KiB
Plaintext
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
|
|
# Runtime data
|
|
pids
|
|
*.pid
|
|
*.seed
|
|
*.pid.lock
|
|
|
|
# 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/
|
|
|
|
# Optional npm cache directory
|
|
.npm
|
|
|
|
# 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
|
|
|
|
packages/website/public/bundle*
|
|
packages/react-docs/example/public/bundle*
|
|
|
|
# generated binaries
|
|
bin/
|
|
|
|
# generated contract artifacts
|
|
packages/sol-cov/test/fixtures/artifacts
|
|
packages/metacoin/artifacts
|
|
packages/0x.js/test/artifacts
|
|
packages/order-watcher/test/artifacts
|
|
packages/contract-wrappers/test/artifacts
|
|
packages/migrations/artifacts
|
|
|
|
# generated contract wrappers
|
|
packages/0x.js/src/contract_wrappers/generated/
|
|
packages/contracts/src/contract_wrappers/generated/
|
|
packages/contract-wrappers/src/contract_wrappers/generated/
|
|
packages/metacoin/src/contract_wrappers
|
|
packages/fill-scenarios/src/generated_contract_wrappers/
|
|
packages/order-watcher/src/generated_contract_wrappers/
|
|
|
|
# solc-bin in deployer
|
|
packages/deployer/solc_bin/
|
|
|
|
# Monorepo scripts
|
|
packages/*/scripts/
|