-
-
Notifications
You must be signed in to change notification settings - Fork 262
feat: fake the rwaData returned from backend to make sure it work for mobile frontend. #7548
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
Draft
dawnseeker8
wants to merge
18
commits into
main
Choose a base branch
from
feat/ondo-rwa-data
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+180
−81
Draft
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
967a5b6
feat: fake the rwaData returned from backend to make sure it work for…
dawnseeker8 7e9d704
Add some type definition to fix home asset rwaData lost.
dawnseeker8 16a2230
Fix the lint issue.
dawnseeker8 42084fe
make rwaData as optional
dawnseeker8 c2e1b95
Merge branch 'main' into feat/ondo-rwa-data
dawnseeker8 759c20f
feat: add RWAData into tokens controller so that data can be shown in…
dawnseeker8 0012599
Merge branch 'main' into feat/ondo-rwa-data
dawnseeker8 c8fb5b5
Merge branch 'main' into feat/ondo-rwa-data
dawnseeker8 b218b3e
make a backup and then revert to main version to see anything i did.
dawnseeker8 92768ac
Pass rwaData to frontend
dawnseeker8 045a666
fix some lint tissue
dawnseeker8 2f42013
fix the lint issue of documentation comments
dawnseeker8 a5d4b43
Revert the version to main version and add rwaData , also fix some ya…
dawnseeker8 2198f25
fix yarn lint issue.
dawnseeker8 ffabbd2
Fix the unit tests broken.
dawnseeker8 5200f35
Fix cursor reporting review comments.
dawnseeker8 fb56e97
feat: fx the format format issue of `yarn lint`
dawnseeker8 a988627
fix the lint issue created by last cursor change.
dawnseeker8 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
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.
This change will fix the lint complaining about
--prune-suppressionsparatmeter, but when we put that parameter to runyarn lintit still complain. the only way is to change the count here to pass the error, if your guys know some better way to fix this issue, i am happy to change it back here.