You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need to handle when addresses are loaded from lookup tables. These are found in the meta and are indexed with writeable accounts first and then readable ones.
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
⚠️ GitGuardian has uncovered 1 secret following the scan of your pull request.
Please consider investigating the findings and remediating the incidents. Failure to do so may lead to compromising the associated services or software components.
If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
following these best practices for managing and storing secrets including API keys and other credentials
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
[67e6713] Added loaded addresses to account_keys in user bank indexer (#12747) Marcus Pasell
[cadc3c4] Update postgres version in local dev to 15.5 (#12746) Marcus Pasell
[ca48218] More synced ddl updates (#12744) Marcus Pasell
[cab01b1] Sync some DDL trigger handle functions from API (#12742) Marcus Pasell
[3d6cf2a] Fix chat create blast seeding (#12736) Reed
[a891382] Fix CI API nginx routing (#12733) Marcus Pasell
[7f4cb6a] Remove original param for download (#12686) Ray Jacobson
* origin/main: (25 commits)
Drop es indexes before reindexing (#12762)
Audius Protocol v0.7.222
Audius Client (Web and Mobile) v1.5.148
Setup elasticsearch for bridge in local dev (#12760)
Fix share profile drawer issue (#12751)
Fix E2E tests by fixing remix notification (#12748)
Fix sort order (#12758)
Tweak your coins skeletons (#12756)
[PE-6664] Fix small screen coin page layout issues (#12754)
Fix responsiveness on AUDIO page (#12755)
Show correct image in user badge stack on AllCoinsPage (#12753)
Invalidate 'userCoins' query after swap (#12752)
[PE-6668] Update add external wallets button to send to sign up if user is not signed in (#12750)
Small lint fix (#12749)
Audius Protocol v0.7.221
Added loaded addresses to account_keys in user bank indexer (#12747)
Update postgres version in local dev to 15.5 (#12746)
[PE-6657] Artist coin leaderboard card (#12734)
Update qr code colors (#12741)
[PE-6677] Fix user badge artist coins (#12745)
...
* origin/main: (26 commits)
Drop es indexes before reindexing (#12762)
Audius Protocol v0.7.222
Audius Client (Web and Mobile) v1.5.148
Setup elasticsearch for bridge in local dev (#12760)
Fix share profile drawer issue (#12751)
Fix E2E tests by fixing remix notification (#12748)
Fix sort order (#12758)
Tweak your coins skeletons (#12756)
[PE-6664] Fix small screen coin page layout issues (#12754)
Fix responsiveness on AUDIO page (#12755)
Show correct image in user badge stack on AllCoinsPage (#12753)
Invalidate 'userCoins' query after swap (#12752)
[PE-6668] Update add external wallets button to send to sign up if user is not signed in (#12750)
Small lint fix (#12749)
Audius Protocol v0.7.221
Added loaded addresses to account_keys in user bank indexer (#12747)
Update postgres version in local dev to 15.5 (#12746)
[PE-6657] Artist coin leaderboard card (#12734)
Update qr code colors (#12741)
[PE-6677] Fix user badge artist coins (#12745)
...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
We need to handle when addresses are loaded from lookup tables. These are found in the meta and are indexed with writeable accounts first and then readable ones.