1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 11:29:11 +00:00
trezor-firmware/core/tests
matejcik 2e578572dd add EOS support
Squashed commit of the following:

commit 060563458fbc3b4a17f4d77ba5cd62d0c265c806
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 10 16:16:19 2019 +0200

    skip t1 in eos test

commit f759089fef29501467b62bf1540715132a72c4cf
Author: matejcik <ja@matejcik.cz>
Date:   Fri May 10 15:55:20 2019 +0200

    make style

commit 3ecdd5f77b331d7a6e5a46a10c79d80f214f31bd
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Thu May 9 22:05:41 2019 +0300

    Refinements in asset to to string conversion function according to code review and test cases for amounts less than 1

commit 72e44a35bada76abdd94ab866c2113a6d9d85191
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Wed May 8 00:27:45 2019 +0300

    Moved to input_flow rest of the tests, cleanup and styling

commit 92f9acbabcbef44a6912b074a309393450f0c8de
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Tue May 7 21:47:12 2019 +0300

    Fix for amounts less then 1

commit 8a0154f7432ab78e69a123202a97194d34c2a3cb
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 23:26:24 2019 +0300

    removed unnecessary peace of code

commit b25c15de3eb1df863760e81ca69f09094349c26e
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 23:16:57 2019 +0300

    Fixed validate path parameters

commit f0f6e7036a8b88d9c5c6b702a8d851e9a9bd3378
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 23:04:58 2019 +0300

    Fixes

commit 0c64d3814300df86d452975b2bd46fea13f512d2
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 22:19:51 2019 +0300

    Fixed styling

commit 41d1e77231e7da78fade9b2efa1b7d1980f0d3a8
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 22:13:58 2019 +0300

    Changes to core, added CURVE to path validation

commit c045b4554ee8e058dbfe35f715b003d0d85ab1d4
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon May 6 22:07:37 2019 +0300

    Changes according to review

commit 3f0e6cfd40e7d87dc3287bc3a0b2b9db5dea5377
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Mon Apr 29 21:37:16 2019 +0300

    Added change to make expiration date timezone agnostic

commit efdf44c326cc3f3137c447e798db5439b57c91fa
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Thu Apr 18 00:14:30 2019 +0300

    changes according to code review

commit 3b3723da8f8f536c7c370a14236ea81aac25080a
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Tue Apr 16 23:44:50 2019 +0300

    Merged python to monorepo

commit da6b0c683c29388e15c889ecea6e7f7471961a19
Author: Andriy Tkachyshyn <atkachyshyn@gmail.com>
Date:   Tue Apr 16 23:13:42 2019 +0300

    Merged core to monorepo
2019-05-10 16:23:18 +02:00
..
production_tests MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
check_coverage.sh MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
common.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
run_tests_device_emu_monero.sh MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
run_tests_device_emu.sh MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
run_tests.sh MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
slip39_vectors.py core/slip39: Update code logic, tests and test vectors in accordance with the new requirement that the number of shares provided is equal to the threshold. 2019-05-03 18:28:14 +02:00
test_apps.cardano.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.cardano.cbor.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.cardano.get_public_key.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.common.coins.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.common.paths.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.common.seed.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.common.storage.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.eos.check_action.py add EOS support 2019-05-10 16:23:18 +02:00
test_apps.eos.conversions.py add EOS support 2019-05-10 16:23:18 +02:00
test_apps.eos.get_public_key.py add EOS support 2019-05-10 16:23:18 +02:00
test_apps.ethereum.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.ethereum.layout.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.ethereum.tokens.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.lisk.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.monero.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.monero.bulletproof.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.monero.crypto.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.monero.serializer.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.hdnode.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.mosaic_creation.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.mosaic_supply_change.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.mosaic.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.multisig.aggregate_modification.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.multisig.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.namespace.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.nem.transfer.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.ripple.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.ripple.serializer.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.stellar.address.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.tezos.address.py fix path validation and update unit tests 2019-04-18 12:32:43 +02:00
test_apps.tezos.encode.py fix path validation and update unit tests 2019-04-18 12:32:43 +02:00
test_apps.wallet.address_grs.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.address.py core: fix unit tests 2019-04-23 20:11:59 +02:00
test_apps.wallet.segwit.bip143.native_p2wpkh.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.segwit.bip143.p2wpkh_in_p2sh.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.segwit.signtx.native_p2wpkh_grs.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.segwit.signtx.native_p2wpkh.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.segwit.signtx.p2wpkh_in_p2sh_grs.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.segwit.signtx.p2wpkh_in_p2sh.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.signtx_grs.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.signtx.fee_threshold.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.signtx.omni.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.signtx.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.signtx.scripts.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.txweight.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.zcash.zip143.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_apps.wallet.zcash.zip243.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.config.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.aes.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.base32.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.base58.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.bech32.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.bip32.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.bip39.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.cashaddr.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.chacha20poly1305.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.crc.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.curve.curve25519.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.curve.ed25519_cosi.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.curve.ed25519.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.curve.nist256p1.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.curve.secp256k1.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.der.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.blake2b.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.blake2s.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.blake256.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.groestl512.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.ripemd160.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.sha1.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.sha3_256.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.sha3_512.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.sha256.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hashlib.sha512.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.hmac.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.pbkdf2.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.random.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.rfc6979.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.rlp.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.crypto.slip39.py core/slip39: Update code logic, tests and test vectors in accordance with the new requirement that the number of shares provided is equal to the threshold. 2019-05-03 18:28:14 +02:00
test_trezor.io.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.ui.display.py core: fix unit tests 2019-04-23 20:11:59 +02:00
test_trezor.utils.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
test_trezor.wire.codec_v1.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
unittest.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00
utest.py MONOREPO CREATE FROM trezor-core 2019-04-15 19:14:40 +02:00