status-go/services/wallet/collectibles
Ivan Belyakov 2df9df10ab fix(tests): moved test db setup to a common place 't/helpers', created
interface for initializing db, which is implemented for appdatabase and
walletdatabase. TBD for multiaccounts DB.
Unified DB initializion for all tests using helpers and new interface.
Reduced sqlcipher kdf iterations for all tests to 1.
2023-08-18 09:00:56 +02:00
..
collectible_data_db.go chore: implement collectibles data db cache 2023-08-09 11:21:59 -03:00
collectible_data_db_test.go chore: implement collectibles data db cache 2023-08-09 11:21:59 -03:00
collection_data_db.go chore: implement collectibles data db cache 2023-08-09 11:21:59 -03:00
collection_data_db_test.go chore: implement collectibles data db cache 2023-08-09 11:21:59 -03:00
commands.go chore: reorganized collectibles clients code 2023-08-03 12:53:00 -03:00
manager.go feat(OwnerToken): Owner token and master token deployment 2023-08-14 20:57:00 +02:00
ownership_db.go chore: implement collectibles data db cache 2023-08-09 11:21:59 -03:00
ownership_db_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00
service.go feat: make collectibles api support multiple clients 2023-08-15 10:17:10 -03:00
types.go chore: rework data structures to accomodate new providers 2023-08-03 12:53:00 -03:00