-
Notifications
You must be signed in to change notification settings - Fork 4
test: improve test coverage #16
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
Open
think-in-universe
wants to merge
26
commits into
fix/create-liquidity-pool
Choose a base branch
from
test/improve-test-coverage
base: fix/create-liquidity-pool
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.
Open
Changes from 21 commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
8b6a0a3
test: test view functions
think-in-universe 221e15a
test: fix bulid error
think-in-universe 153ecea
test: fix view functions
think-in-universe beed4be
fix: get owner function
think-in-universe 8a299fc
test: get owner
think-in-universe 49ea422
fix: get owner ID
think-in-universe 21ae79b
fix: get owners
think-in-universe 02a6302
fix: function args
think-in-universe cad64fa
fix: acl_get_super_admins
think-in-universe a1e39ac
test: remove compose hash
think-in-universe e857098
test: invalid app compose json
think-in-universe 1b8eb48
test: two create_liquidity_pool call in parallel
think-in-universe 41029aa
test: fix build error
think-in-universe e1b8ff9
test: fix build error
think-in-universe f6e3d5e
test: fix build error
think-in-universe 23d1093
fix: build error on linux
think-in-universe 4b6d046
fix: build error on linux
think-in-universe e6ad357
fix: upgrade contract
think-in-universe 474008d
fix: upgrade contract
think-in-universe d8b09f1
test: fix upgrade
think-in-universe 67ea2f0
test: fix lint
think-in-universe d518d5f
fix: resolve comments
think-in-universe 6822f51
fix: log
think-in-universe 1a8436f
fix: upgrade dcap-qvl to v0.3.10
think-in-universe de09fdf
fix: pck_certificate_chain parsing
think-in-universe d3a1dde
fix: upgrade to dcap-qvl v0.3.11
think-in-universe 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| [build] | ||
| # Reduce memory usage during linking | ||
| [target.'cfg(target_os = "linux")'] | ||
| rustflags = [ | ||
| # Reduce memory usage during linking | ||
| "-C", "link-arg=-Wl,--no-keep-memory", | ||
| ] | ||
|
|
||
| [profile.test] | ||
| # Optimize tests slightly to reduce memory usage during compilation | ||
| # Keep debug info for test debugging | ||
| opt-level = 1 | ||
| debug = true | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,4 @@ | ||
| **/target/ | ||
| .cargo/ | ||
| .idea/ | ||
| .vscode/ | ||
| .cursor | ||
|
|
||
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
|
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm OK to remove this Just let me know what's your thoughts about this. |
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.
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.
Uh oh!
There was an error while loading. Please reload this page.