Commit 77e624d
* 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.
* 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 <meetrick@gmail.com>
Co-authored-by: Hwangjae Lee <meetrick@gmail.com>
1 parent 6be9ce4 commit 77e624d
File tree
3 files changed
+879
-871
lines changed- client/chain
- exchange/explorer_rpc/pb
3 files changed
+879
-871
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 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | 18 | | |
20 | 19 | | |
21 | 20 | | |
| |||
140 | 139 | | |
141 | 140 | | |
142 | 141 | | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | 142 | | |
147 | 143 | | |
148 | 144 | | |
| |||
0 commit comments