feat/injective perpetual with delegation #6521
Summary
Implementation of a pure Python (no gateway required) Injective perpetual markets connector to be used with delegated accounts. Developer: Injective Labs team (https://injectivelabs.org/) Documentation: https://api.injective.exchange/
Rationale
With the intention of reducing issues when submitting transactions to the chain due to repeated or inconsistent sequence numbers we have created a new perpetual connector supporting delegated accounts. Delegated accounts means that the user will have the funds in one account (known as portfolio account or granter account) but all trading messages and transactions sent to the chain will be signed with a different account (known as the trading account or grantee account). To support this functionality the connector uses the Injective authz module. With the new connector the user can have many Hummingbot instances trading using the same funds (the same portfolio account) but with a different trading account for each bot, ensuring that each Hummingbot instance will use independent accounts when sending transactions to the chain, and hence independent sequence numbers (eliminating with this the sequence number mismatch issues).
Github Link
https://github.com/hummingbot/hummingbot/pull/6521
Off-Chain Vote
Loading…
- Author
0xf3BD…c62E
- IPFS#bafkreic
- Voting Systembasic
- Start DateAug 10, 2023
- End DateAug 17, 2023
- Total Votes Cast759.59K HBOT
- Total Voters4
Timeline
- Aug 10, 2023Proposal created
- Aug 10, 2023Proposal vote started
- Aug 17, 2023Proposal vote ended
- Oct 26, 2023Proposal updated