Commit 680fe94
Release/v1.57 for chain v1.15 (#302)
* feat: removed the deprecated pre-commit repo pre-commit-golang. Added new CI step to run golangci-lint using the github action
* fix: added skip directories into the golanci lint config
* fix: fixed lint errors
* fix: fixed lint errors
* feat: updated proto definitions for the chain upgrade v1.15
* fix: synced go.mod dependecnies with Injective core
* fix: fixed lint errors
* fix: fixed lint errors
* feat: updated all proto definitions for v1.15 chain upgrade. Added an example for the new GetEipBaseFee request in txfees module
* feat: updated all examples to query gas price from the chain instead of using the default value
* Feat/sync with master v1.56.2 (#298)
* (fix) Applied the fixes for EIP712 JSON unmarshalling to the master branch
* fix: update pre-commit/action from v2.0.2 to v3.0.1 to ry to solve the pre-commit validation workflow error
* fix: Added configuration in .golangci.yml file to exclude some dirs
* fix: updated the oracle stream prices script to send the oracle type always in lowercase
* fix: updated the oracle stream prices script to send the oracle type always in lowercase
* fix: Added quantization in the functions that convert notional values to chain format
* fix/fix_manual_tx_generation (#296)
* fix: fixed the manual TX generation and signing to receive the gas price
* fix: solve issues in pre-commit workflow caused by using deprecated components
* fix: solve issues in pre-commit workflow caused by using deprecated components
* feat: updated proto definitions for the chain upgrade v1.15
* (fix) Applied the fixes for EIP712 JSON unmarshalling to the master branch
* fix: updated the oracle stream prices script to send the oracle type always in lowercase
* fix: updated the oracle stream prices script to send the oracle type always in lowercase
* fix: synced go.mod dependecnies with Injective core
* fix: fixed lint errors
* fix: fixed lint errors
* feat: updated all proto definitions for v1.15 chain upgrade. Added an example for the new GetEipBaseFee request in txfees module
* feat: updated all examples to query gas price from the chain instead of using the default value
* fix: fix function parameter type
* feat: updated proto definition to v1.15.0-beta.2 and v1.14.48 for Indexer
* fix: update ofac.json file
* Improve error messaging and enhance documentation in eip712_cosmos.go (#240)
This PR improves error handling and enhances documentation in the
eip712_cosmos.go file to provide clearer messages and more detailed
explanations.
Signed-off-by: Hwangjae Lee <[email protected]>
Co-authored-by: Abel Armoa <[email protected]>
* fix: fixed array creatin in a unit test (#299)
* fix: updated chain version to v1.15 and indexer version to v1.15.6
* fix: removed explicit inclusion of txfees response in the context initialization (not required)
---------
Signed-off-by: Hwangjae Lee <[email protected]>
Co-authored-by: Hwangjae Lee <[email protected]>1 parent 836fa87 commit 680fe94
File tree
105 files changed
+7808
-3163
lines changed- auth_vote
- chain
- exchange/types
- permissions/types
- tokenfactory/types
- txfees
- osmosis/types
- types
- wasmx/types
- client
- chain
- core
- exchange
- ethereum/util
- examples
- chain
- 13_BroadcastMsgWithoutSimulation
- 1_LocalOrderHash
- 2_MsgBatchCancelSpotOrders
- 3_MsgBatchCancelDerivativeOrders
- 4_MsgBatchCreateSpotLimitOrders
- 5_MsgBatchCreateDerivativeLimitOrders
- 6_MsgRegisterAsDMM
- 8_OfflineSigning
- auction/1_MsgBid
- authz
- 1_MsgGrant
- 2_MsgExec
- 3_MsgRevoke
- bank
- 1_MsgSend
- 2_MsgMultiSend
- distribution
- 1_SetWithdrawAddress
- 2_MsgWithdrawDelegatorReward
- 3_WithdrawValidatorCommission
- 4_FundCommunityPool
- exchange
- 10_MsgCreateDerivativeLimitOrder
- 11_MsgCreateDerivativeMarketOrder
- 12_MsgCancelDerivativeOrder
- 13_MsgInstantBinaryOptionsMarketLaunch
- 14_MsgSubaccountTransfer
- 15_MsgExternalTransfer
- 16_MsgLiquidatePosition
- 17_MsgIncreasePositionMargin
- 1_MsgDeposit
- 21_MsgRewardsOptOut
- 23_MsgDecreasePositionMargin
- 24_MsgUpdateSpotMarket
- 25_MsgUpdateDerivativeMarket
- 26_MsgAuthorizeStakeGrants
- 27_MsgActivateStakeGrant
- 2_MsgWithdraw
- 3_MsgInstantSpotMarketLaunch
- 4_MsgInstantPerpetualMarketLaunch
- 5_MsgInstantExpiryFuturesMarketLaunch
- 6_MsgCreateSpotLimitOrder
- 7_MsgCreateSpotMarketOrder
- 8_MsgCancelSpotOrder
- 9_MsgBatchUpdateOrders
- query/58_MarketBalance
- ibc/transfer/1_MsgTransfer
- oracle/1_MsgRelayPriceFeedPrice
- peggy/1_MsgSendToEth
- permissions
- 1_MsgCreateNamespace
- 2_MsgUpdateNamespace
- 3_MsgUpdateActorRoles
- 4_MsgClaimVoucher
- staking/1_MsgDelegate
- tokenfactory
- 1_CreateDenom
- 2_MsgMint
- 3_MsgBurn
- 4_MsgSetDenomMetadata
- 5_MsgChangeAdmin
- txfees/query/1_GetEipBaseFee
- wasmx/1_MsgExecuteContractCompat
- exchange/portfolio/1_AccountPortfolio
- exchange
- accounts_rpc/pb
- auction_rpc/pb
- campaign_rpc/pb
- explorer_rpc/pb
- portfolio_rpc/pb
- spot_exchange_rpc/pb
- trading_rpc/pb
- injective_data
- proto
- injective
- exchange/v1beta1
- permissions/v1beta1
- tokenfactory/v1beta1
- txfees/v1beta1
- osmosis/txfees/v1beta1
- typeddata
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
105 files changed
+7808
-3163
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
95 | 100 | | |
96 | 101 | | |
97 | 102 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
| |||
49 | 48 | | |
50 | 49 | | |
51 | 50 | | |
52 | | - | |
53 | 51 | | |
54 | 52 | | |
55 | 53 | | |
| |||
60 | 58 | | |
61 | 59 | | |
62 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
63 | 66 | | |
64 | 67 | | |
65 | 68 | | |
| |||
97 | 100 | | |
98 | 101 | | |
99 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
100 | 108 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
| 225 | + | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
| |||
299 | 300 | | |
300 | 301 | | |
301 | 302 | | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
| 312 | + | |
| 313 | + | |
| 314 | + | |
| 315 | + | |
302 | 316 | | |
303 | 317 | | |
304 | 318 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments