Skip to content

Conversation

saledjenic
Copy link
Contributor

@saledjenic saledjenic commented Sep 9, 2025

Depends on:

General changes:

API changes:

  • GetBalancesByChain instead of chain ids and token addresses requires tokenKeys []string
  • GetTokenList that was returning ListWrapper is replaced by GetAllTokenLists and returns []*tokenlists.TokenList
  • GetTokens replaced by GetAllTokens
  • GetCustomTokens removed
  • FetchPrices instead of symbols requires now tokensKeys []string
  • FetchMarketValues instead of symbols requires now tokensKeys []string
  • GetHourlyMarketValues instead of symbol requires now tokenKey string
  • GetDailyMarketValues instead of symbol requires now tokenKey string
  • FetchTokenDetails instead of symbols requires now tokensKeys []string

New, convenient functions added to the token manager:

  • GetTokenByChainAddress
  • GetTokensByChain(chainID uint64) []*tokenlists.Token
  • GetTokensByChains(chainIDs []uint64) ([]*tokenlists.Token, error)
  • GetAllTokens() []*tokenlists.Token
  • GetTokenList(id string) (*tokenlists.TokenList, bool)
  • GetAllTokenLists() []*tokenlists.TokenList
  • GetLastTokenListsRefreshTime() (int64, error)

Exposed types that have been updated:

  • RouteInputParams
    • TokenID replaced by TokenKey
    • TokenIDIsOwnerToken replaced by TokenIsOwnerToken
    • ToTokenID replaced by ToTokenKey
  • SendDetails
    • FromToken replaced by FromTokenKey
    • ToToken replaced by ToTokenKey
  • RouterSentTransaction
    • FromToken replaced by FromTokenKey
    • ToToken replaced by ToTokenKey
  • ChainBalance - removed
  • StorageToken
    • BalancesPerChain - replaced by:
      • TokenAddress
      • TokenChainID
      • RawBalance
      • Balance
      • HasError
  • List - removed, array of TokenList used instead
  • ListWrapper - removed
  • SendTxArgsVersion
    • Symbol - removed
    • FromTokenID replaced by FromToken
    • ToTokenID replaced by ToToken

@saledjenic saledjenic changed the title A new token list approach - wallet sdk token lists integration featA new token list approach - wallet sdk token lists integration Sep 9, 2025
@saledjenic saledjenic changed the title featA new token list approach - wallet sdk token lists integration feat: a new token list approach - wallet sdk token lists integration Sep 9, 2025
@status-im-auto
Copy link
Member

status-im-auto commented Sep 9, 2025

Jenkins Builds

