status-go/services/wallet/collectibles
Siddarth Kumar d6c4682479
chore_: bump go to 1.20 (#5027)
This commit attempts to upgrade go version to 1.20.12
This commit also removes the following items from lint checks :
* `goconst`
* `structcheck`
* `deadcode`
* `golint`
* `varcheck`

Mobile PR for QA purposes -> https://github.com/status-im/status-mobile/pull/19564
2024-04-18 18:48:02 +02:00
..
collectible_data_db.go Added soulbound field for collectibles (#5026) 2024-04-09 16:16:20 +02:00
collectible_data_db_test.go fix(wallet): flaky test TestUpdateCollectiblesData 2024-03-18 10:05:46 -03:00
collection_data_db.go fix: ensure no duplicate results when checking for missing collectible/collection ids in the db 2024-03-08 10:49:06 -03:00
collection_data_db_test.go fix(wallet): flaky test TestUpdateCollectionsData 2024-03-15 13:35:32 +01: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 fix: avoid losing cached community collectibles data 2024-01-12 08:55:38 -03:00
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 fix_: improve `fetchCommunityAssets` performance 2024-04-10 21:00:28 +02:00
ownership_db.go fix: handle collectibles owned by multiple accounts 2024-03-06 20:45:42 -03:00
ownership_db_test.go fix: handle collectibles owned by multiple accounts 2024-03-06 20:45:42 -03:00
service.go chore_: bump go to 1.20 (#5027) 2024-04-18 18:48:02 +02:00
types.go chore_: bump go to 1.20 (#5027) 2024-04-18 18:48:02 +02:00
types_test.go feat: lazy load collectibles metadata 2023-12-19 21:27:20 -03:00