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.
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
feat: add take profit price Msg #815
feat: add take profit price Msg #815
Changes from all commits
4d728c7
de12d7b
02306e8
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Check warning on line 35 in x/perpetual/client/cli/tx.go
Codecov / codecov/patch
x/perpetual/client/cli/tx.go#L35
Check warning on line 24 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L16-L24
Check warning on line 28 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L26-L28
Check warning on line 33 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L31-L33
Check warning on line 42 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L36-L42
Check warning on line 44 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L44
Check warning on line 48 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L48
Check warning on line 50 in x/perpetual/client/cli/tx_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/client/cli/tx_update_take_profit_price.go#L50
Check warning on line 16 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L15-L16
Check warning on line 22 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L19-L22
Check warning on line 28 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L25-L28
Check warning on line 32 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L31-L32
Check warning on line 37 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L35-L37
Check warning on line 39 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L39
Check warning on line 45 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L41-L45
Check warning on line 51 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L49-L51
Check warning on line 57 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L55-L57
Check warning on line 60 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L60
Check warning on line 67 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L62-L67
Check warning on line 69 in x/perpetual/keeper/msg_server_update_take_profit_price.go
Codecov / codecov/patch
x/perpetual/keeper/msg_server_update_take_profit_price.go#L69
Check warning on line 37 in x/perpetual/types/codec.go
Codecov / codecov/patch
x/perpetual/types/codec.go#L37