-
Notifications
You must be signed in to change notification settings - Fork 26
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
Extend quierier test #210
Merged
Merged
Extend quierier test #210
Changes from 15 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
cbfd7a7
initial test
jbernal87 4ce1d52
derivative market query test
jbernal87 e7c9ab2
More quieries tests
jbernal87 088aa5c
fix missing file commmit
jbernal87 1efd426
turned aggregate_volume into an option as the proto is omit if empty
maxrobot 6b04879
Merge pull request #213 from InjectiveLabs/fix/aggregate_account_volume
jbernal87 a443eba
fix volume test errors. Some refactors
jbernal87 09dc8cc
Merge remote-tracking branch 'origin/dev' into f/testing-suite-extension
jbernal87 cfb63df
Check github actions
jbernal87 be67c71
message fail
jbernal87 21a8bc7
auth check
jbernal87 ed4cef1
more auth check
jbernal87 f57ad5b
fixed authz needs proto added
maxrobot cdcc995
Merge pull request #214 from InjectiveLabs/fix/authz-msg-exec
jbernal87 e921edc
removing auth queries and base_decimal,oracle, transient orders, toke…
jbernal87 1c4c302
changelog fix
jbernal87 b8cad52
dev merge
jbernal87 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 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 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,25 @@ | ||
# Change Log | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](http://keepachangelog.com/) | ||
and this project adheres to [Semantic Versioning](http://semver.org/). | ||
|
||
## [Unreleased] - yyyy-mm-dd | ||
|
||
### Added | ||
|
||
### Changed | ||
|
||
|
||
## [Unreleased] - 2024-03-18 | ||
|
||
### Added | ||
- Tests queries (injective-cosmwasm-mock) covering functionality of querier.rs | ||
|
||
### Fixed | ||
- Exchange aggregate volume query to use the correct parsing. | ||
|
||
### Removed | ||
- Grants related queries. | ||
- Exchange denom decimal query. | ||
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.
The "Unreleased" section appears twice with different dates (
yyyy-mm-dd
and2024-03-18
). It seems like a duplication error. Consider merging these sections under a single "Unreleased" header to maintain clarity and avoid confusion about the changes made.Committable suggestion
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.
@jbernal87
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.