-
Notifications
You must be signed in to change notification settings - Fork 62
Feat: Remove exchange files #312
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…at/add_exchange_v2_support
…core_and_indexer Fix/synced dev with v1 14 core and indexer
… new CI step to run golangci-lint using the github action
…_commit_repo Feat/remove deprecated pre commit repo
…at/add_exchange_v2_support
… feat/chain_upgrade_v1_15
… example for the new GetEipBaseFee request in txfees module
…of using the default value
* (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
…always in lowercase
…always in lowercase
…r` branch of injective-core (future v1.16)
…ctive core (for v1.16)
… endpoint (the /websocket destination is added internally now)
… human readable values in their config
…w reduce margin ratio for derivative markets
Feat/add exchange v2 support
…_v1_57 Chore/sync dev with master v1.57
…d examples for the new queries and messages.
[CP-395] add support for v1.16
…s (with fully qualified name) every time the proto definitions are updated
Feat/add chain messages list
|
Caution Review failedThe pull request is closed. WalkthroughThis update introduces extensive changes across the codebase, including significant refactoring, removals, and new feature additions. The EVM module receives a comprehensive implementation with new types, transaction handling, error management, and utility functions. Exchange types are streamlined by removing legacy code and redundant methods, introducing thread-safe constants, generic authorizations, and improved validation. Several configuration files and build scripts are modernized, and protobuf message extraction is automated. Many previously exported constructors and methods are removed or replaced with simplified or test-only versions. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CosmosSDK
participant EVMModule
participant EthereumTx
participant MsgEthereumTx
participant ErrorHandler
User->>CosmosSDK: Submit Ethereum-compatible transaction
CosmosSDK->>EVMModule: Route MsgEthereumTx
EVMModule->>EthereumTx: Parse and validate transaction
EthereumTx-->>EVMModule: Return transaction data or error
EVMModule->>ErrorHandler: On error, wrap and format error (VMError, RevertError)
EVMModule-->>CosmosSDK: Return execution result or error
CosmosSDK-->>User: Deliver transaction response
Poem
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (1.64.8)Error: you are using a configuration file for golangci-lint v2 with golangci-lint v1: please use golangci-lint v2 ✨ Finishing Touches
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores
Documentation