Skip to content

Release version 0.8 to production - #240

Merged
aarmoa merged 54 commits into
masterfrom
dev
Sep 6, 2023
Merged

Release version 0.8 to production#240
aarmoa merged 54 commits into
masterfrom
dev

Conversation

@aarmoa

@aarmoa aarmoa commented Sep 6, 2023

Copy link
Copy Markdown
Contributor

0.8.1

  • Moved the configuration to use a secure or insecure connection inside the Network class. The AsyncClient's insecure parameter is no longer used for anything and will be removed in the future.
  • Made the new load balanced bare-metal node the default one for mainnet (it is called lb). The legacy one (load balanced k8s node) is called lb_k8s

0.8

  • Refactor Composer to be created with all the markets and tokens. The Composer now uses the real markets and tokens to convert human-readable values to chain format
  • The Composer can still be instantiated without markets and tokens. When markets and tokens are not provided the Composer loads the required information from the Denoms used in previous versions
  • Change in AsyncClient to be able to create Composer instances for the client network, markets and tokens
  • Examples have been adapted to create Composer instances using the AsyncClient
  • Added new nodes (bare-metal load balancing nodes) for mainnet and testnet
  • Deprecated the kubernetes load balanced nodes for testnet
  • Refactored the cookies management logic into a cookie assistant. Added the required logic to support the new cookies format for bare-metal load balanced nodes
  • Removed class Client. The only supported now is the async version called AsyncClient.

abel and others added 30 commits May 22, 2023 12:32
… execution off all examples with the new code base
…uired and is causing problems during `pipenv install`
… execution off all examples with the new code base
…tokens with repeated symbol but different denom as different tokens
…elease

Merge pull request #218 from InjectiveLabs/release/staging_v07
abel and others added 24 commits August 23, 2023 12:47
…roadcaster based on the messages (without running the transaction simulation)
…sider the cost of each included element for batch messages
…ustom_network

Fix/cookie assistant for custom network
add MsgWithdrawValidatorCommission
…e with the cookies manager configuration for testnet sentry node. Moved secure/insecure connection configuration to the Network class
…fault_mainnet_node

Feat/make bare metal lb default mainnet node
@aarmoa
aarmoa merged commit 7754dd3 into master Sep 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants