-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add before/after cursors to getMessages #4590
Conversation
params := queries.ChatMessagesAndReactionsParams{UserID: int32(userId), ChatID: c.Param("id"), Cursor: time.Now().UTC(), Limit: 50} | ||
if c.QueryParam("cursor") != "" { | ||
cursor, err := time.Parse(time.RFC3339Nano, c.QueryParam("cursor")) | ||
params := queries.ChatMessagesAndReactionsParams{UserID: int32(userId), ChatID: c.Param("id"), Before: time.Now().UTC(), After: time.Time{}, Limit: 50} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should After
also be time.Now().UTC()
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think so - I think it should default to beginning of time to include as much as possible?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. make fmt
will format the code.
## Changelog - 2023-01-12 [4ed81d5] Include imageUrl for nft collection premium conditions for track (#4596) [Saliou Diallo] - 2023-01-12 [5c2bf36] Add before/after cursors to getMessages (#4590) [Marcus Pasell] - 2023-01-12 [7268ab0] Update SDK chats.react to allow null reactions (#4607) [Marcus Pasell] - 2023-01-12 [e4ada4b] Allow nil reactions in comms react RPC to unreact (#4606) [Michelle Brier] - 2023-01-10 [36ad3da] Update schema (#4589) [Marcus Pasell] - 2023-01-09 [bc86987] [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) [Dylan Jeffers] - 2023-01-10 [2764a72] Bump sdk to v1.0.37 [audius-infra]
## Changelog - 2023-01-12 [4ed81d5] Include imageUrl for nft collection premium conditions for track (#4596) [Saliou Diallo] - 2023-01-12 [5c2bf36] Add before/after cursors to getMessages (#4590) [Marcus Pasell] - 2023-01-12 [7268ab0] Update SDK chats.react to allow null reactions (#4607) [Marcus Pasell] - 2023-01-12 [e4ada4b] Allow nil reactions in comms react RPC to unreact (#4606) [Michelle Brier] - 2023-01-10 [36ad3da] Update schema (#4589) [Marcus Pasell] - 2023-01-09 [bc86987] [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) [Dylan Jeffers] - 2023-01-10 [2764a72] Bump sdk to v1.0.37 [audius-infra]
commit fa6f633 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 18:24:13 2023 -0800 clean commit 7d9a585 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 18:13:11 2023 -0800 Even better commit bdf54a6 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 15:31:47 2023 -0800 better commit dbfe4c1 Merge: d331b05 2457196 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 15:30:57 2023 -0800 Merge branch 'main' into is-nethermind-libs commit 2457196 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Mon Jan 23 10:20:26 2023 -0800 SDK: Paginate getChats (#4647) commit 00ad3dd Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Mon Jan 23 12:03:11 2023 -0500 Update discovery api to return permalink with playlist objects (#4638) commit fa08b47 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Mon Jan 23 11:42:26 2023 -0500 fix comms websocket config (#4649) commit 5e30546 Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 23 07:54:43 2023 -0800 Update mocha and fix cn and id tests (#4648) commit 5d268d6 Author: Cheran <cheran.v.senthil@gmail.com> Date: Sun Jan 22 01:24:13 2023 -0600 audius-compose cleanup (#4627) commit 9409196 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 20 18:00:20 2023 -0800 Remove legacy POA indexing code (again) (#4633) commit 49baab5 Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 20 17:58:18 2023 -0500 CN Ensure certain POST routes still work in readOnlyMode (#4645) commit 311b88b Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Fri Jan 20 14:47:01 2023 -0600 Import transcode code. Reorganize code. (#4639) commit 9dc5c49 Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Fri Jan 20 15:22:57 2023 -0500 Add playlist route to fetch playlist by permalink (#4400) commit 5a4b722 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 20 12:05:09 2023 -0800 SDK: Decrypt the last message in the getChats response (#4644) commit 7b567d6 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Fri Jan 20 13:49:55 2023 -0500 [CON-546] Check blacklist and record track listen in stream route (#4636) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 2d7acf0 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Fri Jan 20 16:04:29 2023 +0000 [PAY-839] Do not filter out premium tracks from feed, trending, search on DN (#4620) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 8fd452e Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 19 20:39:45 2023 +0000 Fix nft ownership check (#4634) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 2999a87 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 19 11:57:14 2023 -0800 update chain reset to include all DNs (#4621) commit 4796cee Author: Sid Sethi <SidSethi93@gmail.com> Date: Thu Jan 19 14:38:41 2023 -0500 CON-537 "poor-mans UUID" Ensure each track file gets a unique CID to avoid re-upload collisions (#4631) commit 051d92a Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 19 18:22:54 2023 +0000 Use track cid streaming and fallback track id streaming (#4635) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 084722c Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 19 12:42:13 2023 -0500 Write entity manager notifications in libs (#4585) commit b525077 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 19 08:31:50 2023 -0800 Handle nil body data in nethermind rpc request (#4624) commit 2dd7321 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Jan 19 07:59:42 2023 -0800 Check permissions table on chat create and message send (#4630) commit 06a930a Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Wed Jan 18 17:43:10 2023 -0500 Fix alembic head (#4632) commit 24213ee Author: Johannes Naylor <jonaylor89@gmail.com> Date: Wed Jan 18 17:01:53 2023 -0500 [CON-543] Fix `track_cid` edit bug (#4601) commit 4884096 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Wed Jan 18 11:07:00 2023 -0800 Comms chats endpoint updates (#4616) commit 44a94c2 Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 18 09:56:49 2023 -0800 Add chain health check (#4628) commit f71422d Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 18 09:54:36 2023 -0800 Fix alembic version (#4629) commit e93087a Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 18 12:16:40 2023 -0500 Add tier change notification via triggers (#4625) commit 94c624e Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 18 11:51:24 2023 -0500 Trending fix web3 (#4626) commit 1b6c693 Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 18 09:25:51 2023 -0600 [PLAT-418] Improve audius-compose testing for discovery (#4623) commit 5b45fe5 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 17 16:44:35 2023 -0800 Artist pick backfill: only update records last updated before the csvs were pulled (#4564) commit 22654ca Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 17 16:40:09 2023 -0800 Backfill null artist pick discrepancies in discprov (#4569) commit d8e130b Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 17 18:30:12 2023 -0500 NATS connection test (#4611) commit 0886d97 Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 17 23:26:17 2023 +0000 Bump sdk to v1.0.41 ## Changelog - 2023-01-17 [c592d36] Skip API response version check if empty string (#4622) [Reed] - 2023-01-17 [e37d5ee] Bump sdk to v1.0.40 [audius-infra] commit c592d36 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Jan 17 18:20:30 2023 -0500 Skip API response version check if empty string (#4622) commit b9484dd Author: Isaac Solo <isaac@audius.co> Date: Tue Jan 17 14:28:43 2023 -0800 Add registered discovery nodes as signers (#4562) commit 14a0529 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Jan 17 16:13:49 2023 -0500 Fix CN isReadOnlyMode health check (#4618) commit e37d5ee Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 17 19:48:20 2023 +0000 Bump sdk to v1.0.40 ## Changelog - 2023-01-17 [041bcc2] Skip DN version check in SDK if empty string [Reed] - 2023-01-13 [ed9f3a2] Bump sdk to v1.0.39 [audius-infra] commit 041bcc2 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Jan 17 14:43:11 2023 -0500 Skip DN version check in SDK if empty string commit 259732a Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Jan 17 11:35:25 2023 -0500 Add trending notif (#4543) commit 71ffb5b Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Jan 17 08:32:25 2023 -0800 Change track un-delist logs to info (#4617) commit 1945c5f Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 14 07:11:26 2023 +0000 Bump to version 0.3.75 commit 2dc3c5f Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 13 18:04:03 2023 -0800 Misc comms cleanup (#4610) commit 3f94348 Author: Isaac Solo <isaac@audius.co> Date: Fri Jan 13 15:07:17 2023 -0800 Add script to reset stage chain (#4612) commit b3949d8 Author: Isaac Solo <isaac@audius.co> Date: Fri Jan 13 15:05:35 2023 -0800 Add indexing after chain reset (#4599) commit ba332fd Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 13 17:00:32 2023 -0500 Fix & consolidate CN envvars for local dev for audius-compose (#4614) commit 53c7d67 Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 13 16:38:37 2023 -0500 dev-tools README improvements for clarity (#4615) commit ed9f3a2 Author: audius-infra <audius-infra@audius.co> Date: Fri Jan 13 20:42:13 2023 +0000 Bump sdk to v1.0.39 ## Changelog - 2023-01-13 [93c3e89] Remove unnecessary chatId param from chats.create() (#4613) [Marcus Pasell] - 2023-01-13 [add1eec] [INF-336] Cache sdk release module install (#4608) [Raymond Jacobson] - 2023-01-13 [fef95fc] Bump sdk to v1.0.38 [audius-infra] commit 93c3e89 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 13 12:34:44 2023 -0800 Remove unnecessary chatId param from chats.create() (#4613) commit add1eec Author: Raymond Jacobson <ray@audius.co> Date: Fri Jan 13 09:33:59 2023 -0800 [INF-336] Cache sdk release module install (#4608) commit fef95fc Author: audius-infra <audius-infra@audius.co> Date: Fri Jan 13 01:45:54 2023 +0000 Bump sdk to v1.0.38 ## Changelog - 2023-01-12 [4ed81d5] Include imageUrl for nft collection premium conditions for track (#4596) [Saliou Diallo] - 2023-01-12 [5c2bf36] Add before/after cursors to getMessages (#4590) [Marcus Pasell] - 2023-01-12 [7268ab0] Update SDK chats.react to allow null reactions (#4607) [Marcus Pasell] - 2023-01-12 [e4ada4b] Allow nil reactions in comms react RPC to unreact (#4606) [Michelle Brier] - 2023-01-10 [36ad3da] Update schema (#4589) [Marcus Pasell] - 2023-01-09 [bc86987] [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) [Dylan Jeffers] - 2023-01-10 [2764a72] Bump sdk to v1.0.37 [audius-infra] commit 4ed81d5 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 12 19:27:08 2023 -0500 Include imageUrl for nft collection premium conditions for track (#4596) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 5c2bf36 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Thu Jan 12 16:22:09 2023 -0800 Add before/after cursors to getMessages (#4590) commit 7268ab0 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Thu Jan 12 15:52:10 2023 -0800 Update SDK chats.react to allow null reactions (#4607) commit e4ada4b Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Jan 12 15:32:47 2023 -0800 Allow nil reactions in comms react RPC to unreact (#4606) commit c6c6392 Author: Raymond Jacobson <ray@audius.co> Date: Thu Jan 12 15:17:13 2023 -0800 Increase CI timeout (#4605) commit e18119e Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 12 16:52:10 2023 -0500 Fix notifications endpoint (#4594) commit d3da831 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 12 12:03:41 2023 -0800 Remove solana anchor tests in CI (#4603) commit 5a3cbcd Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 12 11:03:39 2023 -0800 Fix redis timestamp in health check (#4600) commit b026302 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 12 13:29:13 2023 -0500 remove logs (#4597) commit d905077 Author: Cheran <cheran.v.senthil@gmail.com> Date: Thu Jan 12 11:05:50 2023 -0600 Use one dockerfile for M1 and Linux Solana builds (#4593) commit 920cb5e Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Thu Jan 12 11:06:49 2023 -0500 Mbrier/plat 000/revert subscriptions (#4598) Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit 2e82719 Author: PaulieB14 <94752445+PaulieB14@users.noreply.github.com> Date: Thu Jan 12 10:24:23 2023 -0500 Add subgraph to docs sidebar (#4090) commit 7dded5f Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 11 16:18:11 2023 -0800 Fix bad unicode chars (#4595) commit dcdb570 Author: Sid Sethi <SidSethi93@gmail.com> Date: Wed Jan 11 15:13:43 2023 -0500 Reduce CN state machine interval (#4541) commit 97c0a04 Author: Sid Sethi <SidSethi93@gmail.com> Date: Wed Jan 11 13:40:02 2023 -0500 Fix CN reconfig + enable entitymanager locally (#4579) commit 979c34c Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Wed Jan 11 13:26:12 2023 -0500 Repopulate playlist_routes table (#4565) commit bf3c2d8 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Wed Jan 11 11:02:51 2023 -0500 fixes precommit hook (#4587) commit c4b0772 Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Jan 10 20:40:07 2023 -0600 Fixes for audius-compose test run (#4591) commit 36ad3da Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Tue Jan 10 14:32:13 2023 -0800 Update schema (#4589) commit 524491a Author: Isaac Solo <isaac@audius.co> Date: Tue Jan 10 12:27:14 2023 -0800 Use EntityManager only for verify user (#4578) commit c9f82a4 Author: Raymond Jacobson <ray@audius.co> Date: Tue Jan 10 10:12:18 2023 -0800 [PLAT-538] Remove custom redis disk persistence, upgrade redis (#4563) commit 4e64cd0 Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Jan 10 11:54:07 2023 -0600 Fix audius-compose path on linux (#4586) commit d94946d Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 22:52:30 2023 -0800 [PLAT-570] Fix tests broken in prior commit (#4584) commit bc86987 Author: Dylan Jeffers <dylan@audius.co> Date: Mon Jan 9 17:00:36 2023 -0800 [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) commit 9c8b968 Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 16:20:23 2023 -0800 Fix migration idempotency (#4580) commit a4006bd Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 16:18:05 2023 -0800 [PLAT-570] Migrate for start block (#4576) commit 2764a72 Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 10 00:06:46 2023 +0000 Bump sdk to v1.0.37 ## Changelog - 2023-01-09 [dd0ddae] Use EntityManager in libs user and track (#4577) [Isaac Solo] - 2023-01-09 [65d9f03] Bump sdk to v1.0.36 [audius-infra] commit 9f09822 Author: Sid Sethi <SidSethi93@gmail.com> Date: Mon Jan 9 18:29:35 2023 -0500 Disable CI maddog jobs since it is broken and deprecation is imminent (#4581) commit dd0ddae Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 9 13:47:45 2023 -0800 Use EntityManager in libs user and track (#4577) commit 65d9f03 Author: audius-infra <audius-infra@audius.co> Date: Mon Jan 9 18:04:34 2023 +0000 Bump sdk to v1.0.36 ## Changelog - 2023-01-09 [f5d39ff] [PAY-805] Update premium conditions in track schema (#4556) [Saliou Diallo] - 2023-01-07 [04521fe] Bump sdk to v1.0.35 [audius-infra] commit f5d39ff Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Jan 9 12:08:59 2023 -0500 [PAY-805] Update premium conditions in track schema (#4556) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 7cd170d Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Mon Jan 9 10:54:59 2023 -0500 comms codebase (#4526) Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit 04521fe Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 06:52:18 2023 +0000 Bump sdk to v1.0.35 ## Changelog - 2023-01-07 [e40315d] Use entity manager in rollover (#4575) [Marcus Pasell] - 2023-01-07 [6763f69] Check clock values, not blocknumbers, when replacing primary in sanity check (#4574) [Marcus Pasell] - 2023-01-07 [80d410c] Bump sdk to v1.0.34 [audius-infra] commit e40315d Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Sat Jan 7 00:41:43 2023 -0600 Use entity manager in rollover (#4575) commit 6763f69 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Sat Jan 7 00:36:11 2023 -0600 Check clock values, not blocknumbers, when replacing primary in sanity check (#4574) commit 80d410c Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 02:32:10 2023 +0000 Bump sdk to v1.0.34 ## Changelog - 2023-01-06 [8f0ae0d] Move patch-package to prepare (#4572) [Marcus Pasell] - 2023-01-07 [deb0935] Bump sdk to v1.0.33 [audius-infra] commit 8f0ae0d Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 20:21:00 2023 -0600 Move patch-package to prepare (#4572) commit deb0935 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 01:41:47 2023 +0000 Bump sdk to v1.0.33 ## Changelog - 2023-01-06 [503765c] Move patch-package to main deps (#4571) [Marcus Pasell] - 2023-01-07 [d43fee2] Bump sdk to v1.0.32 [audius-infra] commit 503765c Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 19:30:33 2023 -0600 Move patch-package to main deps (#4571) commit d43fee2 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 00:54:29 2023 +0000 Bump sdk to v1.0.32 ## Changelog - 2023-01-06 [4a054ea] check for blacklist having primary before declaring healthy (#4570) [Marcus Pasell] - 2023-01-07 [e875748] Bump sdk to v1.0.31 [audius-infra] commit 4a054ea Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 18:42:05 2023 -0600 check for blacklist having primary before declaring healthy (#4570) commit e875748 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 00:22:30 2023 +0000 Bump sdk to v1.0.31 ## Changelog - 2023-01-06 [6b9562b] Add back rolloverNodes (#4567) [Marcus Pasell] - 2023-01-05 [3e2f55f] Bump sdk to v1.0.30 [audius-infra] commit 6b9562b Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 18:09:34 2023 -0600 Add back rolloverNodes (#4567) commit 226ae16 Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 6 18:51:42 2023 -0500 Change CN legacy URSM code to not first attempt URSM reconfig, and go straight to EM now that it is rolled out globally (#4568) commit 97bee1a Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 6 13:05:50 2023 -0800 Revert "Remove legacy POA indexing code (#4449)" (#4566) commit ff47e97 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 6 02:51:52 2023 -0800 Backfill artist pick (#4197) commit c57e0ad Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 5 17:04:09 2023 -0500 Add notification playlist seen (#4551) commit 3e2f55f Author: audius-infra <audius-infra@audius.co> Date: Thu Jan 5 18:23:12 2023 +0000 Bump sdk to v1.0.30 ## Changelog - 2023-01-04 [6bdd6c6] Remove default audiusDataIdl from native libs (#4561) [Dylan Jeffers] - 2023-01-04 [62191ba] [CON-534] move track_cid to Track model (#4497) [Johannes Naylor] - 2023-01-03 [b808cf9] Reland "[PAY-759] [PAY-758] Add ChatsApi to SDK" (#4534) [Marcus Pasell] - 2023-01-02 [1d1ee7e] Bump sdk to v1.0.29 [audius-infra] commit 7ce874a Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 4 16:14:54 2023 -0800 Remove registry contract and clean up log (#4558) commit 6bdd6c6 Author: Dylan Jeffers <dylan@audius.co> Date: Wed Jan 4 16:04:06 2023 -0800 Remove default audiusDataIdl from native libs (#4561) commit f60bffb Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 4 14:38:56 2023 -0800 Fix spid key in availability indexing (#4559) * Fix spid key in availability indexing * lint commit b8db225 Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 4 13:03:22 2023 -0800 Fix release scripts (#4557) commit 374fb8c Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 4 10:59:40 2023 -0800 Skip missing users (#4546) commit 5f1fb02 Author: audius-infra <audius-infra@audius.co> Date: Wed Jan 4 17:50:19 2023 +0000 Bump to version 0.3.74 commit 989b67a Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Wed Jan 4 12:36:24 2023 -0500 Sp nethermind web3 (#4555) * allow web3 * block clique rpcs * allow OPTIONS commit 62191ba Author: Johannes Naylor <jonaylor89@gmail.com> Date: Wed Jan 4 12:04:07 2023 -0500 [CON-534] move track_cid to Track model (#4497) commit 4f91a0c Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 4 12:01:47 2023 -0500 Add anncouncement notif (#4544) * Add anncouncement notif * Rename notification entity manager file * Add init py to models notifs * Fix mock in integration test * fix import * Fix get instance attributes commit 6badf56 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 21:03:50 2023 -0800 Remove legacy POA indexing code (#4449) * Remove legacy track + playlist indexing code * Remove index operations test * Squashed commit of the following: commit c862c07 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:45:07 2023 -0800 Linter commit 7650e1a Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:37:11 2023 -0800 Remove old index.py tests commit 39b0875 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:29:37 2023 -0800 Remove user library indexing commit 6395d6e Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:34:33 2022 -0800 Undo change to monitoring commit 9ff84c1 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:28:54 2022 -0800 Remove index.py and linter commit 49bb857 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:26:02 2022 -0800 Remove legacy ursm indexing commit a72b314 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:02:48 2022 -0800 Remove legacy social feature indexing commit 7e3b19e Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 16:56:39 2022 -0800 Remove legacy user indexing commit 66e574e Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 16:38:37 2022 -0800 Remove legacy track + playlist indexing code * Fix circular dependency * Clean up * Linter * Remove legacy contracts from init_contracts * Remove unused variables in app.py * Linter * index_nethermind.py -> index.py * Fix broken test commit b808cf9 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Tue Jan 3 17:26:38 2023 -0600 Reland "[PAY-759] [PAY-758] Add ChatsApi to SDK" (#4534) * Revert "Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533)" This reverts commit 1b0e279. * Patch micro-aes-gcm * change patch * Run patch-package after install * New rollup config * Tell typescript to use ES module resolution * Tell typescript to use Common JS module resolution * Split rollup configs for ESM/CJS up so that we can inline ESM-only modules when outputting CJS * Revert unnecessary changes to package.json * Revert more package.json/package lock changes * Update libs/rollup.config.ts Co-authored-by: Sebastian Klingler <sliptype@gmail.com> * cr comments Co-authored-by: Sebastian Klingler <sliptype@gmail.com> commit 55afadd Author: Nathan Bowers <outragedhumangithub@mm.st> Date: Tue Jan 3 16:14:32 2023 -0600 Content node typescript (#4545) commit 5630e40 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Tue Jan 3 16:47:15 2023 -0500 [CON-534] add new required field to accessChecker `trackId` (#4550) commit 35015d8 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Tue Jan 3 15:26:26 2023 -0500 [PAY-802] Add track id to premium content signature data (#4554) * Rename id to track_cid in PremiumContentSignatureArgs * Add track id to premium content signature data * Fix lint Co-authored-by: Saliou Diallo <saliou@audius.co> commit 93d90a1 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 3 13:01:36 2023 -0500 allow nethermind GET (#4552) commit 6b9bf7e Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Jan 3 12:46:12 2023 -0500 Add dynamic nethermind gas limit (#4547) * Add dynamic nethermind gas limit * Fix lint commit 7522d42 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 3 11:07:26 2023 -0500 Sp validate nethermind (#4525) * nginx lua block to validate nethermind RPC * read body first * add return commit 1d1ee7e Author: audius-infra <audius-infra@audius.co> Date: Mon Jan 2 14:41:19 2023 +0000 Bump sdk to v1.0.29 ## Changelog - 2023-01-02 [874f110] [PAY-782] Add tip gate for premium content (#4530) [Saliou Diallo] - 2022-12-23 [1b0e279] Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533) [Marcus Pasell] - 2022-12-23 [2e8b21b] [PAY-759] [PAY-758] Add ChatsApi to SDK (#4416) [Marcus Pasell] - 2022-12-22 [cdc103f] [PAY-123] Fix flaky rewards test (#4528) [Michael Piazza] - 2022-12-22 [22d0f62] Bump sdk to v1.0.28 [audius-infra] commit 874f110 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Jan 2 08:47:03 2023 -0500 [PAY-782] Add tip gate for premium content (#4530) * Add tip gate for premium content * Address PR comments Co-authored-by: Saliou Diallo <saliou@audius.co> commit e8c5c08 Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 30 21:58:41 2022 -0800 Fix entity manager invalidation for user and tracks (#4548) commit fd13c51 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 27 18:13:47 2022 -0800 validate user handle with lowercase (#4540) commit 97a7f3f Author: Sebastian Klingler <sliptype@gmail.com> Date: Tue Dec 27 16:53:28 2022 -0600 Use username instead of display_name (#4538) commit 6fb37c5 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 27 17:27:13 2022 -0500 Update CN reconfigSPIdBlacklistString #4537 commit 4d63ba1 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 27 13:40:13 2022 -0800 Default EM users in content node (#4536) commit 499a9a4 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Tue Dec 27 13:00:44 2022 -0500 Periodically add blacklisted items to redis (#4532) * Periodically add to redis * Add log * Change to 1 hour for testing * Convert to arrow fn * Adjust interval commit 6f7638d Author: Raymond Jacobson <ray@audius.co> Date: Fri Dec 23 17:19:48 2022 -0800 Fix bug (#4535) commit 1b0e279 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Dec 23 12:56:41 2022 -0800 Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533) This reverts commit 2e8b21b. commit 2e8b21b Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Dec 23 11:53:41 2022 -0800 [PAY-759] [PAY-758] Add ChatsApi to SDK (#4416) * DMs WIP * continuing WIP * Adding Chat DMs types and API to SDK * undo removal * fix some server types/client types * fix types * Add before/after queryparams and get prev_cursor from summary * Add ChatUnblockRPC to server types * Don't use ["data"] as the return value * Use libs in chats api * Revert "Don't use ["data"] as the return value" This reverts commit 5431ef9c6ecd34af854b94f73b63025ddcfdb061. * Use normal makeRequest * keep away from breaking change * remove unused * Remove chat_id from reactions * Use middleware instead of overriding fetch api, don't use _makeRequest, and use cross-fetch instead of axios * include the chats API always, but throw errors when using walletApi if not configured * fix lint * fix lint * Add types for health check and add check for successful requests * More comments * More comments * Make walletApi non-optional * rename discoveryNodeSelectorMiddleware * pin Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit cdc103f Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Thu Dec 22 11:16:20 2022 -0800 [PAY-123] Fix flaky rewards test (#4528) commit 22d0f62 Author: audius-infra <audius-infra@audius.co> Date: Thu Dec 22 12:40:20 2022 +0000 Bump sdk to v1.0.28 ## Changelog - 2022-12-22 [8c3013e] [PAY-747] Handle solana-nft-gated premium content (#4480) [Saliou Diallo] - 2022-12-20 [c581dad] [C-1697] Fix contract method check runtime error (#4513) [Dylan Jeffers] - 2022-12-20 [5f7e4dc] Rename to full for clarity (#4510) [Joseph Lee] - 2022-12-16 [e349316] [C-1644] Remove Recaptcha (#4496) [Dylan Jeffers] - 2022-12-16 [832efe6] Add libs write notif view (#4435) [Joseph Lee] - 2022-12-15 [b6901af] Fix lib types, add CI check (#4495) [Dylan Jeffers] - 2022-12-15 [1af1ab8] Bump sdk to v1.0.27 [audius-infra] commit 8c3013e Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Dec 22 07:26:07 2022 -0500 [PAY-747] Handle solana-nft-gated premium content (#4480) * Update track schema * Add sol nft collection ownership check * Remove unused imports * Check for None * Clean up * Add comment * Use asyncio * Increase the max number of pool executors * Return track ids as signature map keys * Remove Any Co-authored-by: Saliou Diallo <saliou@audius.co> commit 44fa496 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Wed Dec 21 18:20:07 2022 -0500 Tracks stream optimizations pt 2 (#4527) * Tracks stream optimizations for large users * sequelize bugfix * Another sequelize bugfix * Lint fix * Limit to 1 record commit 0fa1a4a Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 21 14:08:55 2022 -0500 Update Replica set endpoint (#4524) * Fix get replica set endpoint * Fix tests commit d548786 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Wed Dec 21 13:32:21 2022 -0500 Content node /track/stream optimizations (#4522) * Slightly modify track stream caching * Add debug timings for track stream commit df003d3 Author: Raymond Jacobson <ray@audius.co> Date: Tue Dec 20 18:13:40 2022 -0800 Fix typo (#4523) commit 2b79915 Author: Raymond Jacobson <ray@audius.co> Date: Tue Dec 20 17:55:12 2022 -0800 [C-1522] Update instagram routes (#4509) * [C-1522] Update instagram routes * Fix typo commit 4f05631 Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Dec 20 16:47:36 2022 -0800 Add metrics for total unmigrated files (#4515) commit 4c2c624 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 19:46:19 2022 -0500 Cache CN SPFactory calls (#4516) Co-authored-by: Theo Ilie <theoilie.ti@gmail.com> commit 770181b Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 19:01:35 2022 -0500 Re-enable CN background tasks #4521 commit d7895ec Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 20 16:00:41 2022 -0800 Remove caching for unclaimed ID (#4520) commit 4a5dcc4 Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Tue Dec 20 18:30:31 2022 -0500 [PAY-769] Optimize Solana RPC signature fetching (#4519) * Lower initial Solana RPC get_signature batch size * Improve logs commit d43b1b3 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 17:13:36 2022 -0500 Fix dethrone notification (#4514) * Fix dethrone * Remove log commit 139fcfc Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 16:54:50 2022 -0500 disable storagePath migrations (#4518) commit 27c5235 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 16:22:15 2022 -0500 disable backgroundDiskCleanupCheckEnabled (#4517) commit c581dad Author: Dylan Jeffers <dylan@audius.co> Date: Tue Dec 20 11:27:34 2022 -0800 [C-1697] Fix contract method check runtime error (#4513) commit e4be366 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 14:24:35 2022 -0500 Fix CN stack too deep error & hopefully CPU maxing out (#4507) commit 5f7e4dc Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 14:00:04 2022 -0500 Rename to full for clarity (#4510) * Rename to full for clarity * Update lib gen types commit 89991fd Author: Sebastian Klingler <sliptype@gmail.com> Date: Tue Dec 20 11:40:58 2022 -0600 Fix TikTok auth + improve association (#4511) * Add logs * Fix tiktok auth * Error if tiktok user is already associated commit 2edcf1d Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Dec 20 11:40:47 2022 -0600 Minor fixes for cmd upload (#4512) commit 1c3c836 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 20 09:20:46 2022 -0800 Remove dependency on ursm_content_nodes in track availability (#4493) commit 0e1de80 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Tue Dec 20 11:43:03 2022 -0500 Add release-scripts to protocol repo (#4487) * Add release scripts folder to protocol * Dont forget to undo this * debug * chmod * Add slack secret * Cleanup * Move release-scripts into .circleci/ folder * Testing * Test fix * Remove test code commit ffc0aa6 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 09:29:57 2022 -0500 Stop error log on no account existing (#4503) commit d07e955 Author: Raymond Jacobson <ray@audius.co> Date: Mon Dec 19 21:59:15 2022 -0800 Add handle check (#4408) commit 1f0cabd Author: Isaac Solo <isaac@audius.co> Date: Mon Dec 19 16:09:37 2022 -0800 Write and relay nethermind txs (#4481)
commit fa6f633e523998e7f61c641393d640dd5d1223dd Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 18:24:13 2023 -0800 clean commit 7d9a585942808e5fdb4041d568642f8bdcd4766f Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 18:13:11 2023 -0800 Even better commit bdf54a69de758352c4788319dd5bff584f310c73 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 15:31:47 2023 -0800 better commit dbfe4c1f1ec25a5a8b2c4a524ee2dd4d2e1a582d Merge: d331b0505 245719683 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 23 15:30:57 2023 -0800 Merge branch 'main' into is-nethermind-libs commit 245719683140d9237d692bc50dabbbea94dc5175 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Mon Jan 23 10:20:26 2023 -0800 SDK: Paginate getChats (#4647) commit 00ad3ddce14efb9ed4fc9787e7548744c0f74649 Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Mon Jan 23 12:03:11 2023 -0500 Update discovery api to return permalink with playlist objects (#4638) commit fa08b472d919ad382b6ddb7279277f4386116c26 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Mon Jan 23 11:42:26 2023 -0500 fix comms websocket config (#4649) commit 5e305465806095f6f5736302e78d6f0adf92fb87 Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 23 07:54:43 2023 -0800 Update mocha and fix cn and id tests (#4648) commit 5d268d6f602754a5220f5502155881b4e120ee68 Author: Cheran <cheran.v.senthil@gmail.com> Date: Sun Jan 22 01:24:13 2023 -0600 audius-compose cleanup (#4627) commit 940919683da1cb950e1c37e79f1fa028193291f5 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 20 18:00:20 2023 -0800 Remove legacy POA indexing code (again) (#4633) commit 49baab5da8e059f2a382b3a4c02ce2085752aebe Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 20 17:58:18 2023 -0500 CN Ensure certain POST routes still work in readOnlyMode (#4645) commit 311b88bde5780fc122cf2ac78db220a76f230e61 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Fri Jan 20 14:47:01 2023 -0600 Import transcode code. Reorganize code. (#4639) commit 9dc5c490d545b3a954040cc294a1ec4dbfcf5d25 Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Fri Jan 20 15:22:57 2023 -0500 Add playlist route to fetch playlist by permalink (#4400) commit 5a4b7220d818fac550da6cd2e85d5ad457c4c36b Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 20 12:05:09 2023 -0800 SDK: Decrypt the last message in the getChats response (#4644) commit 7b567d6e76694d750c062f6f87f0ea8788413142 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Fri Jan 20 13:49:55 2023 -0500 [CON-546] Check blacklist and record track listen in stream route (#4636) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 2d7acf06d4c044db6d743c4f65f25a67421e2f72 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Fri Jan 20 16:04:29 2023 +0000 [PAY-839] Do not filter out premium tracks from feed, trending, search on DN (#4620) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 8fd452eb5f3c35976c701228b386bc2a9103bca9 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 19 20:39:45 2023 +0000 Fix nft ownership check (#4634) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 2999a873327cafa9545b2c88e72a792a728e66e6 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 19 11:57:14 2023 -0800 update chain reset to include all DNs (#4621) commit 4796cee6ddff3271f1c23adcd3b235126867e583 Author: Sid Sethi <SidSethi93@gmail.com> Date: Thu Jan 19 14:38:41 2023 -0500 CON-537 "poor-mans UUID" Ensure each track file gets a unique CID to avoid re-upload collisions (#4631) commit 051d92a15ee372036b6bc893d4798dbfb39f6472 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 19 18:22:54 2023 +0000 Use track cid streaming and fallback track id streaming (#4635) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 084722c5bb451aa52a3c7621dea7677fa31e35e0 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 19 12:42:13 2023 -0500 Write entity manager notifications in libs (#4585) commit b525077b6516a334d51f77d748d7b23b3f69925a Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 19 08:31:50 2023 -0800 Handle nil body data in nethermind rpc request (#4624) commit 2dd7321eb3025244aae81a5460319296a59a4280 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Jan 19 07:59:42 2023 -0800 Check permissions table on chat create and message send (#4630) commit 06a930abb5820b9c81d102d35d57e93fd177c918 Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Wed Jan 18 17:43:10 2023 -0500 Fix alembic head (#4632) commit 24213ee159b9c9996cd97d60bbf3e057632fc552 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Wed Jan 18 17:01:53 2023 -0500 [CON-543] Fix `track_cid` edit bug (#4601) commit 4884096c41c258c8e590756ec33faf77cff799db Author: Michelle Brier <michelle.brier4@gmail.com> Date: Wed Jan 18 11:07:00 2023 -0800 Comms chats endpoint updates (#4616) commit 44a94c2541b4aec9515340569f20bedaa295fb49 Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 18 09:56:49 2023 -0800 Add chain health check (#4628) commit f71422ddb92b598a7f0b2e1b48611e69addeca00 Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 18 09:54:36 2023 -0800 Fix alembic version (#4629) commit e93087a00ef714d2de4f38281aef874eb9fee962 Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 18 12:16:40 2023 -0500 Add tier change notification via triggers (#4625) commit 94c624ea8c9b59c3c2674ca40675b4880d071373 Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 18 11:51:24 2023 -0500 Trending fix web3 (#4626) commit 1b6c6936bf75380608dde2371298bd727eb00468 Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 18 09:25:51 2023 -0600 [PLAT-418] Improve audius-compose testing for discovery (#4623) commit 5b45fe5c65260e4495c614b33c6b549bae644567 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 17 16:44:35 2023 -0800 Artist pick backfill: only update records last updated before the csvs were pulled (#4564) commit 22654ca57ec46d7f3732eacc320202f32635c46f Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 17 16:40:09 2023 -0800 Backfill null artist pick discrepancies in discprov (#4569) commit d8e130b74467f0ac5d5a3289714bc12a707ac18c Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 17 18:30:12 2023 -0500 NATS connection test (#4611) commit 0886d97acdc8b029220b6ec68fc799c00e923fb5 Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 17 23:26:17 2023 +0000 Bump sdk to v1.0.41 ## Changelog - 2023-01-17 [c592d3627] Skip API response version check if empty string (#4622) [Reed] - 2023-01-17 [e37d5ee8b] Bump sdk to v1.0.40 [audius-infra] commit c592d362774e0af748a8062505405a8397fc7a48 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Jan 17 18:20:30 2023 -0500 Skip API response version check if empty string (#4622) commit b9484dd5077f400548d90163304e247fa54f2225 Author: Isaac Solo <isaac@audius.co> Date: Tue Jan 17 14:28:43 2023 -0800 Add registered discovery nodes as signers (#4562) commit 14a052966897207acc6dc5ce8dee4a6dd8e3dab5 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Jan 17 16:13:49 2023 -0500 Fix CN isReadOnlyMode health check (#4618) commit e37d5ee8b7d8fd60221c153153921956558ac372 Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 17 19:48:20 2023 +0000 Bump sdk to v1.0.40 ## Changelog - 2023-01-17 [041bcc231] Skip DN version check in SDK if empty string [Reed] - 2023-01-13 [ed9f3a257] Bump sdk to v1.0.39 [audius-infra] commit 041bcc231328b40dd9adb889132c5dbf46159ab2 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Jan 17 14:43:11 2023 -0500 Skip DN version check in SDK if empty string commit 259732a7f9f407aa4139f1d24b1506aeac335be9 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Jan 17 11:35:25 2023 -0500 Add trending notif (#4543) commit 71ffb5b64891cd98917b0f7cd4a71ae1dcba99f2 Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Jan 17 08:32:25 2023 -0800 Change track un-delist logs to info (#4617) commit 1945c5f589a47858c8e4b3178472f0d91b34e327 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 14 07:11:26 2023 +0000 Bump to version 0.3.75 commit 2dc3c5f8b20195914fc25a99d8660511a92a1969 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 13 18:04:03 2023 -0800 Misc comms cleanup (#4610) commit 3f943485a3e959763e100cb174ba7046c9ef562f Author: Isaac Solo <isaac@audius.co> Date: Fri Jan 13 15:07:17 2023 -0800 Add script to reset stage chain (#4612) commit b3949d8174166ac33fd595061254ca46cef7a3d3 Author: Isaac Solo <isaac@audius.co> Date: Fri Jan 13 15:05:35 2023 -0800 Add indexing after chain reset (#4599) commit ba332fdc8c3d465865ca2a948f285e2191f9b99b Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 13 17:00:32 2023 -0500 Fix & consolidate CN envvars for local dev for audius-compose (#4614) commit 53c7d67ca0aa8fb8812b78026c0945b1fa0702c0 Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 13 16:38:37 2023 -0500 dev-tools README improvements for clarity (#4615) commit ed9f3a2575ceef427e534e1265c3fc55a3c787c4 Author: audius-infra <audius-infra@audius.co> Date: Fri Jan 13 20:42:13 2023 +0000 Bump sdk to v1.0.39 ## Changelog - 2023-01-13 [93c3e89db] Remove unnecessary chatId param from chats.create() (#4613) [Marcus Pasell] - 2023-01-13 [add1eec90] [INF-336] Cache sdk release module install (#4608) [Raymond Jacobson] - 2023-01-13 [fef95fc58] Bump sdk to v1.0.38 [audius-infra] commit 93c3e89db9b7431574ef78fae8b93a99a7609d9d Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 13 12:34:44 2023 -0800 Remove unnecessary chatId param from chats.create() (#4613) commit add1eec90132faa6e51d9396b52e461e9964ae0c Author: Raymond Jacobson <ray@audius.co> Date: Fri Jan 13 09:33:59 2023 -0800 [INF-336] Cache sdk release module install (#4608) commit fef95fc58beaddeb692243225c8179ae049936a7 Author: audius-infra <audius-infra@audius.co> Date: Fri Jan 13 01:45:54 2023 +0000 Bump sdk to v1.0.38 ## Changelog - 2023-01-12 [4ed81d595] Include imageUrl for nft collection premium conditions for track (#4596) [Saliou Diallo] - 2023-01-12 [5c2bf360c] Add before/after cursors to getMessages (#4590) [Marcus Pasell] - 2023-01-12 [7268ab09e] Update SDK chats.react to allow null reactions (#4607) [Marcus Pasell] - 2023-01-12 [e4ada4b9c] Allow nil reactions in comms react RPC to unreact (#4606) [Michelle Brier] - 2023-01-10 [36ad3da6f] Update schema (#4589) [Marcus Pasell] - 2023-01-09 [bc869874c] [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) [Dylan Jeffers] - 2023-01-10 [2764a72d3] Bump sdk to v1.0.37 [audius-infra] commit 4ed81d595c11d6a3e1850131e6e8b4273c607938 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Jan 12 19:27:08 2023 -0500 Include imageUrl for nft collection premium conditions for track (#4596) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 5c2bf360c69b24fbf4b3248ca3fb287f75296e90 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Thu Jan 12 16:22:09 2023 -0800 Add before/after cursors to getMessages (#4590) commit 7268ab09ebe78215386f97b6c4a403bb545b3ac2 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Thu Jan 12 15:52:10 2023 -0800 Update SDK chats.react to allow null reactions (#4607) commit e4ada4b9c64d728212a19c8566549759802fa15a Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Jan 12 15:32:47 2023 -0800 Allow nil reactions in comms react RPC to unreact (#4606) commit c6c63929a4fbc526fc372e12364bd7264aaa14f2 Author: Raymond Jacobson <ray@audius.co> Date: Thu Jan 12 15:17:13 2023 -0800 Increase CI timeout (#4605) commit e18119e9be94db135cf93e75bcbcfdf9b2499854 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 12 16:52:10 2023 -0500 Fix notifications endpoint (#4594) commit d3da831fc4f92b8c4df885e784548ccad6021e00 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 12 12:03:41 2023 -0800 Remove solana anchor tests in CI (#4603) commit 5a3cbcd334811d07db74009bf849008cff5453a5 Author: Isaac Solo <isaac@audius.co> Date: Thu Jan 12 11:03:39 2023 -0800 Fix redis timestamp in health check (#4600) commit b026302c878591fc471cb3759ebbab47a4c3be0f Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 12 13:29:13 2023 -0500 remove logs (#4597) commit d9050773f0ef4f1237ca28bd9a80826f7077eef1 Author: Cheran <cheran.v.senthil@gmail.com> Date: Thu Jan 12 11:05:50 2023 -0600 Use one dockerfile for M1 and Linux Solana builds (#4593) commit 920cb5e2a7057ec510be89f027a5309ff42c1fe0 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Thu Jan 12 11:06:49 2023 -0500 Mbrier/plat 000/revert subscriptions (#4598) Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit 2e827197d02e1659405461c0951101f586f628e6 Author: PaulieB14 <94752445+PaulieB14@users.noreply.github.com> Date: Thu Jan 12 10:24:23 2023 -0500 Add subgraph to docs sidebar (#4090) commit 7dded5f65ebce4ce3ad57b21aa5cdd977a17a2e8 Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 11 16:18:11 2023 -0800 Fix bad unicode chars (#4595) commit dcdb5705773aaf8475701ec8c44be492674c445e Author: Sid Sethi <SidSethi93@gmail.com> Date: Wed Jan 11 15:13:43 2023 -0500 Reduce CN state machine interval (#4541) commit 97c0a041b9b42e74d6bebb78c347de581e0f1b78 Author: Sid Sethi <SidSethi93@gmail.com> Date: Wed Jan 11 13:40:02 2023 -0500 Fix CN reconfig + enable entitymanager locally (#4579) commit 979c34cbb5456be8a022bdc7fc84a0ba987111e7 Author: sabrina-kiam <109105561+sabrina-kiam@users.noreply.github.com> Date: Wed Jan 11 13:26:12 2023 -0500 Repopulate playlist_routes table (#4565) commit bf3c2d8813c7d67036a12f803d249a2d16b56df8 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Wed Jan 11 11:02:51 2023 -0500 fixes precommit hook (#4587) commit c4b07721efd8581d3152b037720b140499a24121 Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Jan 10 20:40:07 2023 -0600 Fixes for audius-compose test run (#4591) commit 36ad3da6f450aaa6c68088b047ffa12763c9d93d Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Tue Jan 10 14:32:13 2023 -0800 Update schema (#4589) commit 524491aaeb6bcf743bc628205b2a1c78ae861fc6 Author: Isaac Solo <isaac@audius.co> Date: Tue Jan 10 12:27:14 2023 -0800 Use EntityManager only for verify user (#4578) commit c9f82a421389dfeddab4447bbb05f96c26282c1b Author: Raymond Jacobson <ray@audius.co> Date: Tue Jan 10 10:12:18 2023 -0800 [PLAT-538] Remove custom redis disk persistence, upgrade redis (#4563) commit 4e64cd0dd6e79251b6ca1ce6c1f45c9d59885ded Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Jan 10 11:54:07 2023 -0600 Fix audius-compose path on linux (#4586) commit d94946d282c069fc76e8c3b5bada6b07d2bb6d07 Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 22:52:30 2023 -0800 [PLAT-570] Fix tests broken in prior commit (#4584) commit bc869874c10bd3bfd8ba1d5e0d70b47b587c40d3 Author: Dylan Jeffers <dylan@audius.co> Date: Mon Jan 9 17:00:36 2023 -0800 [C-1787] Improve tokenAccount performance by caching randomKeyPair (#4582) commit 9c8b968145980822c02b5c187f0fb9dfa0caafb7 Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 16:20:23 2023 -0800 Fix migration idempotency (#4580) commit a4006bda3fd38b04c6c7cb92c8d29766a30de03b Author: Raymond Jacobson <ray@audius.co> Date: Mon Jan 9 16:18:05 2023 -0800 [PLAT-570] Migrate for start block (#4576) commit 2764a72d36b755182b9c4d92f4bfaa23fe4781de Author: audius-infra <audius-infra@audius.co> Date: Tue Jan 10 00:06:46 2023 +0000 Bump sdk to v1.0.37 ## Changelog - 2023-01-09 [dd0ddae94] Use EntityManager in libs user and track (#4577) [Isaac Solo] - 2023-01-09 [65d9f03a2] Bump sdk to v1.0.36 [audius-infra] commit 9f098224cf1340c2d0d0fa419acb859a885bdff3 Author: Sid Sethi <SidSethi93@gmail.com> Date: Mon Jan 9 18:29:35 2023 -0500 Disable CI maddog jobs since it is broken and deprecation is imminent (#4581) commit dd0ddae94286c577c8a34ada50f2f79f613b55d2 Author: Isaac Solo <isaac@audius.co> Date: Mon Jan 9 13:47:45 2023 -0800 Use EntityManager in libs user and track (#4577) commit 65d9f03a24a557cdddf0e4b67143221f0cbe5de0 Author: audius-infra <audius-infra@audius.co> Date: Mon Jan 9 18:04:34 2023 +0000 Bump sdk to v1.0.36 ## Changelog - 2023-01-09 [f5d39ff9c] [PAY-805] Update premium conditions in track schema (#4556) [Saliou Diallo] - 2023-01-07 [04521fefd] Bump sdk to v1.0.35 [audius-infra] commit f5d39ff9c22d1fe9b5ca9c14261a1690575af34d Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Jan 9 12:08:59 2023 -0500 [PAY-805] Update premium conditions in track schema (#4556) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 7cd170d6d54d3daf16844164d0b0b33ad41cecb5 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Mon Jan 9 10:54:59 2023 -0500 comms codebase (#4526) Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit 04521fefd43940a1a04a8b5216b5e06d8caa90c4 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 06:52:18 2023 +0000 Bump sdk to v1.0.35 ## Changelog - 2023-01-07 [e40315da8] Use entity manager in rollover (#4575) [Marcus Pasell] - 2023-01-07 [6763f69d6] Check clock values, not blocknumbers, when replacing primary in sanity check (#4574) [Marcus Pasell] - 2023-01-07 [80d410c38] Bump sdk to v1.0.34 [audius-infra] commit e40315da81c1fcf7d1d43d1b7a4bcefc5d1243d1 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Sat Jan 7 00:41:43 2023 -0600 Use entity manager in rollover (#4575) commit 6763f69d67db9f9e4a380c627f7a47c09161fd63 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Sat Jan 7 00:36:11 2023 -0600 Check clock values, not blocknumbers, when replacing primary in sanity check (#4574) commit 80d410c38ac9a154fad4c4b7a4b2be1ba2973939 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 02:32:10 2023 +0000 Bump sdk to v1.0.34 ## Changelog - 2023-01-06 [8f0ae0d18] Move patch-package to prepare (#4572) [Marcus Pasell] - 2023-01-07 [deb093561] Bump sdk to v1.0.33 [audius-infra] commit 8f0ae0d181bf1ee2dcf5ccc26987aaf1d0861903 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 20:21:00 2023 -0600 Move patch-package to prepare (#4572) commit deb09356158e439e2fffdc0d39946f6a2dd54c36 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 01:41:47 2023 +0000 Bump sdk to v1.0.33 ## Changelog - 2023-01-06 [503765c37] Move patch-package to main deps (#4571) [Marcus Pasell] - 2023-01-07 [d43fee2be] Bump sdk to v1.0.32 [audius-infra] commit 503765c37798a57b28320d6bb45253c27cb34741 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 19:30:33 2023 -0600 Move patch-package to main deps (#4571) commit d43fee2bef3edbca4a669ceace78ecb054724546 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 00:54:29 2023 +0000 Bump sdk to v1.0.32 ## Changelog - 2023-01-06 [4a054eaea] check for blacklist having primary before declaring healthy (#4570) [Marcus Pasell] - 2023-01-07 [e875748ad] Bump sdk to v1.0.31 [audius-infra] commit 4a054eaea012fe2486864db78f64558101523e33 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 18:42:05 2023 -0600 check for blacklist having primary before declaring healthy (#4570) commit e875748ad4cb8b3f3bb46ad99f6d513516001415 Author: audius-infra <audius-infra@audius.co> Date: Sat Jan 7 00:22:30 2023 +0000 Bump sdk to v1.0.31 ## Changelog - 2023-01-06 [6b9562b0b] Add back rolloverNodes (#4567) [Marcus Pasell] - 2023-01-05 [3e2f55f73] Bump sdk to v1.0.30 [audius-infra] commit 6b9562b0bf229dc32799315990f7d160e1223367 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Jan 6 18:09:34 2023 -0600 Add back rolloverNodes (#4567) commit 226ae162dfa4d0da867ff615b6a72d3696125866 Author: Sid Sethi <SidSethi93@gmail.com> Date: Fri Jan 6 18:51:42 2023 -0500 Change CN legacy URSM code to not first attempt URSM reconfig, and go straight to EM now that it is rolled out globally (#4568) commit 97bee1ab13d4aa9e5e49254dade7b83b217205b9 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 6 13:05:50 2023 -0800 Revert "Remove legacy POA indexing code (#4449)" (#4566) commit ff47e97a2cf21880d66c09260c2bcabaec4dbf61 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Fri Jan 6 02:51:52 2023 -0800 Backfill artist pick (#4197) commit c57e0ad9a6f73805800097dbd51d57968bdb4040 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Jan 5 17:04:09 2023 -0500 Add notification playlist seen (#4551) commit 3e2f55f73ac80458ab3f558fb7a6f1ce6171d71a Author: audius-infra <audius-infra@audius.co> Date: Thu Jan 5 18:23:12 2023 +0000 Bump sdk to v1.0.30 ## Changelog - 2023-01-04 [6bdd6c69b] Remove default audiusDataIdl from native libs (#4561) [Dylan Jeffers] - 2023-01-04 [62191bae0] [CON-534] move track_cid to Track model (#4497) [Johannes Naylor] - 2023-01-03 [b808cf9b9] Reland "[PAY-759] [PAY-758] Add ChatsApi to SDK" (#4534) [Marcus Pasell] - 2023-01-02 [1d1ee7e4d] Bump sdk to v1.0.29 [audius-infra] commit 7ce874a45ba7adba69a2f46056ce11392c38509e Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 4 16:14:54 2023 -0800 Remove registry contract and clean up log (#4558) commit 6bdd6c69bef981bdf894aed84816c168a1152abf Author: Dylan Jeffers <dylan@audius.co> Date: Wed Jan 4 16:04:06 2023 -0800 Remove default audiusDataIdl from native libs (#4561) commit f60bffbaa70dc0400ae214b4c349c1e0274f7747 Author: Isaac Solo <isaac@audius.co> Date: Wed Jan 4 14:38:56 2023 -0800 Fix spid key in availability indexing (#4559) * Fix spid key in availability indexing * lint commit b8db2250d5d66fe78c9f221a5c040b97df007990 Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 4 13:03:22 2023 -0800 Fix release scripts (#4557) commit 374fb8ce337d1147f760fc31811a8941c1c6285e Author: Raymond Jacobson <ray@audius.co> Date: Wed Jan 4 10:59:40 2023 -0800 Skip missing users (#4546) commit 5f1fb02afdf5e15b9adf8606b35d8fc3d03b498d Author: audius-infra <audius-infra@audius.co> Date: Wed Jan 4 17:50:19 2023 +0000 Bump to version 0.3.74 commit 989b67a298a352e2ea150380d6c084ca696c8a7b Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Wed Jan 4 12:36:24 2023 -0500 Sp nethermind web3 (#4555) * allow web3 * block clique rpcs * allow OPTIONS commit 62191bae0145ebc0ba628a5136914569c465c26b Author: Johannes Naylor <jonaylor89@gmail.com> Date: Wed Jan 4 12:04:07 2023 -0500 [CON-534] move track_cid to Track model (#4497) commit 4f91a0c9053a1198cdb82cd1222b279b9161c45d Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Jan 4 12:01:47 2023 -0500 Add anncouncement notif (#4544) * Add anncouncement notif * Rename notification entity manager file * Add init py to models notifs * Fix mock in integration test * fix import * Fix get instance attributes commit 6badf567c7218dc630564412d980b936ae7816af Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 21:03:50 2023 -0800 Remove legacy POA indexing code (#4449) * Remove legacy track + playlist indexing code * Remove index operations test * Squashed commit of the following: commit c862c078081a676ee906615f215aeb77cd4b382c Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:45:07 2023 -0800 Linter commit 7650e1a0504dbc3db51fe8273253bc6e51a76fbd Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:37:11 2023 -0800 Remove old index.py tests commit 39b08754112d0beb129e0b764016c8da96a23a87 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Jan 3 13:29:37 2023 -0800 Remove user library indexing commit 6395d6ea7ed7c6a112b05210d22ec86aed6d8ed3 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:34:33 2022 -0800 Undo change to monitoring commit 9ff84c1963c162703e92de504489f4fd0f33d5ea Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:28:54 2022 -0800 Remove index.py and linter commit 49bb8573c90f23580e03e70cbd476c06ad907dc6 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:26:02 2022 -0800 Remove legacy ursm indexing commit a72b3140dae3316cda8b0d8dab09ca0a74656d6a Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 17:02:48 2022 -0800 Remove legacy social feature indexing commit 7e3b19e490a4a71a9234f918c53c10ad33ec2cc4 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 16:56:39 2022 -0800 Remove legacy user indexing commit 66e574ea1fa514b48c64d11a1f09612ccd96b405 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Thu Dec 8 16:38:37 2022 -0800 Remove legacy track + playlist indexing code * Fix circular dependency * Clean up * Linter * Remove legacy contracts from init_contracts * Remove unused variables in app.py * Linter * index_nethermind.py -> index.py * Fix broken test commit b808cf9b929008236c403685f558522de637838e Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Tue Jan 3 17:26:38 2023 -0600 Reland "[PAY-759] [PAY-758] Add ChatsApi to SDK" (#4534) * Revert "Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533)" This reverts commit 1b0e27986d85ca61b2aab7bcc83f1d533922f4b7. * Patch micro-aes-gcm * change patch * Run patch-package after install * New rollup config * Tell typescript to use ES module resolution * Tell typescript to use Common JS module resolution * Split rollup configs for ESM/CJS up so that we can inline ESM-only modules when outputting CJS * Revert unnecessary changes to package.json * Revert more package.json/package lock changes * Update libs/rollup.config.ts Co-authored-by: Sebastian Klingler <sliptype@gmail.com> * cr comments Co-authored-by: Sebastian Klingler <sliptype@gmail.com> commit 55afadd11d8f1b4d44b87e6dd2ea7933321bbc8b Author: Nathan Bowers <outragedhumangithub@mm.st> Date: Tue Jan 3 16:14:32 2023 -0600 Content node typescript (#4545) commit 5630e405245642646029df04d0188ffb06ad2cfe Author: Johannes Naylor <jonaylor89@gmail.com> Date: Tue Jan 3 16:47:15 2023 -0500 [CON-534] add new required field to accessChecker `trackId` (#4550) commit 35015d8af30a9bee320cf88f00ec8ff07ff4c9bf Author: Saliou Diallo <sddioulde@hotmail.com> Date: Tue Jan 3 15:26:26 2023 -0500 [PAY-802] Add track id to premium content signature data (#4554) * Rename id to track_cid in PremiumContentSignatureArgs * Add track id to premium content signature data * Fix lint Co-authored-by: Saliou Diallo <saliou@audius.co> commit 93d90a1c701607e3a6cdebab4cd3a4ea8816bacc Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 3 13:01:36 2023 -0500 allow nethermind GET (#4552) commit 6b9bf7eca2f68cd6beee0c818f9174ceeacebf0a Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Jan 3 12:46:12 2023 -0500 Add dynamic nethermind gas limit (#4547) * Add dynamic nethermind gas limit * Fix lint commit 7522d427ca7d3b4938b3b0dda1cb6b5af91e72e0 Author: Steve Perkins <stereosteve@users.noreply.github.com> Date: Tue Jan 3 11:07:26 2023 -0500 Sp validate nethermind (#4525) * nginx lua block to validate nethermind RPC * read body first * add return commit 1d1ee7e4d566819f0d5fcec0aabcad5e270bed19 Author: audius-infra <audius-infra@audius.co> Date: Mon Jan 2 14:41:19 2023 +0000 Bump sdk to v1.0.29 ## Changelog - 2023-01-02 [874f1104d] [PAY-782] Add tip gate for premium content (#4530) [Saliou Diallo] - 2022-12-23 [1b0e27986] Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533) [Marcus Pasell] - 2022-12-23 [2e8b21b71] [PAY-759] [PAY-758] Add ChatsApi to SDK (#4416) [Marcus Pasell] - 2022-12-22 [cdc103faf] [PAY-123] Fix flaky rewards test (#4528) [Michael Piazza] - 2022-12-22 [22d0f6223] Bump sdk to v1.0.28 [audius-infra] commit 874f1104db24643b2c3b41b0c2920ca25abcb47b Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Jan 2 08:47:03 2023 -0500 [PAY-782] Add tip gate for premium content (#4530) * Add tip gate for premium content * Address PR comments Co-authored-by: Saliou Diallo <saliou@audius.co> commit e8c5c0893eedf59683cb95a2da041dfc646974d4 Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 30 21:58:41 2022 -0800 Fix entity manager invalidation for user and tracks (#4548) commit fd13c519c0a0b76e23bdcd2ef93c426b80d7da00 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 27 18:13:47 2022 -0800 validate user handle with lowercase (#4540) commit 97a7f3fcb7308830677f9e04bbe17c54a56b840a Author: Sebastian Klingler <sliptype@gmail.com> Date: Tue Dec 27 16:53:28 2022 -0600 Use username instead of display_name (#4538) commit 6fb37c5a62e47da4b2245241c564f4804b2e32c1 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 27 17:27:13 2022 -0500 Update CN reconfigSPIdBlacklistString #4537 commit 4d63ba1c14ddf3a69df170f76099cb1a7934f6a0 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 27 13:40:13 2022 -0800 Default EM users in content node (#4536) commit 499a9a406f2dba84ef33e7646d9a2170be5889e6 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Tue Dec 27 13:00:44 2022 -0500 Periodically add blacklisted items to redis (#4532) * Periodically add to redis * Add log * Change to 1 hour for testing * Convert to arrow fn * Adjust interval commit 6f7638df41364c083a4e50e13aa5808afe7b42a5 Author: Raymond Jacobson <ray@audius.co> Date: Fri Dec 23 17:19:48 2022 -0800 Fix bug (#4535) commit 1b0e27986d85ca61b2aab7bcc83f1d533922f4b7 Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Dec 23 12:56:41 2022 -0800 Revert "[PAY-759] [PAY-758] Add ChatsApi to SDK (#4416)" (#4533) This reverts commit 2e8b21b718799b8b2322b8fa74ff37abf10ad6aa. commit 2e8b21b718799b8b2322b8fa74ff37abf10ad6aa Author: Marcus Pasell <3690498+rickyrombo@users.noreply.github.com> Date: Fri Dec 23 11:53:41 2022 -0800 [PAY-759] [PAY-758] Add ChatsApi to SDK (#4416) * DMs WIP * continuing WIP * Adding Chat DMs types and API to SDK * undo removal * fix some server types/client types * fix types * Add before/after queryparams and get prev_cursor from summary * Add ChatUnblockRPC to server types * Don't use ["data"] as the return value * Use libs in chats api * Revert "Don't use ["data"] as the return value" This reverts commit 5431ef9c6ecd34af854b94f73b63025ddcfdb061. * Use normal makeRequest * keep away from breaking change * remove unused * Remove chat_id from reactions * Use middleware instead of overriding fetch api, don't use _makeRequest, and use cross-fetch instead of axios * include the chats API always, but throw errors when using walletApi if not configured * fix lint * fix lint * Add types for health check and add check for successful requests * More comments * More comments * Make walletApi non-optional * rename discoveryNodeSelectorMiddleware * pin Co-authored-by: Michelle Brier <michelle.brier4@gmail.com> commit cdc103faf97a6f3de16730e5b857a77775d609ad Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Thu Dec 22 11:16:20 2022 -0800 [PAY-123] Fix flaky rewards test (#4528) commit 22d0f6223689c10ea52d1e8c462024a13650b1d0 Author: audius-infra <audius-infra@audius.co> Date: Thu Dec 22 12:40:20 2022 +0000 Bump sdk to v1.0.28 ## Changelog - 2022-12-22 [8c3013ed4] [PAY-747] Handle solana-nft-gated premium content (#4480) [Saliou Diallo] - 2022-12-20 [c581dad08] [C-1697] Fix contract method check runtime error (#4513) [Dylan Jeffers] - 2022-12-20 [5f7e4dc2e] Rename to full for clarity (#4510) [Joseph Lee] - 2022-12-16 [e349316d7] [C-1644] Remove Recaptcha (#4496) [Dylan Jeffers] - 2022-12-16 [832efe660] Add libs write notif view (#4435) [Joseph Lee] - 2022-12-15 [b6901afd9] Fix lib types, add CI check (#4495) [Dylan Jeffers] - 2022-12-15 [1af1ab866] Bump sdk to v1.0.27 [audius-infra] commit 8c3013ed489dadfdef27970479247d8e7d54e299 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Thu Dec 22 07:26:07 2022 -0500 [PAY-747] Handle solana-nft-gated premium content (#4480) * Update track schema * Add sol nft collection ownership check * Remove unused imports * Check for None * Clean up * Add comment * Use asyncio * Increase the max number of pool executors * Return track ids as signature map keys * Remove Any Co-authored-by: Saliou Diallo <saliou@audius.co> commit 44fa4962bb10bfe7b2a9ed86c791f820ec1747cf Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Wed Dec 21 18:20:07 2022 -0500 Tracks stream optimizations pt 2 (#4527) * Tracks stream optimizations for large users * sequelize bugfix * Another sequelize bugfix * Lint fix * Limit to 1 record commit 0fa1a4a00989d63c1e1d7c058c02553f3115d934 Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 21 14:08:55 2022 -0500 Update Replica set endpoint (#4524) * Fix get replica set endpoint * Fix tests commit d5487866cdd3c4b4419582f4d8eb38705637834a Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Wed Dec 21 13:32:21 2022 -0500 Content node /track/stream optimizations (#4522) * Slightly modify track stream caching * Add debug timings for track stream commit df003d35ec73e5dd517ce2619b53c2dc01342e1a Author: Raymond Jacobson <ray@audius.co> Date: Tue Dec 20 18:13:40 2022 -0800 Fix typo (#4523) commit 2b799151cd73ba35f0998d4dd06a842ddb00b25c Author: Raymond Jacobson <ray@audius.co> Date: Tue Dec 20 17:55:12 2022 -0800 [C-1522] Update instagram routes (#4509) * [C-1522] Update instagram routes * Fix typo commit 4f05631e51342e04fe2256c083f04761bc9dee2a Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Dec 20 16:47:36 2022 -0800 Add metrics for total unmigrated files (#4515) commit 4c2c624010735365bce0a8471678524cda30dab4 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 19:46:19 2022 -0500 Cache CN SPFactory calls (#4516) Co-authored-by: Theo Ilie <theoilie.ti@gmail.com> commit 770181b05f7cc88c3f65a4fd5ca20b4fcd683668 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 19:01:35 2022 -0500 Re-enable CN background tasks #4521 commit d7895ecf219b658d0e2c0016c2d091145d7ba2a3 Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 20 16:00:41 2022 -0800 Remove caching for unclaimed ID (#4520) commit 4a5dcc4e9b69b73132ee0b375b3ca87d8f62da2c Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Tue Dec 20 18:30:31 2022 -0500 [PAY-769] Optimize Solana RPC signature fetching (#4519) * Lower initial Solana RPC get_signature batch size * Improve logs commit d43b1b3a2a5e177d78cfb3c4810ec5ed22f2d020 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 17:13:36 2022 -0500 Fix dethrone notification (#4514) * Fix dethrone * Remove log commit 139fcfc423fd92cf80ed18b959c9fdeeb1568189 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 16:54:50 2022 -0500 disable storagePath migrations (#4518) commit 27c52354eafe26cf45eb0ce6096312cf523f1712 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 16:22:15 2022 -0500 disable backgroundDiskCleanupCheckEnabled (#4517) commit c581dad08d2fd030e00061a51ea56fa3c6eebef0 Author: Dylan Jeffers <dylan@audius.co> Date: Tue Dec 20 11:27:34 2022 -0800 [C-1697] Fix contract method check runtime error (#4513) commit e4be36671aeee45b84ec51f9d4c0dff5df18ca39 Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 20 14:24:35 2022 -0500 Fix CN stack too deep error & hopefully CPU maxing out (#4507) commit 5f7e4dc2ed2b9e4bdeec69f1d66d3eae1cf91b17 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 14:00:04 2022 -0500 Rename to full for clarity (#4510) * Rename to full for clarity * Update lib gen types commit 89991fd97f3e7edcf957b5d8631809b800cebd1e Author: Sebastian Klingler <sliptype@gmail.com> Date: Tue Dec 20 11:40:58 2022 -0600 Fix TikTok auth + improve association (#4511) * Add logs * Fix tiktok auth * Error if tiktok user is already associated commit 2edcf1dd5aa44255f8ed872c3d748f926ae313d9 Author: Cheran <cheran.v.senthil@gmail.com> Date: Tue Dec 20 11:40:47 2022 -0600 Minor fixes for cmd upload (#4512) commit 1c3c836cdf119490475d12adbe18d1703fc7addf Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 20 09:20:46 2022 -0800 Remove dependency on ursm_content_nodes in track availability (#4493) commit 0e1de80889926378b9c6e560c11f84cab6b231f2 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Tue Dec 20 11:43:03 2022 -0500 Add release-scripts to protocol repo (#4487) * Add release scripts folder to protocol * Dont forget to undo this * debug * chmod * Add slack secret * Cleanup * Move release-scripts into .circleci/ folder * Testing * Test fix * Remove test code commit ffc0aa6f0f0b1f05e693c894c66d401ac725c1b4 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 20 09:29:57 2022 -0500 Stop error log on no account existing (#4503) commit d07e9554a624cd0756ff6be18b9c0e03ce361acf Author: Raymond Jacobson <ray@audius.co> Date: Mon Dec 19 21:59:15 2022 -0800 Add handle check (#4408) commit 1f0cabd37dc44ee2367dfdf3cb10b9eab429edba Author: Isaac Solo <isaac@audius.co> Date: Mon Dec 19 16:09:37 2022 -0800 Write and relay nethermind txs (#4481) commit 7bab12b1702c780fbf85aed8bfb87261bd57ad02 Author: Isaac Solo <isaac@audius.co> Date: Mon Dec 19 14:53:28 2022 -0800 Fix backfill track cid tmp removal (#4502) commit 7229584c447774ed7c61235e70bac7df47030e30 Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Mon Dec 19 17:29:02 2022 -0500 Avoid updating or publishing already seen notifications (#4506) * Don't reprocess notifs * Add indices on slot and blocknumber * Fix blocknumber commit 3656d212a95d92f1aaf0b168c1234c3e49d36ef4 Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Dec 19 16:57:47 2022 -0500 Prevent premium tracks remixability (#4499) Co-authored-by: Saliou Diallo <saliou@audius.co> commit 8109d906600f3d47a4a06c29a35d9767c15cf493 Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Mon Dec 19 14:57:06 2022 -0500 Implement solana notifs safer min/max slot logic (#4505) * Safer min/max slot logic * Fix comment commit 64149b8240e8f4fde3f180980382ef95921b7165 Author: Theo Ilie <theoilie.ti@gmail.com> Date: Mon Dec 19 11:56:32 2022 -0800 Remove mismatched CID check from storagePath migrations (#4504) commit e70ac69ac212ad00f62df9c3609183bf56f6de2f Author: Saliou Diallo <sddioulde@hotmail.com> Date: Mon Dec 19 14:10:06 2022 -0500 [PAY-765] Prevent redirecting stream to CN if no track_cid (#4489) * Prevent redirecting stream to CN if no track_cid * Add log Co-authored-by: Saliou Diallo <saliou@audius.co> commit e63e37fd94ddec7943a51067193a8e2e5f5aa8f1 Author: Isaac Solo <isaac@audius.co> Date: Mon Dec 19 09:25:12 2022 -0800 Fix track cid backfill alembic version (#4498) commit a726b99d340a16b52aa56d4f8083d2f80e800824 Author: Joseph Lee <joeylee0925@gmail.com> Date: Mon Dec 19 12:00:32 2022 -0500 Downgrade non error to debug log (#4501) commit f374ed01edae6ae6945036c0c0058dbc19c43f80 Author: Joseph Lee <joeylee0925@gmail.com> Date: Mon Dec 19 12:00:22 2022 -0500 Fix err logs (#4500) commit d331b05052c77683445779b8894391d41fa5da81 Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 16 09:04:38 2022 -0800 working single and double relays on stage commit 5acac066742c5b0be8d1604ed20e9b28c2e1571b Author: audius-infra <audius-infra@audius.co> Date: Sat Dec 17 07:11:09 2022 +0000 Bump to version 0.3.73 commit e349316d796ded7ff5dcc30dd9042afbc76bd1bb Author: Dylan Jeffers <dylan@audius.co> Date: Fri Dec 16 18:38:14 2022 -0800 [C-1644] Remove Recaptcha (#4496) commit 03739e9d230505085413347607c6fba833b7d1ee Merge: 24327bbbe 6e405f60a Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 16 08:50:46 2022 -0800 Merge branch 'main' into is-nethermind-libs commit 4eab3a3b39d75694c8978184e87b69f2932f1a71 Author: Joseph Lee <joeylee0925@gmail.com> Date: Fri Dec 16 11:49:17 2022 -0500 Discovery notification on track/playlist creation (#4473) * Fix identity lint * Update trigger playlist and track and add migration * Update track model * Update indexing track task * Add test for indexing and trigger create notificaiton * Lint * Fix type lint err commit 6e405f60a341db30174b335c3c3389f495c75c99 Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 16 08:35:54 2022 -0800 Rate limit EM replica set updates (#4491) commit 832efe660cd3c63257da97fd57480f5c8da7261c Author: Joseph Lee <joeylee0925@gmail.com> Date: Fri Dec 16 11:28:17 2022 -0500 Add libs write notif view (#4435) * Add libs write notif view * Address comments, remove logs commit a0b21c3cbf978565e581d5ea344bf50e826d3236 Author: Joseph Lee <joeylee0925@gmail.com> Date: Fri Dec 16 11:13:31 2022 -0500 Add fetch notifs method (#4442) * Add fetch notifs method * lint * Add test and fix pagination * Fix test commit 3f68789100e5ac4fa0427dfe931f6d5d59bd725f Author: Johannes Naylor <jonaylor89@gmail.com> Date: Fri Dec 16 17:11:04 2022 +0100 Network Monitoring: fix query to fetch content nodes (#4494) commit b6901afd97543454ec0412bb3cc4484718cea7e7 Author: Dylan Jeffers <dylan@audius.co> Date: Thu Dec 15 23:30:52 2022 -0800 Fix lib types, add CI check (#4495) commit 1af1ab86643f3d236974638518f18fbf8a6daa7a Author: audius-infra <audius-infra@audius.co> Date: Thu Dec 15 21:02:00 2022 +0000 Bump sdk to v1.0.27 ## Changelog - 2022-12-15 [bf998b1ff] [C-1670] Fix acceptable sol wallet length (#4471) [Dylan Jeffers] - 2022-12-14 [3205a63bf] Add libs is playlist upload to metadata (#4469) [Joseph Lee] - 2022-12-13 [1effb245e] Return favorite timestamp and sort by it (#4464) [Andrew Mendelsohn] - 2022-12-13 [1a0e25266] Bump sdk to v1.0.26 [audius-infra] commit bf998b1ff9f70ff97839c33528dd08ffe1ff9236 Author: Dylan Jeffers <dylan@audius.co> Date: Thu Dec 15 12:51:01 2022 -0800 [C-1670] Fix acceptable sol wallet length (#4471) commit 98ba57fac7166cf0fbd96cad88d43fefb79bd675 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Thu Dec 15 21:29:36 2022 +0100 [PAY-742] Add backfill script and migration (#4420) commit c3435ba42d6cc3809eee0bd468f1d840bcd1c749 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 15 14:14:56 2022 -0500 Async io fetch nodes (#4490) * Update fetch nodes to use async io * Fix type in test commit f45ac883f8f6433d73439c695bd114dd8e6e7f55 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 15 14:14:39 2022 -0500 Eventlet py version (#4492) * Update eventlet dep version * Downgrade eventlet to v0.30.2 commit 6a376eb4a3723bad433613a68b13e2ce6d86a266 Author: Cheran <cheran.v.senthil@gmail.com> Date: Thu Dec 15 11:57:38 2022 -0600 Show audius-docker-compose commit in health check (#4434) commit 24327bbbee2da58a47184de982814b9e9f6797b9 Author: Isaac Solo <isaac@audius.co> Date: Thu Dec 15 08:42:29 2022 -0800 wip identity commit dc5c577bd4c39ce6cfa54245b6a4779a79dc5fe9 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Wed Dec 14 22:54:22 2022 -0500 Set alembic head to backfill csv migration (#4488) * Load audio_tx_history backfill again * Add imports * Add comment explaining why we skipped this commit b3bde9330b329c368207b2f0e6c6611b4b243d1e Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 14 16:30:49 2022 -0500 Fix trending final poa (#4486) * Fix trending final poa * Destruct correctly commit 261fcda36bd0e55f949c1e33207693bf967b1b54 Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 14 15:25:41 2022 -0500 Add is_current to query (#4485) * Add is_current to query * Lint commit bf3ee3c652291d6ad19c08ab0b51f85af9ff79ea Merge: 80b18cb43 5d740181a Author: Isaac Solo <isaac@audius.co> Date: Wed Dec 14 11:33:55 2022 -0800 Merge branch 'main' into is-nethermind-libs commit 80b18cb43774bea95271869c8dc4933a550c54ee Author: Isaac Solo <isaac@audius.co> Date: Wed Dec 14 11:31:48 2022 -0800 relay nethermind txs commit 5d740181a07199e475138bc26ba5a53b58d522e5 Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 14 13:56:26 2022 -0500 Del trending task redis lock key on restart (#4484) * Del trending lock key * Reduce lock timeout commit 45c63bb2e77b64480698439efe268b6b1b513c1b Author: Theo Ilie <theoilie.ti@gmail.com> Date: Wed Dec 14 10:38:42 2022 -0800 Catch missing edge cases in storagePath pagination (#4483) commit 3205a63bf77155f5390324bff2e8b5a40747008e Author: Joseph Lee <joeylee0925@gmail.com> Date: Wed Dec 14 13:13:19 2022 -0500 Add libs is playlist upload to metadata (#4469) commit da5dee15a6817fe4a9abe87f7815f50996043255 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Wed Dec 14 12:42:26 2022 -0500 Fix spl token indexer parsing (#4460) * Fix spl token indexer parsing * remove log * better logging * PR Comments * Don't redefine sender_idx * logger.error instead of info commit 0379467f4199fd724aa2fc4a33abb6af24baff90 Author: Johannes Naylor <jonaylor89@gmail.com> Date: Wed Dec 14 18:34:46 2022 +0100 Network Monitoring: Use AudiusLibs to get content nodes (#4475) commit 059b84f2881251c5795dd87978fc881494465e32 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Dec 13 22:46:29 2022 -0500 Backfill missing spl-token transactions (#4462) * Backfill missing spl-token transactions * restart spl_token indexing * update to 165961521 * Remove /tmp if it exists * Fix directory removal * remove print commit 7e982b69a20c116479d9e7fee3432b99aea1300f Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Dec 13 21:06:22 2022 -0500 Skip txs that have 'error' (#4478) commit 602ac927ea55f3b5f8fb9e788c356f6d473ddf44 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Tue Dec 13 17:58:47 2022 -0800 Remove blocks FKs from subscriptions table (#4477) commit 7d87d8b515e566346c3927a260affb93772c64f9 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Tue Dec 13 18:47:00 2022 -0500 Delete spl token indexer lock on startup (#4472) commit f61ba81fafe8223e2b98a1740cfb5acefd4df6cb Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Dec 13 14:33:42 2022 -0800 Fall back to network fetch when storagePath doesn't exist (#4476) commit 11c4ccf9b36277b8e9a484e8189b9615149940dc Author: Michael Piazza <michael.piazza.mp@gmail.com> Date: Tue Dec 13 16:43:26 2022 -0500 [PAY-740] Add new location endpoint to Identity (#4465) * Add new location endpoint * Fixes * Fix config * Use getIP * fix import commit 350fa8e1cbfc1166f5ad8ed3f8f7414ad13897d0 Author: Joseph Lee <joeylee0925@gmail.com> Date: Tue Dec 13 16:20:04 2022 -0500 Lower number of subscribers for load test (#4474) commit 789b59fbee26e9bb5e4e75df0be0e080f0d0bc5d Author: Isaac Solo <isaac@audius.co> Date: Tue Dec 13 13:03:03 2022 -0800 Expose EM users config via identity (#4467) commit f4f8fb8719426c9b0b0cf0c4f6190a27cd09f345 Author: Sebastian Klingler <sliptype@gmail.com> Date: Tue Dec 13 13:49:47 2022 -0600 Fix typo (#4470) commit fe7ea8588e26814ed86a7b73784c900fa519e220 Author: Theo Ilie <theoilie.ti@gmail.com> Date: Tue Dec 13 10:34:00 2022 -0800 Clean up storagePath metrics and expose failed paths in non-debug logs (#4468) commit 1effb245e45a382c905376c447ee674e748fdc4c Author: Andrew Mendelsohn <andrew.j.mendelsohn@gmail.com> Date: Tue Dec 13 12:50:44 2022 -0500 Return favorite timestamp and sort by it (#4464) Co-authored-by: sliptype <sliptype@gmail.com> commit 1a0e25266ade554b6abfaf7321c28d4907eb42bc Author: audius-infra <audius-infra@audius.co> Date: Tue Dec 13 11:24:09 2022 +0000 Bump sdk to v1.0.26 ## Changelog - 2022-12-12 [c33b51560] Add DN endpoint for audio transactions count (#4451) [Reed] - 2022-12-12 [e8f25a465] Bump sdk to v1.0.25 [audius-infra] commit c33b51560db7e74b0a10d789cec501a5b60c3680 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Mon Dec 12 20:30:47 2022 -0500 Add DN endpoint for audio transactions count (#4451) * Add transactions count endpoint * fixup! Add transactions count endpoint * forgot a generated file * Add args for count endpoint commit 1759d5a0915207720b418066d9665888952b229c Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Mon Dec 12 20:22:55 2022 -0500 Skip txs with unsupported versions in spl token indexer (#4461) * Skip txs with unsupported versions * exception description * comment commit 5b43bdc0901d962a11fe0e82634b96fd5bcedec7 Author: Theo Ilie <theoilie.ti@gmail.com> Date: Mon Dec 12 15:32:05 2022 -0800 Make storagePath metrics work in cluster mode (#4466) commit e8f25a46567c3f9c7f9fb5a62bd9ac189e86b033 Author: audius-infra <audius-infra@audius.co> Date: Mon Dec 12 17:34:03 2022 +0000 Bump sdk to v1.0.25 ## Changelog - 2022-12-09 [2ddfcedbf] Add unclaimed ID fetches to libs (#4445) [Isaac Solo] - 2022-12-09 [fa82a0ce2] Expose full endpoints in legacy.ts (#4452) [Reed] - 2022-12-08 [66aacdaeb] [C-1583] TikTok Association and Verification (#4440) [Sebastian Klingler] - 2022-12-06 [62acec705] Fix manual reconfig route #4436 [Sid Sethi] - 2022-11-29 [a9c29f754] [C-1558] Allow streaming of unlisted tracks - fix (#4403) [Andrew Mendelsohn] - 2022-11-28 [c66fe4139] Clean up storage path logs (#4399) [Theo Ilie] - 2022-11-18 [a3a166a69] Bump sdk to v1.0.24 [audius-infra] commit dffb7d637f16d648caa8ed180e215f37339ea04d Author: Joseph Lee <joeylee0925@gmail.com> Date: Mon Dec 12 11:39:27 2022 -0500 fix file type (#4463) commit 6dcf8ed23f0f78251d40b97c2a0aa7394b7fc67e Author: Johannes Naylor <jonaylor89@gmail.com> Date: Mon Dec 12 17:25:31 2022 +0100 Convert `transcodeHandoffManager` to typescript (#4326) commit 2e3bed9ceff134e019548c646a2cdadd6a6883cc Author: Raymond Jacobson <ray@audius.co> Date: Fri Dec 9 14:53:35 2022 -0800 Update compose permissions and add pyc to gitignore (#4459) commit 2ddfcedbf63ad4f63e40c0f1d6c7b67ce552a775 Author: Isaac Solo <isaac@audius.co> Date: Fri Dec 9 14:31:48 2022 -0800 Add unclaimed ID fetches to libs (#4445) commit 1f21ae666a6bc567556ddba30491016448371a83 Author: Dheeraj Manjunath <dheerajmanju1@gmail.com> Date: Fri Dec 9 17:00:02 2022 -0500 Add ability to filter updateReplicaSet relays by sender address (#4457) * Add senderAddress whitelist to updateReplicaSet relay call * lint fix * Config variable comments + cleanup commit d14d188efcf78cbb62b4fc2968d6eadb47b97db8 Author: endline <3273335+endline@users.noreply.github.com> Date: Fri Dec 9 14:16:12 2022 -0700 Update README for local docker reqs (#4456) Co-authored-by: endline <endline> commit 6a510e6a13327f09ddb9bb30c5c64ae342f2cabf Author: vicky :) <60366641+vicky-g@users.noreply.github.com> Date: Fri Dec 9 14:50:03 2022 -0500 Add copy320 cid to header (#4454) * add copy320 cid * remove eslint commit c7bf6bd332428447b25573a61f95c80f65aa6056 Author: Cheran <cheran.v.senthil@gmail.com> Date: Fri Dec 9 13:23:45 2022 -0600 Add creator and identity tests for local (#4342) commit 551a818e72b6f747b31e7e7724b7a311a6c3a8d6 Author: Cheran <cheran.v.senthil@gmail.com> Date: Fri Dec 9 13:22:22 2022 -0600 Add local compose examples (#4455) commit fa82a0ce2577f2de181e97e2e0e7bf01ac5d98a6 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Fri Dec 9 14:19:59 2022 -0500 Expose full endpoints in legacy.ts (#4452) commit 512a89895a245fa18b407e1310362544998b3c97 Author: Cheran <cheran.v.senthil@gmail.com> Date: Fri Dec 9 13:04:14 2022 -0600 Add ability to set-env with local compose (#4410) commit 560ee35e06568d62214c3f0a118b476cbda098e6 Author: Raymond Jacobson <ray@audius.co> Date: Fri Dec 9 08:38:49 2022 -0800 Update README.md (#4453) commit fb1e88d57b415d15497b3771f8dcf13b418b31e0 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 8 17:07:34 2022 -0500 Fix identity lint (#4448) commit b0d39c0c495aca6a3f4df32990eaf43b9a5ed448 Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 8 16:51:07 2022 -0500 Fix notification send (#4447) commit 20aef509f4197ce553eb7dabe36e38e1ac7df081 Author: Sid Sethi <SidSethi93@gmail.com> Date: Thu Dec 8 16:32:58 2022 -0500 Update CN reconfig blacklist (#4443) commit 66aacdaeb13e552dab00ff192f30def070534c03 Author: Sebastian Klingler <sliptype@gmail.com> Date: Thu Dec 8 15:05:31 2022 -0600 [C-1583] TikTok Association and Verification (#4440) * [WIP] Associate TikTok account * Add tiktok verification * Fix txRelay reference * Remove test code * Fix lint things * lint * Add verified status * Lint * Update libs function commit 39bfa5dbc63ad0bcf1fa0e5d491a9b4509e23fa6 Author: Isaac Solo <isaac@audius.co> Date: Thu Dec 8 13:04:20 2022 -0800 Wrap unclaimed API in proper response (#4444) commit f799b4e07a4d278a6d8146129a1f784104ff51a7 Author: endline <3273335+endline@users.noreply.github.com> Date: Thu Dec 8 11:31:50 2022 -0700 Make sshuttle work localhost (#4438) Co-authored-by: endline <endline> commit 7cbc551a466b57965edc0e10cc7474c29fc8240c Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 8 13:16:06 2022 -0500 Parallel send notifications (#4401) * Parallel send notifications * Fix lint commit bb20b5fed5cbdfeb505056c417f67a21988a8dab Author: Raymond Jacobson <ray@audius.co> Date: Thu Dec 8 09:48:41 2022 -0800 [PLAT-521] Add more table data to verbose health (#4441) commit 8f520a098b5529913276610376c73c4856219b4f Author: Isaac Solo <isaac@audius.co> Date: Thu Dec 8 09:40:37 2022 -0800 Add unclaimed user ID API (#4439) commit d4ae69cd1af1ebd7f9d313a465a36266fd2014cc Author: Joseph Lee <joeylee0925@gmail.com> Date: Thu Dec 8 12:29:08 2022 -0500 CID Data backfill (#4348) * Add cid data backfill * Fix reading format * lint fix commit 614efeaa1965b2632af27e165f3026ecf582d1b0 Author: Michelle Brier <michelle.brier4@gmail.com> Date: Wed Dec 7 19:08:04 2022 -0800 Better EM copying (#4437) * inspect + setattr for user copy + tests * use if statements for python < 3.10 * Use getattr * make generic * Use generic for tracks and playlists * add playlist to union type * linter * forgot param * remove prints commit 41a7ae68f256d5532af227a846554a1059621220 Author: Reed <3893871+dharit-tan@users.noreply.github.com> Date: Wed Dec 7 14:19:19 2022 -0500 [PAY-745] Backfill audio_transactions_history from csv (#4432) * [PAY-745] Backfill audio_transactions_history from csv * fix unit test * download csv from s3 * mkdir tmp + logging * return instead of pass * don't upgrade if audio_tx_history already populated * check if env is prod * count only below max_csv_slot commit 62acec705424cdda7896d371818ac6f312a6101e Author: Sid Sethi <SidSethi93@gmail.com> Date: Tue Dec 6 18:29:30 2022 -0500 Fix manual reconfig route #4436
Description
Makes pagination two-way so we can go back or forwards in message history (useful for polling for new messages, while maintaining the ability to go backwards in history)
Noticed we don't have support for pagination in the UserChats query, will make a linear item for that. @michellebrier is that something you think you could do?
Tests
Ran tests but didn't test manually or against client
Monitoring - How will this change be monitored? Are there sufficient logs / alerts?