Releases: klever-io/trx-ledger
v0.1.5rc
- Refactor nanopb parser
- Add permission ID to transactions
- Add multisign/permission ID examples
- Update TRC20 token list with tronscan list
- Update signed TRC10/Exchanges list with tronscan list
- Display votes in vote transaction
- Show freeze amount info
- Show votes details (up to 5 SR votes)
- bump version
v0.1.5b
- Add permission ID to transactions
- Add multisign/permission ID examples
- Update TRC20 token list with tronscan list
- Update signed TRC10/Exchanges list with tronscan list
v0.1.2
TRX Ledger Nano S v0.1.0
This is an Unofficial release for test purposes only
Changes
- Add support to new transactions:
-- SR Proposal
-- Exchanges
-- TRC20 Transfer - Add support for Same Token Name
-- Signed list of TRC10 Tokens
-- Signed list of Exchanges pairs - Add support for Tokens Precision
-- Signed list of TRC10 Tokens
-- Signed list of Exchanges pairs - Change ICON
- Set U2F PROXY MAGIC to "TRX"
- Add MIT LICENCE
Requires FIRMWARE ^1.5.4 & MCU ^1.7
How to install on Ledger
Make sure you have the firmware updated
python -m ledgerblue.loadApp \
--targetId 0x31100004 \
--fileName app.hex \
--icon 0100000000ffffff00ffffffffffff07fc47f087e527ce4fc04fe71ff31ff13ff87ffc7fffffffffff \
--curve secp256k1 \
--path "44'/195'" \
--apdu \
--appName "Tron" \
--appVersion 0.1.0 \
--appFlags 0x40 \
--delete \
--dataSize 0x00000040 \
--tlv
Wallet supported TronLedger
- Linux
- MacOs
- Windows
TronLedger is a fork from TronApp, adapted by CryptoChain for ledger support (exclusively). Access with private key is available in MyTronWallet repository.
For new TronLedger versions, please check:
https://github.com/fbsobreira/TronLedger/releases/
TRX Ledger Nano S v0.1.0b
This is an Unofficial pre-release for test purposes only
Changes
- Add support to new transactions:
-- SR Proposal
-- Exchanges
-- TRC20 Transfer - Add support for Same Token Name
-- Signed list of TRC10 Tokens
-- Signed list of Exchanges pairs - Add support for Tokens Precision
-- Signed list of TRC10 Tokens
-- Signed list of Exchanges pairs - Change ICON
- Set U2F PROXY MAGIC to "TRX"
- Add MIT LICENCE
Requires FIRMWARE ^1.5.4 & MCU ^1.7
How to install on Ledger
Make sure you have the firmware updated
python -m ledgerblue.loadApp \
--targetId 0x31100004 \
--fileName app.hex \
--icon 0100000000ffffff00ffffffffffff07fc47f087e527ce4fc04fe71ff31ff13ff87ffc7fffffffffff \
--curve secp256k1 \
--path "44'/195'" \
--apdu \
--appName "Tron" \
--appVersion 0.1.0
--appFlags 0x40 \
--delete \
--dataSize 0x00000040 \
--tlv
Wallet supported TronLedger
- Linux
- MacOs
- Windows
TronLedger is a fork from TronApp, adapted by CryptoChain for ledger support (exclusively). Access with private key is available in MyTronWallet repository.
TRX Ledger BLUE
- Add support for Ledger BLUE
TRX Ledger Nano S
Release info
VERSION: 0.0.3
- Remove sign from hash
TRX Ledger Nano S
Release info
VERSION: 0.0.2
DATASIZE: 0x00000040
TRX Ledger beta test
Update CLA to 0xE0
Add test cases to sign hash transactions
Add docker launcher
Update README instructions