status-go/services/wallet/collectibles
Igor Sirotin c1dd9397f7
refactor_: remove generated files from source control (#5878)
* fix_: gitignore generated files

* chore_: delete generated files

* fix_: update go generate instructions

* feat(Makefile)_: clean-generated-files target

* feat(Makefile)_: `generate` target

* fix(Makefile)_: dependent generate target

* ci_: run generate, update docker file deps

* fix(Makefile)_: remove `clean-generated-files` target

* fix(Makefile)_: simpler GO_GENERATE_CMD arg

* fix_: temp workspace GO_GENERATE_FAST_DIR
2024-10-03 20:59:44 +01:00
..
collectible_data_db.go refactor_: remove generated files from source control (#5878) 2024-10-03 20:59:44 +01:00
collectible_data_db_test.go fix(wallet): flaky test TestUpdateCollectiblesData 2024-03-18 10:05:46 -03:00
collection_data_db.go refactor_: remove generated files from source control (#5878) 2024-10-03 20:59:44 +01:00
collection_data_db_test.go feat(api)_: add api and functionality to get collection website and twitter handle from alchemy (#5007) 2024-05-14 08:58:08 +02:00
commands.go feat: fetch collectibles balances 2024-03-06 20:45:42 -03:00
contract_type_db.go feat(wallet): add contract type to collectibles 2024-02-06 13:35:01 -03:00
controller.go feat: sepolia default 2024-02-23 11:26:31 +01:00
db_utils.go
filter.go fix: handle collectibles owned by multiple accounts 2024-03-06 20:45:42 -03:00
filter_test.go fix: handle collectibles owned by multiple accounts 2024-03-06 20:45:42 -03:00
manager.go feat_: log on panic (#5849) 2024-09-27 06:37:32 +08:00
manager_test.go chore_: migrate to uber's mock fork (#5858) 2024-09-20 10:08:11 +01:00
ownership_db.go fix(wallet)_: use consistent invalid timestamp constant 2024-07-04 02:22:01 +03:00
ownership_db_test.go fix(wallet)_: use consistent invalid timestamp constant 2024-07-04 02:22:01 +03:00
service.go feat(api)_: add api and functionality to get collection website and twitter handle from alchemy (#5007) 2024-05-14 08:58:08 +02:00
types.go feat(api)_: add api and functionality to get collection website and twitter handle from alchemy (#5007) 2024-05-14 08:58:08 +02:00
types_test.go