Skip to content

Commit c08388a

Browse files
authored
Merge pull request #418 from InjectiveLabs/chore/prep-for-1.20.1-beta
2 parents ee21b05 + 72333c8 commit c08388a

13 files changed

Lines changed: 303 additions & 198 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
All notable changes to this project will be documented in this file.
44

5+
## [v1.16.0] 2026-06-29
6+
### Added
7+
- Peggy Rate Limit types are extended to take in an oracle_type field to denote the oracle used to fetch a price along with the token_id
8+
- Added an RPC endpoint for funding payments in derivatives
9+
510
## [v1.15.0] 2026-06-02
611
### Added
712
- Added support in v2 Composer for the new exchange module MsgBatchLiquidatePositions message, including the `liquidate_position_data` and `msg_batch_liquidate_positions` composer helpers and a corresponding example script

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clean-all:
2626
$(call clean_repos)
2727

2828
clone-injective-indexer:
29-
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.20.2 --depth 1 --single-branch
29+
git clone https://github.com/InjectiveLabs/injective-indexer.git -b v1.20.49 --depth 1 --single-branch
3030

3131
clone-all: clone-injective-indexer
3232

buf.gen.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ inputs:
1616
- git_repo: https://github.com/InjectiveLabs/wasmd
1717
tag: v0.53.3-inj.3
1818
- git_repo: https://github.com/InjectiveLabs/cometbft
19-
tag: v1.0.1-inj.v1.19.0-rollback
19+
tag: v1.0.1-inj.9
2020
- git_repo: https://github.com/InjectiveLabs/cosmos-sdk
21-
tag: v0.50.14-inj.10
21+
tag: v0.50.14-inj.11
2222
- git_repo: https://github.com/InjectiveLabs/injective-core
23-
tag: v1.20.0
23+
tag: v1.20.1
2424
subdir: proto
2525
# - git_repo: https://github.com/InjectiveLabs/injective-core
2626
# branch: c-655/add_chainlink_data_streams_oracle

pyinjective/proto/exchange/injective_chart_rpc_pb2.py

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)