Click to see older builds (295)
Commit #️⃣ Finished (UTC) Duration Platform Result
bec7c38 #1 2025-09-09 11:17:42 ~1 min linux/status-go 📄log
bec7c38 #1 2025-09-09 11:17:50 ~1 min macos/status-go 📄log
✖️ bec7c38 #1 2025-09-09 11:18:31 ~2 min tests 📄log
bec7c38 #1 2025-09-09 11:19:54 ~3 min windows/status-go 📄log
bec7c38 #1 2025-09-09 11:24:43 ~8 min linux/nwaku 📄log
✖️ bec7c38 #1 2025-09-09 11:33:22 ~17 min tests-rpc 📄log
✖️ 6d306cb #2 2025-09-09 11:24:38 ~2 min tests 📄log
✔️ 6d306cb #2 2025-09-09 11:25:05 ~2 min macos/status-go 📦zip
✔️ 6d306cb #2 2025-09-09 11:25:10 ~2 min linux/status-go 📦zip
✔️ 6d306cb #2 2025-09-09 11:27:20 ~5 min windows/status-go 📦zip
✔️ 6d306cb #2 2025-09-09 11:34:51 ~10 min linux/nwaku 📦zip
✖️ 6d306cb #2 2025-09-09 11:46:16 ~12 min tests-rpc 📄log
✔️ 6d306cb #3 2025-09-09 12:02:52 ~4 min macos/status-go 📦zip
✔️ 6d306cb #3 2025-09-09 12:03:38 ~5 min windows/status-go 📦zip
✔️ 27ca6de #4 2025-09-09 12:08:06 ~4 min macos/status-go 📦zip
✔️ 27ca6de #4 2025-09-09 12:10:32 ~6 min windows/status-go 📦zip
✔️ 27ca6de #4 2025-09-09 12:29:30 ~13 min linux/status-go 📦zip
✖️ 27ca6de #4 2025-09-09 12:32:45 ~16 min tests 📄log
✔️ 27ca6de #4 2025-09-09 12:38:12 ~22 min linux/nwaku 📦zip
✖️ 27ca6de #4 2025-09-09 12:38:18 ~22 min tests-rpc 📄log
✔️ 5fdbea8 #5 2025-09-09 12:47:38 ~3 min macos/status-go 📦zip
✔️ 5fdbea8 #5 2025-09-09 12:49:59 ~5 min windows/status-go 📦zip
✖️ 5fdbea8 #5 2025-09-09 12:51:10 ~6 min tests 📄log
✔️ 5fdbea8 #5 2025-09-09 12:51:26 ~6 min linux/status-go 📦zip
✖️ 5fdbea8 #5 2025-09-09 12:56:01 ~11 min tests-rpc 📄log
✔️ 5fdbea8 #5 2025-09-09 12:59:24 ~14 min linux/nwaku 📦zip
✔️ 119e1b7 #6 2025-09-09 14:00:51 ~2 min linux/status-go 📦zip
✖️ 119e1b7 #6 2025-09-09 14:01:07 ~3 min tests 📄log
✔️ 119e1b7 #6 2025-09-09 14:02:10 ~4 min macos/status-go 📦zip
✔️ 119e1b7 #6 2025-09-09 14:03:27 ~5 min windows/status-go 📦zip
✔️ 119e1b7 #6 2025-09-09 14:07:42 ~9 min linux/nwaku 📦zip
✔️ 119e1b7 #7 2025-09-09 14:14:22 ~2 min linux/status-go 📦zip
✔️ 119e1b7 #7 2025-09-09 14:14:28 ~2 min macos/status-go 📦zip
✖️ 119e1b7 #7 2025-09-09 14:15:06 ~3 min tests 📄log
✔️ 119e1b7 #7 2025-09-09 14:16:40 ~5 min windows/status-go 📦zip
✔️ 119e1b7 #7 2025-09-09 14:21:35 ~10 min linux/nwaku 📦zip
✖️ 119e1b7 #6 2025-09-09 14:23:38 ~25 min tests-rpc 📄log
✔️ 9e2a878 #8 2025-09-09 14:17:39 ~2 min macos/status-go 📦zip
✔️ 9e2a878 #8 2025-09-09 14:17:50 ~3 min linux/status-go 📦zip
✖️ 9e2a878 #8 2025-09-09 14:18:17 ~3 min tests 📄log
✔️ 9e2a878 #8 2025-09-09 14:21:51 ~5 min windows/status-go 📦zip
✔️ 9e2a878 #8 2025-09-09 14:31:21 ~9 min linux/nwaku 📦zip
✖️ 9e2a878 #7 2025-09-09 14:49:45 ~26 min tests-rpc 📄log
✔️ d6dddc4 #9 2025-09-10 09:17:50 ~3 min macos/status-go 📦zip
✖️ d6dddc4 #9 2025-09-10 09:20:39 ~5 min tests 📄log
✔️ d6dddc4 #9 2025-09-10 09:20:41 ~5 min linux/status-go 📦zip
✔️ d6dddc4 #9 2025-09-10 09:20:57 ~6 min windows/status-go 📦zip
✔️ d6dddc4 #9 2025-09-10 09:28:17 ~13 min linux/nwaku 📦zip
✖️ d6dddc4 #8 2025-09-10 09:40:56 ~26 min tests-rpc 📄log
✔️ 78d072e #10 2025-09-10 12:23:12 ~2 min linux/status-go 📦zip
✔️ 78d072e #10 2025-09-10 12:23:53 ~3 min macos/status-go 📦zip
✖️ 78d072e #10 2025-09-10 12:24:20 ~3 min tests 📄log
✔️ 78d072e #10 2025-09-10 12:31:07 ~10 min windows/status-go 📦zip
✔️ 78d072e #10 2025-09-10 12:31:45 ~11 min linux/nwaku 📦zip
✖️ 78d072e #9 2025-09-10 12:46:44 ~26 min tests-rpc 📄log
✔️ 13ad01f #11 2025-09-10 12:56:08 ~2 min linux/status-go 📦zip
✖️ 13ad01f #11 2025-09-10 12:56:35 ~3 min tests 📄log
✔️ 13ad01f #11 2025-09-10 12:58:19 ~4 min macos/status-go 📦zip
✔️ 13ad01f #11 2025-09-10 13:02:40 ~9 min windows/status-go 📦zip
✔️ 13ad01f #11 2025-09-10 13:03:20 ~10 min linux/nwaku 📦zip
✖️ 13ad01f #10 2025-09-10 13:18:51 ~25 min tests-rpc 📄log
✔️ c54bd12 #12 2025-09-11 07:22:31 ~3 min linux/status-go 📦zip
✖️ c54bd12 #12 2025-09-11 07:22:38 ~3 min tests 📄log
✔️ c54bd12 #12 2025-09-11 07:22:45 ~3 min macos/status-go 📦zip
✔️ c54bd12 #12 2025-09-11 07:24:31 ~4 min windows/status-go 📦zip
✔️ c54bd12 #12 2025-09-11 07:29:05 ~9 min linux/nwaku 📦zip
✖️ c54bd12 #11 2025-09-11 07:45:25 ~25 min tests-rpc 📄log
✔️ bdcad51 #13 2025-09-11 08:21:52 ~3 min macos/status-go 📦zip
✖️ bdcad51 #13 2025-09-11 08:22:03 ~3 min tests 📄log
✔️ bdcad51 #13 2025-09-11 08:22:08 ~3 min linux/status-go 📦zip
✔️ bdcad51 #13 2025-09-11 08:25:30 ~6 min windows/status-go 📦zip
✔️ bdcad51 #13 2025-09-11 08:28:21 ~9 min linux/nwaku 📦zip
✖️ bdcad51 #12 2025-09-11 08:44:04 ~25 min tests-rpc 📄log
✔️ 41cffc7 #14 2025-09-11 08:59:13 ~3 min linux/status-go 📦zip
✔️ 41cffc7 #14 2025-09-11 08:59:58 ~3 min macos/status-go 📦zip
✖️ 41cffc7 #14 2025-09-11 09:01:34 ~5 min tests 📄log
✔️ 41cffc7 #14 2025-09-11 09:02:59 ~6 min windows/status-go 📦zip
✔️ 41cffc7 #14 2025-09-11 09:07:13 ~11 min linux/nwaku 📦zip
✖️ 41cffc7 #13 2025-09-11 09:22:31 ~26 min tests-rpc 📄log
✖️ 96dc9bd #15 2025-09-16 13:08:59 ~1 min tests 📄log
96dc9bd #15 2025-09-16 13:09:24 ~1 min linux/status-go 📄log
96dc9bd #15 2025-09-16 13:09:41 ~1 min macos/status-go 📄log
96dc9bd #15 2025-09-16 13:12:20 ~4 min windows/status-go 📄log
✖️ 96dc9bd #14 2025-09-16 13:12:29 ~4 min tests-rpc 📄log
96dc9bd #15 2025-09-16 13:16:02 ~8 min linux/nwaku 📄log
✖️ 38cef51 #16 2025-09-17 11:53:51 ~1 min tests 📄log
38cef51 #16 2025-09-17 11:54:11 ~1 min linux/status-go 📄log
38cef51 #16 2025-09-17 11:55:35 ~2 min macos/status-go 📄log
✖️ 38cef51 #15 2025-09-17 11:56:37 ~3 min tests-rpc 📄log
38cef51 #16 2025-09-17 11:56:49 ~4 min windows/status-go 📄log
38cef51 #16 2025-09-17 12:01:49 ~9 min linux/nwaku 📄log
✖️ 4e22c96 #16 2025-09-25 10:28:20 ~43 sec tests-rpc 📄log
4e22c96 #17 2025-09-25 10:28:27 ~51 sec macos/status-go 📄log
4e22c96 #17 2025-09-25 10:28:32 ~59 sec linux/nwaku 📄log
4e22c96 #17 2025-09-25 10:28:32 ~1 min linux/status-go 📄log
✖️ 4e22c96 #17 2025-09-25 10:28:45 ~1 min tests 📄log
✖️ 4e22c96 #17 2025-09-25 10:28:52 ~27 sec tests-rpc 📄log
4e22c96 #18 2025-09-25 10:29:26 ~54 sec macos/status-go 📄log
4e22c96 #18 2025-09-25 10:29:28 ~51 sec linux/nwaku 📄log
✖️ 4e22c96 #18 2025-09-25 10:29:37 ~47 sec tests 📄log
4e22c96 #18 2025-09-25 10:29:38 ~1 min linux/status-go 📄log
4e22c96 #17 2025-09-25 10:30:05 ~2 min windows/status-go 📄log
4e22c96 #18 2025-09-25 10:32:32 ~2 min windows/status-go 📄log
262f36b #19 2025-09-25 11:05:18 ~1 min macos/status-go 📄log
262f36b #19 2025-09-25 11:05:23 ~1 min linux/status-go 📄log
✖️ 262f36b #19 2025-09-25 11:05:46 ~1 min tests 📄log
262f36b #19 2025-09-25 11:06:34 ~2 min windows/status-go 📄log
262f36b #19 2025-09-25 11:12:48 ~8 min linux/nwaku 📄log
✖️ 262f36b #18 2025-09-25 11:33:09 ~28 min tests-rpc 📄log
7a2ed5c #20 2025-09-25 11:10:02 ~40 sec macos/status-go 📄log
7a2ed5c #20 2025-09-25 11:10:08 ~39 sec windows/status-go 📄log
7a2ed5c #20 2025-09-25 11:16:18 ~7 min linux/status-go 📄log
✖️ 7a2ed5c #20 2025-09-25 11:17:08 ~7 min tests 📄log
1b1a723 #21 2025-09-25 11:17:46 ~33 sec macos/status-go 📄log
1b1a723 #21 2025-09-25 11:17:58 ~37 sec windows/status-go 📄log
1b1a723 #21 2025-09-25 11:17:58 ~48 sec linux/status-go 📄log
✖️ 1b1a723 #21 2025-09-25 11:18:23 ~1 min tests 📄log
1b1a723 #21 2025-09-25 11:18:47 ~1 min linux/nwaku 📄log
cb3b088 #22 2025-09-25 11:29:48 ~37 sec linux/status-go 📄log
cb3b088 #22 2025-09-25 11:29:54 ~36 sec macos/status-go 📄log
cb3b088 #22 2025-09-25 11:29:58 ~45 sec linux/nwaku 📄log
cb3b088 #22 2025-09-25 11:30:00 ~40 sec windows/status-go 📄log
✖️ cb3b088 #22 2025-09-25 11:30:14 ~55 sec tests 📄log
✖️ cb3b088 #19 2025-09-25 11:33:33 ~19 sec tests-rpc 📄log
✖️ 26c0f54 #20 2025-09-25 11:37:26 ~13 sec tests-rpc 📄log
✖️ 26c0f54 #23 2025-09-25 11:37:40 ~24 sec tests 📄log
26c0f54 #23 2025-09-25 11:37:44 ~36 sec linux/nwaku 📄log
26c0f54 #23 2025-09-25 11:37:48 ~40 sec linux/status-go 📄log
26c0f54 #23 2025-09-25 11:37:49 ~37 sec macos/status-go 📄log
26c0f54 #23 2025-09-25 11:37:56 ~40 sec windows/status-go 📄log
✖️ 934352f #21 2025-09-25 11:49:32 ~12 sec tests-rpc 📄log
✖️ 934352f #24 2025-09-25 11:49:46 ~23 sec tests 📄log
934352f #24 2025-09-25 11:49:49 ~32 sec linux/nwaku 📄log
934352f #24 2025-09-25 11:49:49 ~34 sec linux/status-go 📄log
934352f #24 2025-09-25 11:49:54 ~34 sec macos/status-go 📄log
934352f #24 2025-09-25 11:50:05 ~42 sec windows/status-go 📄log
✖️ c107513 #22 2025-09-25 12:06:04 ~13 sec tests-rpc 📄log
c107513 #25 2025-09-25 12:06:16 ~32 sec linux/nwaku 📄log
✖️ c107513 #25 2025-09-25 12:06:16 ~24 sec tests 📄log
c107513 #25 2025-09-25 12:06:20 ~34 sec linux/status-go 📄log
c107513 #25 2025-09-25 12:06:25 ~38 sec macos/status-go 📄log
c107513 #25 2025-09-25 12:06:31 ~39 sec windows/status-go 📄log
✖️ c107513 #23 2025-09-25 14:11:56 ~13 sec tests-rpc 📄log
c107513 #26 2025-09-25 14:12:09 ~34 sec linux/status-go 📄log
✖️ c107513 #26 2025-09-25 14:12:09 ~26 sec tests 📄log
c107513 #26 2025-09-25 14:12:10 ~34 sec linux/nwaku 📄log
c107513 #26 2025-09-25 14:12:17 ~38 sec macos/status-go 📄log
c107513 #26 2025-09-25 14:12:21 ~36 sec windows/status-go 📄log
68bbd3c #27 2025-09-25 15:16:48 ~45 sec windows/status-go 📄log
68bbd3c #27 2025-09-25 15:17:17 ~1 min macos/status-go 📄log
68bbd3c #27 2025-09-25 15:17:22 ~1 min linux/status-go 📄log
68bbd3c #27 2025-09-25 15:17:22 ~1 min linux/nwaku 📄log
✖️ 68bbd3c #24 2025-09-25 15:17:44 ~1 min tests-rpc 📄log
✖️ 68bbd3c #27 2025-09-25 15:18:14 ~2 min tests 📄log
9ce6817 #28 2025-09-25 15:23:43 ~1 min windows/status-go 📄log
✖️ 9ce6817 #28 2025-09-25 15:23:51 ~1 min tests 📄log
✔️ 9ce6817 #28 2025-09-25 15:25:47 ~4 min linux/status-go 📦zip
✔️ 9ce6817 #28 2025-09-25 15:25:59 ~4 min macos/status-go 📦zip
✔️ 9ce6817 #28 2025-09-25 15:33:23 ~11 min linux/nwaku 📦zip
✖️ 9ce6817 #25 2025-09-25 15:33:29 ~11 min tests-rpc 📄log
6e0549f #29 2025-09-25 15:36:23 ~1 min windows/status-go 📄log
✔️ 6e0549f #29 2025-09-25 15:38:23 ~3 min macos/status-go 📦zip
✔️ 6e0549f #29 2025-09-25 15:38:27 ~4 min linux/status-go 📦zip
✖️ 6e0549f #29 2025-09-25 15:40:05 ~5 min tests 📄log
✔️ 6e0549f #29 2025-09-25 15:45:29 ~11 min linux/nwaku 📦zip
✖️ 6e0549f #26 2025-09-25 15:46:13 ~11 min tests-rpc 📄log
✔️ eb710dc #30 2025-09-25 16:06:56 ~3 min macos/status-go 📦zip
✔️ eb710dc #30 2025-09-25 16:06:59 ~4 min linux/status-go 📦zip
✔️ eb710dc #30 2025-09-25 16:08:03 ~5 min windows/status-go 📦zip
✖️ eb710dc #30 2025-09-25 16:09:04 ~6 min tests 📄log
✖️ eb710dc #27 2025-09-25 16:14:21 ~11 min tests-rpc 📄log
✔️ eb710dc #30 2025-09-25 16:14:44 ~11 min linux/nwaku 📦zip
✔️ 10ce4f8 #31 2025-09-26 09:21:21 ~3 min macos/status-go 📦zip
✔️ 10ce4f8 #31 2025-09-26 09:21:38 ~4 min linux/status-go 📦zip
✔️ 10ce4f8 #31 2025-09-26 09:22:49 ~5 min windows/status-go 📦zip
✔️ 10ce4f8 #31 2025-09-26 09:28:50 ~11 min linux/nwaku 📦zip
✖️ 10ce4f8 #28 2025-09-26 09:29:28 ~12 min tests-rpc 📄log
✖️ 10ce4f8 #31 2025-09-26 09:45:13 ~27 min tests 📄log
✔️ ef5d38e #32 2025-09-26 16:21:15 ~3 min macos/status-go 📦zip
✔️ ef5d38e #32 2025-09-26 16:21:15 ~3 min linux/status-go 📦zip
✔️ ef5d38e #32 2025-09-26 16:23:05 ~5 min windows/status-go 📦zip
✔️ ef5d38e #32 2025-09-26 16:29:09 ~11 min linux/nwaku 📦zip
✖️ ef5d38e #29 2025-09-26 16:30:31 ~12 min tests-rpc 📄log
✖️ ef5d38e #32 2025-09-26 16:48:26 ~30 min tests 📄log
✔️ ec7cc2e #33 2025-09-28 19:13:06 ~3 min macos/status-go 📦zip
✔️ ec7cc2e #33 2025-09-28 19:13:13 ~3 min linux/status-go 📦zip
✔️ ec7cc2e #33 2025-09-28 19:14:45 ~5 min windows/status-go 📦zip
✔️ ec7cc2e #30 2025-09-28 19:19:44 ~10 min tests-rpc 📄log
✔️ ec7cc2e #33 2025-09-28 19:21:09 ~11 min linux/nwaku 📦zip
✖️ ec7cc2e #33 2025-09-28 19:37:09 ~27 min tests 📄log
✔️ 48bd1ff #34 2025-09-29 11:29:14 ~3 min linux/status-go 📦zip
✔️ 48bd1ff #34 2025-09-29 11:29:25 ~3 min macos/status-go 📦zip
✔️ 48bd1ff #34 2025-09-29 11:30:56 ~5 min windows/status-go 📦zip
✖️ 48bd1ff #31 2025-09-29 11:35:46 ~10 min tests-rpc 📄log
✔️ 48bd1ff #34 2025-09-29 11:36:20 ~10 min linux/nwaku 📦zip
✔️ 48bd1ff #34 2025-09-29 11:52:07 ~26 min tests 📄log
✔️ 48bd1ff #32 2025-09-29 11:55:08 ~9 min tests-rpc 📄log
✔️ 7d4481e #35 2025-09-30 11:58:06 ~3 min macos/status-go 📦zip
✔️ 7d4481e #35 2025-09-30 11:58:21 ~4 min linux/status-go 📦zip
✔️ 7d4481e #35 2025-09-30 11:59:46 ~5 min windows/status-go 📦zip
✖️ 7d4481e #35 2025-09-30 12:03:09 ~8 min tests 📄log
✔️ 7d4481e #35 2025-09-30 12:05:36 ~11 min linux/nwaku 📦zip
✔️ a745db8 #36 2025-09-30 14:13:33 ~3 min macos/status-go 📦zip
✔️ a745db8 #36 2025-09-30 14:13:40 ~4 min linux/status-go 📦zip
✔️ a745db8 #36 2025-09-30 14:14:58 ~5 min windows/status-go 📦zip
✖️ a745db8 #36 2025-09-30 14:18:09 ~8 min tests 📄log
✔️ a745db8 #36 2025-09-30 14:22:13 ~12 min linux/nwaku 📦zip
✔️ ae819a4 #37 2025-09-30 15:12:03 ~3 min macos/status-go 📦zip
✔️ ae819a4 #37 2025-09-30 15:14:12 ~6 min linux/status-go 📦zip
✔️ ae819a4 #37 2025-09-30 15:16:03 ~7 min windows/status-go 📦zip
✔️ ae819a4 #37 2025-09-30 15:21:08 ~13 min linux/nwaku 📦zip
✖️ ae819a4 #37 2025-09-30 15:28:27 ~20 min tests 📄log
✔️ ff3b579 #38 2025-09-30 16:46:39 ~3 min linux/status-go 📦zip
✔️ ff3b579 #38 2025-09-30 16:46:45 ~3 min macos/status-go 📦zip
✔️ ff3b579 #38 2025-09-30 16:47:55 ~4 min windows/status-go 📦zip
✖️ ff3b579 #38 2025-09-30 16:51:50 ~8 min tests 📄log
✔️ ff3b579 #38 2025-09-30 16:53:46 ~10 min linux/nwaku 📦zip
✔️ 31c524a #39 2025-09-30 16:52:16 ~3 min macos/status-go 📦zip
✔️ 31c524a #39 2025-09-30 16:52:26 ~3 min linux/status-go 📦zip
✔️ 31c524a #39 2025-09-30 16:53:43 ~4 min windows/status-go 📦zip
✖️ 31c524a #39 2025-09-30 17:00:36 ~8 min tests 📄log
✔️ 31c524a #39 2025-09-30 17:04:25 ~10 min linux/nwaku 📦zip
✔️ d40d32a #40 2025-10-01 14:43:23 ~3 min macos/status-go 📦zip
✔️ d40d32a #40 2025-10-01 14:44:06 ~4 min linux/status-go 📦zip
✔️ d40d32a #40 2025-10-01 14:44:44 ~4 min windows/status-go 📦zip
✔️ d40d32a #40 2025-10-01 14:52:11 ~12 min linux/nwaku 📦zip
✖️ d40d32a #38 2025-10-01 14:54:45 ~14 min tests-rpc 📄log
✔️ d40d32a #40 2025-10-01 15:08:45 ~28 min tests 📄log
✔️ dabb450 #41 2025-10-01 16:31:19 ~3 min macos/status-go 📦zip
✔️ dabb450 #41 2025-10-01 16:31:39 ~3 min linux/status-go 📦zip
✔️ dabb450 #41 2025-10-01 16:32:45 ~4 min windows/status-go 📦zip
✔️ dabb450 #41 2025-10-01 16:38:47 ~10 min linux/nwaku 📦zip
✔️ dabb450 #39 2025-10-01 16:41:29 ~13 min tests-rpc 📄log
✔️ dabb450 #41 2025-10-01 16:54:15 ~26 min tests 📄log
✔️ f6ddcd9 #42 2025-10-03 11:40:16 ~3 min macos/status-go 📦zip
✔️ f6ddcd9 #42 2025-10-03 11:40:25 ~4 min linux/status-go 📦zip
✔️ f6ddcd9 #42 2025-10-03 11:41:35 ~5 min windows/status-go 📦zip
✔️ f6ddcd9 #42 2025-10-03 11:47:25 ~11 min linux/nwaku 📦zip
✖️ f6ddcd9 #40 2025-10-03 11:49:07 ~12 min tests-rpc 📄log
✔️ f6ddcd9 #42 2025-10-03 12:03:50 ~27 min tests 📄log
✔️ 7e57262 #43 2025-10-03 12:10:31 ~3 min macos/status-go 📦zip
✔️ 7e57262 #43 2025-10-03 12:11:12 ~4 min linux/status-go 📦zip
✔️ 7e57262 #43 2025-10-03 12:12:08 ~4 min windows/status-go 📦zip
✔️ 7e57262 #43 2025-10-03 12:17:27 ~10 min linux/nwaku 📦zip
✖️ 7e57262 #41 2025-10-03 12:19:56 ~12 min tests-rpc 📄log
✔️ 7e57262 #43 2025-10-03 12:34:12 ~27 min tests 📄log
✔️ 7e57262 #42 2025-10-03 14:25:25 ~12 min tests-rpc 📄log
✔️ 523d894 #44 2025-10-04 21:01:08 ~3 min macos/status-go 📦zip
✔️ 523d894 #44 2025-10-04 21:01:39 ~4 min linux/status-go 📦zip
✔️ 523d894 #44 2025-10-04 21:03:12 ~5 min windows/status-go 📦zip
✔️ 523d894 #44 2025-10-04 21:08:42 ~11 min linux/nwaku 📦zip
✔️ 523d894 #43 2025-10-04 21:09:05 ~11 min tests-rpc 📄log
✔️ 523d894 #44 2025-10-04 21:25:38 ~27 min tests 📄log
✔️ 2bcb084 #45 2025-10-06 07:02:21 ~3 min macos/status-go 📦zip
✔️ 2bcb084 #45 2025-10-06 07:02:54 ~4 min linux/status-go 📦zip
✔️ 2bcb084 #45 2025-10-06 07:04:04 ~5 min windows/status-go 📦zip
✔️ 2bcb084 #45 2025-10-06 07:09:47 ~10 min linux/nwaku 📦zip
✖️ 2bcb084 #44 2025-10-06 07:12:56 ~13 min tests-rpc 📄log
✔️ 2bcb084 #45 2025-10-06 07:27:01 ~28 min tests 📄log
✔️ afc5de1 #46 2025-10-06 07:28:38 ~3 min macos/status-go 📦zip
✔️ afc5de1 #46 2025-10-06 07:28:50 ~3 min linux/status-go 📦zip
✔️ afc5de1 #46 2025-10-06 07:30:03 ~4 min windows/status-go 📦zip
✔️ afc5de1 #46 2025-10-06 07:35:59 ~10 min linux/nwaku 📦zip
✔️ afc5de1 #45 2025-10-06 07:37:01 ~11 min tests-rpc 📄log
✔️ afc5de1 #46 2025-10-06 07:54:52 ~27 min tests 📄log
✔️ 362c74c #47 2025-10-07 08:37:18 ~3 min macos/status-go 📦zip
✔️ 362c74c #47 2025-10-07 08:37:49 ~4 min linux/status-go 📦zip
✔️ 362c74c #47 2025-10-07 08:39:03 ~5 min windows/status-go 📦zip
✔️ 362c74c #47 2025-10-07 08:44:49 ~11 min linux/nwaku 📦zip
✔️ 362c74c #46 2025-10-07 08:45:10 ~11 min tests-rpc 📄log
✔️ 362c74c #47 2025-10-07 09:01:36 ~27 min tests 📄log
✔️ 3dc44bc #48 2025-10-07 11:57:34 ~3 min macos/status-go 📦zip
✔️ 3dc44bc #48 2025-10-07 11:57:50 ~3 min linux/status-go 📦zip
✔️ 3dc44bc #48 2025-10-07 11:59:12 ~4 min windows/status-go 📦zip
✔️ 3dc44bc #48 2025-10-07 12:04:36 ~10 min linux/nwaku 📦zip
✖️ 3dc44bc #47 2025-10-07 12:08:29 ~14 min tests-rpc 📄log
✔️ 3dc44bc #48 2025-10-07 12:21:05 ~26 min tests 📄log
✔️ 410435e #49 2025-10-07 16:01:42 ~3 min macos/status-go 📦zip
✔️ 410435e #49 2025-10-07 16:02:25 ~4 min linux/status-go 📦zip
✔️ 410435e #49 2025-10-07 16:03:01 ~4 min windows/status-go 📦zip
✖️ 410435e #49 2025-10-07 16:05:19 ~6 min tests 📄log
✔️ 410435e #49 2025-10-07 16:09:25 ~11 min linux/nwaku 📦zip
✔️ 410435e #48 2025-10-07 16:09:47 ~11 min tests-rpc 📄log
✔️ 678d6c6 #50 2025-10-08 13:18:56 ~4 min linux/status-go 📦zip
✔️ 678d6c6 #50 2025-10-08 13:19:59 ~5 min windows/status-go 📦zip
✔️ 678d6c6 #50 2025-10-08 13:21:36 ~6 min macos/status-go 📦zip
✔️ 678d6c6 #50 2025-10-08 13:26:07 ~11 min linux/nwaku 📦zip
✔️ 678d6c6 #49 2025-10-08 13:27:59 ~13 min tests-rpc 📄log
✔️ 678d6c6 #50 2025-10-08 13:46:50 ~31 min tests 📄log
✔️ e497266 #51 2025-10-13 13:34:27 ~3 min macos/status-go 📦zip
✔️ e497266 #51 2025-10-13 13:35:00 ~3 min linux/status-go 📦zip
✔️ e497266 #51 2025-10-13 13:36:00 ~4 min windows/status-go 📦zip
✔️ e497266 #51 2025-10-13 13:42:20 ~11 min linux/nwaku 📦zip
✔️ e497266 #50 2025-10-13 13:43:22 ~12 min tests-rpc 📄log
✖️ e497266 #51 2025-10-13 13:59:03 ~27 min tests 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 7bc3e08 #52 2025-10-14 11:11:38 ~3 min macos/status-go 📦zip
✔️ 7bc3e08 #52 2025-10-14 11:12:37 ~4 min linux/status-go 📦zip
✔️ 7bc3e08 #52 2025-10-14 11:13:29 ~5 min windows/status-go 📦zip
✔️ 7bc3e08 #52 2025-10-14 11:20:52 ~12 min linux/nwaku 📦zip
✔️ 7bc3e08 #51 2025-10-14 11:24:03 ~15 min tests-rpc 📄log
✔️ 7bc3e08 #52 2025-10-14 11:35:38 ~27 min tests 📄log
✔️ 453482a #53 2025-10-14 12:51:58 ~3 min macos/status-go 📦zip
✔️ 453482a #53 2025-10-14 12:52:41 ~4 min linux/status-go 📦zip
✔️ 453482a #53 2025-10-14 12:54:09 ~5 min windows/status-go 📦zip
✔️ 453482a #53 2025-10-14 13:00:28 ~12 min linux/nwaku 📦zip
✔️ 453482a #52 2025-10-14 13:01:25 ~12 min tests-rpc 📄log
✔️ 453482a #53 2025-10-14 13:15:29 ~27 min tests 📄log

