1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-13 19:39:05 +00:00
Commit Graph

174 Commits

Author SHA1 Message Date
Pavol Rusnak
fe6e62c11f
Revert "add EthereumSignTx.prefix"
This reverts commit 78da723c06.
2017-04-30 03:24:54 +02:00
Pavol Rusnak
2148e5ff8d
proto: add cointype.segwit to types 2017-04-26 15:32:01 +02:00
Pavol Rusnak
b9198eb2b6
coins.json: add segwit bool 2017-04-26 15:30:38 +02:00
Pavol Rusnak
78da723c06
add EthereumSignTx.prefix 2017-04-24 20:32:07 +02:00
Pavol Rusnak
29ecc3e24b
added dash.run to whitelist 2017-04-24 17:52:35 +02:00
Peter Banik
dd1f7a2b0b Added xpub_magic and xprv_magic to CoinType structure and coin_name to GetPublicKey message structure (#26) 2017-04-21 12:47:23 +02:00
Pavol Rusnak
a08782bd8c
add gitter badge 2017-04-13 21:58:29 +02:00
Pavol Rusnak
072770f51a
add FirmwareRequest message 2017-04-06 14:57:42 +02:00
Pavol Rusnak
6a1adef5f9
whitespace cleanup 2017-04-06 14:57:42 +02:00
Karel Bílek
80c7b666a2 Raising the maxfee (#24)
Right now, the recommended fee by 21.co is 200 satoshis per b. (see https://bitcoinfees.21.co/api/v1/fees/recommended )

We use 21.co on mytrezor.

200 satoshis per byte == 200.000 satoshis per kB.

I am raising it to 300.000 so we have some breathing room.
2017-02-27 20:59:34 +01:00
Pavol Rusnak
f50db0e664 update config.json: remove quorumwallet
it seems that quorumwallet.com is dead
2017-02-18 18:16:47 +01:00
Jochen Hoenicke
9d2ab7318d Ethereum: chain id for EIP-155 replay protection (#23)
Added a field chain_id.  To get a backwards compatible signature
this field should not be set.  Otherwise it should be set to the
EIP-155 chain id.  Currently only chain id between 1 and 109 are
supported.

See trezor/trezor-mcu#142
2017-01-22 12:16:49 +01:00
Pavol Rusnak
f94f7cb02b
-> trezor.io 2017-01-10 15:11:32 +01:00
Pavol Rusnak
2288fbd005
add trezorv1 public keys 2016-12-25 19:40:28 +01:00
Saleem Rashid
72ff43714f Configuration: Add Java package name (#22) 2016-12-21 21:17:12 +01:00
slush0
b32ea69c6b Adde pb2py, generator for simplified python protobuf definitions
as used by TREZOR Core and python-trezor.
2016-12-04 19:23:45 +01:00
Jochen Hoenicke
61af3d5e93
Matrix Recovery
This adds a new type in the message RecoveryDevice, which can
be used by the host to signal which recovery procedures it supports.
It is a bitfield containing a bit for every supported procedure.
2016-11-23 11:31:35 +01:00
Karel Bilek
8253f86237 Revert "Add null to allow electron apps (#20)"
This reverts commit 7237cefbb4.
2016-11-14 19:46:40 +01:00
Karel Bílek
7237cefbb4 Add null to allow electron apps (#20)
Electron discussion there

https://github.com/electron/electron/issues/7931 

It seems `Origin: 'null'` from electron apps is a feature, not a bug
2016-11-10 18:20:39 +01:00
Karel Bilek
85adb1ea78 Adding dust limits 2016-10-31 18:43:06 +01:00
Karel Bílek
92bcbc74d7 Genesis block hashes for zcash + zcash testnet rc4 2016-10-31 17:08:47 +01:00
Pavol Rusnak
0b4b667ff1
add u2f_counter field to LoadDevice, ResetDevice, RecoveryDevice 2016-10-31 16:09:56 +01:00
Karel Bílek
c638245e4d Confused zcash and test-zcash 2016-10-25 18:24:05 +02:00
Karel Bílek
f0100b6e96 Zcash testnet genesis block change 2016-10-25 18:03:02 +02:00
Pavol Rusnak
20c1d05f9d
add extra_data_offset 2016-10-20 13:22:16 +02:00
Pavol Rusnak
07a71eb9c0
add fields for Tx.extra_data 2016-10-19 09:34:00 +02:00
str4d
1e74952359
Update Zcash entries to match spec version 2016.0-beta-1.8 (#18) 2016-10-05 16:18:07 +02:00
slush0
083e90a092 Fixing Namecoin and Zcash testnet 2016-10-05 15:48:48 +02:00
Karel Bílek
b6535b8354 Moving zcash testcoin out (it's cleaner) 2016-09-26 15:56:08 +02:00
Karel Bílek
887a45f40b Adding zcash
+changing format slightly
2016-09-26 14:51:47 +02:00
Pavol Rusnak
7c3a4f9dc5
add Features.firmware_present field 2016-09-26 12:45:15 +02:00
Karel Bílek
c2a0b255ff Adding fee/B
Aside from Bitcoin, those are made up. We can fix them later.
2016-09-25 18:44:22 +02:00
Karel Bílek
ca0f187805 Adding BIP44 indexes
zcash is just temporary
2016-09-23 16:34:25 +02:00
Karel Bílek
3c5bc3c77c Correcting typo 2016-09-23 15:14:10 +02:00
Karel Bílek
0461c7d4f0 Adding xpub and xprv magic 2016-09-23 15:13:41 +02:00
Karel Bílek
4ba387d4f8 Adding genesis block hash 2016-09-23 14:33:52 +02:00
Pavol Rusnak
fb8e76d8f6
add coins.json (extracted from trezor-mcu coins.s) 2016-09-23 13:24:41 +02:00
Pavol Rusnak
153405b843
update udev rules 2016-09-22 17:54:13 +02:00
slush0
a8ed2d41e8 Merge pull request #16 from trezor/chrome-extension-patch
Adding chrome extension to white-listed domains
2016-08-10 16:44:21 +02:00
Karel Bílek
6d0f3083f3 Adding chrome extension to white-listed domains 2016-08-10 15:59:28 +02:00
Pavol Rusnak
b29db007f9 Merge pull request #15 from jhoenicke/segwit
Prepare protocol for segwit.
2016-07-11 16:07:32 +02:00
Jochen Hoenicke
1a66454066
GetAddress with scripttype
Added script_type field to GetAddress, which can later be
used to display segwit addresses on the Trezor.
2016-07-10 15:21:00 +02:00
Jochen Hoenicke
def589743e
Signing protocol extensions for segwit
Extended InputScriptType and OutputScriptType for witness.
We use the same constant for multisig and normal segwit scripts;
they can be differentiated by the fact that multisig is set.

Added amount to TxInputType (with segwit we can trust it as it
is added to the signed part).
2016-07-10 15:19:29 +02:00
Pavol Rusnak
7e83062352
update dockerfile to fedora:24 2016-07-03 13:41:17 +02:00
Pavol Rusnak
4c2b12b0c5
update whitespace 2016-06-30 13:55:30 +02:00
slush0
6b8fc64e0a Whitelisted trezor.io, Added PID/VID for Trezor2 2016-06-29 20:54:55 +02:00
Pavol Rusnak
603d3c18e1 Merge pull request #14 from jhoenicke/master
Add message SetU2FCounter
2016-06-13 00:30:41 +02:00
Jochen Hoenicke
203d95b913 new message SetU2FCounter 2016-06-12 23:37:24 +02:00
Pavol Rusnak
70d8ac8f85 Merge pull request #13 from jhoenicke/master
DebugLink Memory access
2016-06-12 22:38:31 +02:00
Pavol Rusnak
e6295a33cd Merge pull request #12 from romanz/master
Add support for ECDH session key generation (according to SLIP-0017)
2016-06-11 20:34:39 +02:00