-
Notifications
You must be signed in to change notification settings - Fork 55
[CP-127] add exchange v2 support #263
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
Merged
Merged
Changes from all commits
Commits
Show all changes
23 commits
Select commit
Hold shift + click to select a range
dec5d55
(feat) Added support for Exchange V2 queries, messages and types
aarmoa b78770a
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-go into fe…
aarmoa 5acf635
Merge branch 'dev' into feat/add_exchange_v2_support
aarmoa bcafaa0
(feat) Added support for chain stream V2 types
aarmoa 95e6e8b
(fix) Fixed pre-commit issues
aarmoa dd659b9
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-go into fe…
aarmoa d5b0498
fix: fix error in golangci-lint configuration
aarmoa 7ff73cb
fix: sync golangci-lint configuration with injective-core
aarmoa 9a9d61e
fix: fixed a couple of lint errors and a pre-commit issue
aarmoa 7d83c17
Merge branch 'dev' of https://github.com/InjectiveLabs/sdk-go into fe…
aarmoa 5824e4e
chore: Updated all proto dependencies to the latest version of `maste…
aarmoa cbc585b
chore: updated the branch with the latest version of `master` in inje…
aarmoa 14bc7ef
chore: updated the branch with the latest version of in injective co…
aarmoa 5066aa5
fix: fixed lint errors
aarmoa 6f2486d
fix: update lint configuration
aarmoa 6e0faea
fix: fix errors in ling config yml file
aarmoa 922829c
fix: fix lint errors
aarmoa 1362b2e
fix: fix lint errors
aarmoa de0458f
fix: fixed issues when creating rpchttp connections to the tendermint…
aarmoa fec751e
fix: fixed lint errors
aarmoa 8f2dda0
chore: updated market's logic to convert values now that markets have…
aarmoa 6dc05e3
feat: updated examples and helper functions for GTB orders and the ne…
aarmoa 0da105a
chore: updated indexer version to v1.16.0-rc2
aarmoa File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,62 +1,66 @@ | ||
version: "2" | ||
run: | ||
tests: false | ||
linters: | ||
fast: false | ||
enable: | ||
- errcheck | ||
- errorlint | ||
- gas | ||
- gocritic | ||
- gofmt | ||
- goimports | ||
- gosimple | ||
- govet | ||
- ineffassign | ||
- megacheck | ||
- misspell | ||
- nakedret | ||
- prealloc | ||
- revive | ||
- staticcheck | ||
- unconvert | ||
- unparam | ||
disable: | ||
- unused | ||
|
||
linters-settings: | ||
revive: | ||
enable-all-rules: true | ||
settings: | ||
gocritic: | ||
disabled-checks: | ||
- singleCaseSwitch | ||
- deferInLoop | ||
- hugeParam | ||
- unnamedResult | ||
enabled-tags: | ||
- performance | ||
- diagnostic | ||
- style | ||
- opinionated | ||
- experimental | ||
revive: | ||
enable-all-rules: true | ||
rules: | ||
- name: var-naming | ||
arguments: | ||
- - ID | ||
- name: add-constant | ||
disabled: true | ||
- name: line-length-limit | ||
arguments: | ||
- 140 | ||
- name: cognitive-complexity | ||
arguments: | ||
- 20 | ||
disabled: false | ||
exclusions: | ||
generated: lax | ||
presets: | ||
- comments | ||
- common-false-positives | ||
- legacy | ||
- std-error-handling | ||
rules: | ||
- name: var-naming | ||
arguments: | ||
- ["ID"] | ||
- name: add-constant | ||
disabled: true | ||
- name: line-length-limit | ||
arguments: | ||
- 140 | ||
gocritic: | ||
enabled-tags: | ||
- performance | ||
- diagnostic | ||
- style | ||
- opinionated | ||
- experimental | ||
disabled-checks: | ||
- singleCaseSwitch | ||
- deferInLoop | ||
- hugeParam | ||
- unnamedResult | ||
- linters: | ||
- revive | ||
text: ALL_CAPS | ||
paths: | ||
- chain | ||
- exchange | ||
- injective_data | ||
- proto | ||
- client/keyring/testdata | ||
- client/chain/chain_test_support.go | ||
issues: | ||
exclude-rules: | ||
- linters: | ||
- revive | ||
text: ALL_CAPS | ||
exclude-dirs: | ||
- chain | ||
- exchange | ||
- injective_data | ||
- proto | ||
- client/keyring/testdata | ||
max-issues-per-linter: 0 | ||
|
||
run: | ||
tests: false |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.
version: v2.1.6
is invalid for golangci-lintgolangci-lint
releases are still on thev1.x
series (latest ≈v1.55.x
).Setting
version: v2.1.6
causes the action to 404 and the workflow to fail.Please adjust the version or omit the key entirely.
📝 Committable suggestion
🤖 Prompt for AI Agents