mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-02-21 06:38:09 +00:00
* trim trailing spaces * update to embark 4.0.2 * bump to solc 0.5.4 * use .selector * use solidity function selector * update to embark 6.0.0 * use mocks instead of "instanceOf" tool+tests fix * update to solidity 0.5.11 * update to solidity 0.5.11 * add spdx license identifiers * update ENS contracts * natspec fix return values
47 lines
450 B
Plaintext
47 lines
450 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# embark
|
|
.embark/
|
|
chains.json
|
|
config/production/password
|
|
config/livenet/password
|
|
embarkArtifacts/
|
|
embark_demo/
|
|
|
|
# egg-related
|
|
viper.egg-info/
|
|
build/
|
|
dist/
|
|
.eggs/
|
|
|
|
# pyenv
|
|
.python-version
|
|
|
|
# dotenv
|
|
.env
|
|
|
|
# virtualenv
|
|
.venv/
|
|
venv/
|
|
ENV/
|
|
|
|
# Coverage tests
|
|
.coverage
|
|
.cache/
|
|
coverage/
|
|
coverageEnv/
|
|
coverage.json
|
|
|
|
# node
|
|
node_modules/
|
|
npm-debug.log
|
|
|
|
# other
|
|
.vs/
|
|
bin/
|
|
.idea/
|
|
*.iml
|