sdk-go
sdk-go copied to clipboard
Tools to work with the Injective Chain, Injective EVM and EIP712.
Supercedes https://github.com/InjectiveLabs/sdk-go/pull/77
Add 2 new chain config options and hint to resolve tx timeout issue * `common.OptionGasPriceIncrement(10)` every time `tx timed out` error happend, gas prices will be increased by 10% of...
## Summary by CodeRabbit - **New Features** - Added `min_notional` field to enhance market information in Derivative and Spot Market protocols. - Introduced admin validation for Peggy and Exchange modules....
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd) from 0.23.4 to 0.24.2. Release notes Sourced from github.com/btcsuite/btcd's releases. v0.24.2 This release includes important bug fixes related to subtle interactions related to re-orgs and the UTXO set...
This PR improves error handling and enhances documentation in the eip712_cosmos.go file to provide clearer messages and more detailed explanations. ##Changes: 1. Error message improvement: - Updated the error message...
- Added support for all queries and messages from the new Exchange V2. - Applied the required updates for the chain stream - Deprecated all methods from Exchange V1 in...
Addressing some concerns from previous PR on the same theme: 1) The types code copied from https://github.com/InjectiveLabs/injective-core/tree/feat-evm-v50 branch 2) We have to make a tag on the sdk-go, because it's...
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.35.0 to 0.38.0. Commits e1fcd82 html: properly handle trailing solidus in unquoted attribute value in foreign... ebed060 internal/http3: fix build of tests with GOEXPERIMENT=nosynctest 1f1fa29 publicsuffix: regenerate...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.32.0 to 0.35.0. Commits 7292932 ssh: limit the size of the internal packet queue while waiting for KEX f66f74b acme/autocert: check host policy before probing the cache...