Commit Graph

17 Commits (mmilata/feat/solana)

Author SHA1 Message Date
obrusvit e073e619c9 chore(tests): re-run black and isort on core/tests
4 months ago
grdddj 171c615dfa chore(tests): remove unused imports and variables
4 months ago
grdddj 4bca28bac0 chore(tests): run isort and put "from common import *" at the beginning
4 months ago
matejcik 8c5c2f4204 refactor(core): get rid of passing Context around
12 months ago
grdddj 428ac8d2ac chore(core): delete unused code in src
1 year ago
Andrew Kozlik 5bbfd40df6 feat(core): Add set_int() and get_int() to storage cache.
2 years ago
grdddj 9fc5bb546b style(core): full pyright-based type-checking
3 years ago
matejcik 52c34c7364 fix(core): allow caching empty values (fixes #1659)
3 years ago
Jan Pochyla a8623c4b59 refactor(core): fix imports and use new protobuf API in apps
3 years ago
matejcik 3cdb09c294 refactor(core): modify cache to preallocate all its data
3 years ago
matejcik e0583dd5cb all: use a specific error code for "invalid session"
4 years ago
matejcik 4909821f35 core: implement EndSession
4 years ago
matejcik d5e45c02bb core: move base functions from "homescreen" app to "base"
4 years ago
matejcik 8c4cb58098 core: introduce caching decorators
4 years ago
Tomas Susanka 6c47bf8230 core: store multiple sessions/caches at the same time
4 years ago
Tomas Susanka 15ed5cd19e
core: do not clear cache on ClearSession
4 years ago
matejcik 3fa99c0c6a
core/tests: add storage.cache tests
4 years ago