pscott
a2d9a8068a
Add network display ( #152 )
...
* Add network name display instead of chainID
* Add display of correct ticker along with network
* Add FTM
* Clang-format
* Add comment in python script
* Rename SIZE_MAX to MAX_SIZE
* Change %u to %d in printf
* Remove needless PIC
* Update comment about get_chain_id()
* Update example script to follow EIP155
* Remove unused PIC calls
* Add whitespace between ticker and amount when using EIP155
* Remove decimal config per network, set back 18 everywhere
* Adapt u32_from_BE to swith cases
* Remove chainid from signTx.py
* Switch to switch in stead of if in get_chain_id
* Revert "Remove chainid from signTx.py"
This reverts commit 454e09f280ec3e3ec1c7d7cc0027247ef4390088.
* Change Ethereum chainid to 1
* Rename chainid_step to network_step
* Adapt finalizeParsing to new chainid for Ethereum
* Update snapshots
* clang-format
* Fix network display logic for clones
* Fix tests
* Add clone tests
Co-authored-by: TamtamHero <10632523+TamtamHero@users.noreply.github.com >
2021-07-02 18:46:23 +02:00
Jean P
ea87a0a646
Use elfs from CI in tests ( #167 )
...
* Add Nano X build
* Use CI's build artifacts for CI's tests
2021-07-01 18:27:06 +02:00
pscott
277bd74fab
Add 02 preffix to transaction
2021-06-30 16:51:41 +02:00
pscott
5b489f9571
Add folder for eip1559 tests
2021-06-30 14:00:46 +02:00
pscott
1bff0b3b7d
Add temp eip1559 test (not working)
2021-06-30 14:00:35 +02:00
TamtamHero
d2907130f2
Add BSC icons
2021-06-29 17:18:21 +02:00
pscott
bb9da691a1
Add bsc to variants
2021-06-29 17:18:20 +02:00
pscott
be59465acf
bump to rc2
2021-06-29 17:18:20 +02:00
pscott
c40ea9dae4
Update Changelog
2021-06-29 17:18:19 +02:00
pscott
de3978ca7e
Update plugin sdk
2021-06-29 17:18:19 +02:00
pscott
db5fe05902
Bump version to rc1 and add to CHANGELOG
2021-06-29 17:18:19 +02:00
pscott
61e7d17442
Add bsc variant
2021-06-29 17:18:15 +02:00
pscott
032bd7b7ee
clang format
2021-06-29 16:07:28 +02:00
pscott
0294c5e60f
Remove detailed fees display
2021-06-29 16:04:38 +02:00
pscott
a944387c11
change wording to available instead of possible
2021-06-29 16:04:38 +02:00
pscott
638c124739
Add comment
2021-06-29 16:04:38 +02:00
pscott
036091bb63
Unify plugin ui with standard UI; add prepareFeeDisplay and prepareChainIdDisplay
2021-06-29 16:04:38 +02:00
pscott
3fe18f0e18
Update plugin sdk
2021-06-29 16:04:38 +02:00
pscott
27b91e4dea
Bump Plugin interface version to v2
2021-06-29 16:04:38 +02:00
pscott
0bff1de52c
Add setting to display detailed fees
2021-06-29 16:04:38 +02:00
pscott
bb6f65ad75
Add comment, remove debug
2021-06-29 16:04:38 +02:00
pscott
df4fe3c0dd
Implement support for EIP1559; No settings
2021-06-29 16:04:38 +02:00
pscott
4294c0a1a3
Merge pull request #160 from LedgerHQ/add_tests
...
Add tests
2021-06-18 15:12:45 +02:00
pscott
a484b114c3
Remove usr/include in Makefile
2021-06-18 14:38:57 +02:00
pscott
30e7c25163
Change to ledgerhq ghcr.io
2021-06-18 14:26:20 +02:00
pscott
9621fabea6
Try back ssh in gitmodules
2021-06-18 14:20:11 +02:00
pscott
d38805659f
Remove env var; hardcode commands to e2e tests
2021-06-18 12:55:22 +02:00
pscott
a4a8032fc7
Try to add BOLOS_SDK env
2021-06-18 12:53:34 +02:00
pscott
447dcec7cc
Update job name in e2e tests
2021-06-18 12:50:07 +02:00
pscott
213ece71bf
Update make commands in e2e tests
2021-06-18 12:48:16 +02:00
pscott
822e2ce16e
Update gitmodules
2021-06-18 12:46:51 +02:00
pscott
72c5330b6e
Don't compile when e2e testing
2021-06-18 12:43:41 +02:00
pscott
278c7260b2
Ignore yarn-error.log
2021-06-18 12:43:29 +02:00
pscott
533669c75e
Remove submodules for e2e test
2021-06-18 12:37:10 +02:00
pscott
e15d741647
Switch to ghcr.io
2021-06-18 12:32:37 +02:00
pscott
3408b1643e
Run CI on push master or PR master
2021-06-18 12:30:16 +02:00
pscott
9a11d36105
Clang-format main
2021-06-18 12:27:20 +02:00
pscott
bd4ee9e620
Add jobs keyword to e2e tests
2021-06-18 11:29:55 +02:00
pscott
7e666de9ae
Add zemu test to Makefile
2021-06-18 11:23:37 +02:00
pscott
d09dd32e55
Add deposit test; change timeout setting
2021-06-18 11:23:26 +02:00
pscott
13f6a4f949
Add approve test and fix deposit test
2021-06-17 18:54:40 +02:00
pscott
390f383417
Add approve test
2021-06-17 18:36:07 +02:00
pscott
4bc6d5ef40
Fix test for deposit
2021-06-17 17:45:55 +02:00
pscott
e5fafae176
Add working tests for send_bsc and send
2021-06-17 17:20:52 +02:00
pscott
225a6788c5
Fix chunk_size test
2021-06-16 15:09:11 +02:00
pscott
00975cea1f
Update elfs to ALLOW_DATA
2021-06-16 15:07:32 +02:00
pscott
57fc7febff
Add chunk_size failing test
2021-06-16 14:53:34 +02:00
pscott
359a9a584c
Update ledgerjs version
2021-06-16 14:52:50 +02:00
pscott
49eb946adc
Ignore tests/lib
2021-06-16 14:52:06 +02:00
pscott
4815bc0dda
Remove tests/lib
2021-06-16 14:51:50 +02:00