* Add a UI warning when contract data are not enabled in the settings * Update wording "contract data" -> "blind signing" to raise awareness * Bump version 1.9.5 * remove hardcoded path in helper build script * Add blind signature test * Add snapshot-tmp to gitignore * Remove unused snapshots * Increase tests timings * Remove unused snapshots * Fix and rename compound blind deposit test * Update Approve and Transfer tests * Update tests * Cosmetic changes + disable debug flag * Update CHANGELOG.md
21 lines
193 B
Plaintext
21 lines
193 B
Plaintext
# Compilation of Ledger's app
|
|
src/glyphs.c
|
|
src/glyphs.h
|
|
bin/
|
|
debug/
|
|
dep/
|
|
obj/
|
|
|
|
# Python
|
|
*.pyc
|
|
|
|
|
|
# JS
|
|
tests/node_modules
|
|
tests/lib
|
|
tests/yarn-error.log
|
|
tests/elfs/*
|
|
tests/snapshots-tmp
|
|
|
|
.vscode
|