@saledjenic saledjenic changed the base branch from develop to chore/single-token-manager September 9, 2025 11:58
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 3 times, most recently from 5fdbea8 to 119e1b7 Compare September 9, 2025 13:57
Base automatically changed from chore/single-token-manager to develop September 9, 2025 14:11
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 5 times, most recently from 13ad01f to c54bd12 Compare September 11, 2025 07:19
@saledjenic saledjenic changed the title feat: a new token list approach - wallet sdk token lists integration feat!: a new token list approach - wallet sdk token lists integration Sep 11, 2025
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 3 times, most recently from 41cffc7 to 96dc9bd Compare September 16, 2025 13:07
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch from 38cef51 to 4e22c96 Compare September 25, 2025 10:27
@saledjenic saledjenic changed the base branch from develop to chore/remove-history-service September 25, 2025 10:27
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 5 times, most recently from 934352f to c107513 Compare September 25, 2025 12:05
Base automatically changed from chore/remove-history-service to develop September 25, 2025 14:11
@siddarthkay siddarthkay force-pushed the feat/new-token-list-approach branch from 68bbd3c to 9ce6817 Compare September 25, 2025 15:21
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch from 9ce6817 to 6e0549f Compare September 25, 2025 15:34
@siddarthkay siddarthkay force-pushed the feat/new-token-list-approach branch from 6e0549f to eb710dc Compare September 25, 2025 16:02
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 2 times, most recently from 10ce4f8 to ef5d38e Compare September 26, 2025 16:17
@saledjenic saledjenic marked this pull request as ready for review September 29, 2025 12:35
@saledjenic saledjenic requested a review from a team as a code owner September 29, 2025 12:35
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 2 times, most recently from 7d4481e to a745db8 Compare September 30, 2025 14:09
Copy link
Contributor

@fbarbu15 fbarbu15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test part LGTM, thanks

@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 3 times, most recently from d40d32a to dabb450 Compare October 1, 2025 16:27
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 2 times, most recently from f6ddcd9 to 7e57262 Compare October 3, 2025 12:06
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 4 times, most recently from afc5de1 to 362c74c Compare October 7, 2025 08:33
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch 5 times, most recently from e497266 to 7bc3e08 Compare October 14, 2025 11:07
@saledjenic saledjenic force-pushed the feat/new-token-list-approach branch from 7bc3e08 to 453482a Compare October 14, 2025 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants