Skip to content

Commit b1c4a91

Browse files
authored
Add intent on the last screen (#299)
* bump version * update deps * update tests * add spinner
1 parent f7cbff0 commit b1c4a91

File tree

20 files changed

+10
-8
lines changed

20 files changed

+10
-8
lines changed

app/Makefile.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ APPVERSION_M=4
33
# This is the minor version of this release
44
APPVERSION_N=0
55
# This is the patch version of this release
6-
APPVERSION_P=8
6+
APPVERSION_P=9

app/src/handlers/handle_bls.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ __Z_INLINE void handleSignBls(volatile uint32_t *flags, volatile uint32_t *tx, u
8787
THROW(APDU_CODE_OK);
8888
}
8989

90+
view_spinner_show("Loading transaction");
91+
9092
// Parser Certificate and verify
9193
CHECK_APP_CANARY()
9294
zxerr_t err = tx_certVerify();
192 Bytes
Loading
1.61 KB
Loading
Binary file not shown.
1 Byte
Loading
6 Bytes
Loading
6 Bytes
Loading
35 Bytes
Loading

0 commit comments

Comments
 (0)