Pavol Rusnak
a89a3bf6db
core: fix last commit
2019-04-23 19:54:03 +02:00
Pavol Rusnak
c761351afa
core: add indeterminate flag to display_loader
2019-04-23 19:21:03 +02:00
Pavol Rusnak
c995d9fa59
Revert "ui.display.loader: slice_span added for indeterminate loaders"
...
This reverts commit 9de96f6114
.
2019-04-23 18:31:30 +02:00
Pavol Rusnak
def96032d2
core+legacy: make path checks more benevolent ( #84 )
...
Non-existing BIP-48 is causing mess among implementations
2019-04-23 18:16:37 +02:00
Tomas Susanka
8c9f74d16c
ci: do not pass anything to pytest globally
...
to allow pytest in crypto/
2019-04-23 17:52:10 +02:00
Tomas Susanka
7fb1137ae4
ci: test legacy
2019-04-23 17:52:10 +02:00
Tomas Susanka
c26f94fa59
Merge pull request #102 from criptomart/fair
...
add FairCoin
2019-04-23 17:34:33 +02:00
santiky
8460f1b36b
add FairCoin
2019-04-23 17:00:26 +02:00
Tomas Susanka
24bd4f84da
ci: gitlab init
...
Lot of things are missing, this is to at least have something in master. Todo:
- add legacy, python and storage tests
- fix crypto
- cache
- pass builds from build stage to tests using artefacts
and many others
2019-04-23 15:57:24 +02:00
Tomas Susanka
456d98ac03
all: style
2019-04-23 14:41:59 +02:00
Tomas Susanka
b6c989226e
common: remove FairCoin because of an invalid picture size
2019-04-23 14:23:34 +02:00
Tomas Susanka
c9f380eae4
Tezos: Add voting support ( #41 )
...
Tezos: Add voting support
2019-04-23 14:00:32 +02:00
Tomas Susanka
37a597a444
xmr.ui: improves UX of the monero app ( #95 )
...
xmr.ui: improves UX of the monero app
2019-04-23 14:00:05 +02:00
Dusan Klinec
7ea53c089e
xmr: indeterminate progress for live refresh
2019-04-23 09:15:59 +02:00
Dusan Klinec
9de96f6114
ui.display.loader: slice_span added for indeterminate loaders
2019-04-23 09:15:58 +02:00
Dusan Klinec
a3aae9c234
xmr.ui: improves UX of the monero app
...
Based on the testing feedback I've made slight modifications to the UI.
Main points:
- running on the full brightness during the process (previously dimmed, felt broken)
- overlaying layout fix after transaction confirmation
2019-04-23 09:15:58 +02:00
Pavol Rusnak
af89ae88dc
core+legacy: update changelogs
2019-04-22 18:57:14 +02:00
armatusmiles
8114e0f9fc
crypto: add support for schnorr signatures
2019-04-22 00:52:50 +02:00
Pavol Rusnak
b439b536a1
legacy: bump pipenv dependencies
2019-04-20 12:54:58 +02:00
Tomas Susanka
4c8ef80cc7
core: build templates
2019-04-19 17:21:00 +02:00
Tomas Susanka
de6be423a1
all: add Pipfile to root
...
Although we have to a) discuss if we want this b) consolidate with other
Pipfiles if so.
2019-04-19 16:37:58 +02:00
Tomas Susanka
1995169255
crypto: style
2019-04-19 16:36:39 +02:00
Tomas Susanka
021a8a0cb8
xmr: live refresh progress starts from 0
...
Migrated from https://github.com/trezor/trezor-core/pull/552
2019-04-19 16:07:28 +02:00
Tomas Susanka
e513063988
Merge pull request #89 from fujicoin/mod-fujicoin
...
mod fujicoin tx fees
2019-04-19 15:58:09 +02:00
motty
19ddcdc17d
mod fujicoin tx fees
2019-04-19 15:35:10 +09:00
Pavol Rusnak
8b06598474
core+legacy: rework code styling checks
2019-04-18 17:40:55 +02:00
matejcik
834a483e1a
tezos: make style
2019-04-18 15:54:29 +02:00
matejcik
3e74ed927b
python/tezos: add input flow for paginators
2019-04-18 15:44:09 +02:00
matejcik
1e1e6513a0
core/tezos: add ButtonRequest in front of proposal paginator
2019-04-18 15:43:33 +02:00
matejcik
1e7357db80
core/ui: fix crash when trying to scroll with only one page
2019-04-18 15:03:24 +02:00
matejcik
9f8ebcf183
build: make build scripts work from monorepo root
...
incidentally fixes #9 and the dreaded non-bug #8
2019-04-18 14:55:04 +02:00
Adrian Nagy
8ee605484e
remove stray print
2019-04-18 14:45:36 +02:00
Adrian Nagy
03790e992f
reformated with black
2019-04-18 14:40:04 +02:00
Adrian Nagy
dce60da6ec
Added comment to path validation
2019-04-18 14:37:11 +02:00
Adrian Nagy
2dd1ae6491
refactor path validation
2019-04-18 14:25:42 +02:00
Tomas Susanka
ec38a8ce3f
core: update Pipfile.lock
2019-04-18 12:50:21 +02:00
Adrian Nagy
da7bb8abf8
fix path validation and update unit tests
2019-04-18 12:32:43 +02:00
Adrian Nagy
c588d0b4f3
requested changes #2
2019-04-18 08:41:38 +02:00
Pavol Rusnak
e7592a4c04
nix: consolidate various shell.nix files into one
2019-04-18 00:26:04 +02:00
Pavol Rusnak
e78a917502
common/defs: add bitcoin_regtest icon
2019-04-17 16:45:04 +02:00
Thomas Kerin
cea8458108
common/defs: add bitcoin_regtest support ( #43 )
2019-04-17 16:43:01 +02:00
Tomas Susanka
5dc0a1ee0a
core/extmod: return False or None consistently when a signature verification fails
...
from https://github.com/trezor/trezor-core/pull/535 by @real-or-random
2019-04-17 16:23:28 +02:00
Kurotych Anatolii
23bfb31ad2
crypto/ecdsa: add compress_coords ( #42 )
2019-04-17 12:19:01 +02:00
Pavol Rusnak
be76dcc96a
toplevel: reorganize .gitignore files
2019-04-17 00:05:24 +02:00
Adrian Nagy
fd95ff0531
made requested changes
2019-04-16 19:20:40 +02:00
Adrian Nagy
c0e5a32dec
Add voting support
2019-04-16 19:16:01 +02:00
Santi
c45b416229
common/defs: add FairCoin ( #25 )
2019-04-16 17:16:47 +02:00
Adrian Nagy
0c630831dc
Merge remote-tracking branch 'core-local/voting' into voting
2019-04-16 11:10:52 +02:00
matejcik
04bde880c6
monorepo: add notes and creation tool
2019-04-15 19:16:04 +02:00
matejcik
fd2829a27b
MONOREPO SUBREPO FILES
2019-04-15 19:15:14 +02:00