Skip to content
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

ioctl 1.14.1 #173280

Merged
merged 2 commits into from
May 31, 2024
Merged

ioctl 1.14.1 #173280

merged 2 commits into from
May 31, 2024

Conversation

BrewTestBot
Copy link
Member

Created by brew bump


Created with brew bump-formula-pr.

release notes
## Summary
v1.14.1 is the first maintenance release after the latest release v1.14.0. It comes with enhancements across various components such as blockdao, staking, API. Also, ioctl commandline tool has a fresh upgrade that supports two new powerful functions: ioID and w3bstream. The ioID function enables seamless integration and management of decentralized identities on the IoTeX blockchain. The w3bstream functions allows for efficient management of w3bstream project on the chain, from project creation, device registration, to message operation and prover management.

Bug Fix and Performance Improvements:

  1. bumped go version to 1.21
  2. Resolved an issue where the blockdao process could become unresponsive while checking the indexer. This fix ensures that the node process can receive the break signal and exit if needed.
  3. Fixed an issue where the response ID type in the JSON-RPC API did not match the request type. This ensures consistency and reliability in web3js API.
  4. Enhanced the deserialization process when retrieving block receipts, resulting in faster access and improved overall performance of the blockdao component.
  5. Fixed wrong cache for API readState at tip height, now the cache always returns most accurate and latest result.

New Features and Enhancements

  1. Added endorsement details to the bucket fetch APIs, providing more comprehensive information for stakeholders and improving transparency within the staking process.
  2. Implemented rate limiting for the WebSocket API to prevent abuse and ensure fair usage. This enhancement protects the network from potential overload and improves service stability.
  3. Enabled the ToEthTx function for grantReward action, allowing it to be processed as an Ethereum-compatible transaction. This improvement facilitates interoperability and expands the utility of the IoTeX blockchain.
  4. Added 2 new commands ioid and ws to ioctl commandline tool. Enables the ioID management and w3bstream project functions.

Upgrade Priority

v1.14.1 does not have a hardfork, but contains several bug fixes, performance improvements, and new feature enhancements. All delegate nodes and API nodes are recommended to upgrade to v1.14.1 in order to provide the best up-to-date service

Node type Action
Delegate Recommended
Fullnode Not required
API node Recommended

Important Commits (not a complete list)

  1. [ioctl] Add CandidateEndorsement and CandidateActivate action #4194
  2. [blockdao] Fix program unstopable when blockdao is checking indexer #4217
  3. [blockdao] Optimize derialization when retrieving receipts #4221
  4. [staking] Add endorsement info in bucket fetch apis #4207
  5. [api] Support for tracer and tracerConfig in debug_traceTransaction API #4216
  6. [api] fix JsonRPC api response id type doesn't match request type #4168
  7. [api] Add ratelimit for websocket API #4031
  8. [action] Add grantReward ToEthTx() #4047
  9. [api] Fix wrong cache for api readState at tip height #4253
  10. feat(wsctl): add project configuration cmd #4195
  11. [ioctl]: update ws project format #4224
  12. feat(ioctl/ws): sync latest w3bstream contract abis and generate go code #4279
  13. [ioctl][ws][#2] add w3bstream contracts address configurations #4280
  14. [ioctl][ws][#3] project sub command to support interaction with ws contracts #4281
  15. [ioctl][ws][#4] prover sub commands to support interaction with ws contracts #4282
  16. [ioctl][ws][#5] project device sub commands to support interaction with ws contracts #4283
  17. [ioctl][ioid][#1] ioid sub commands #4284
  18. [ioctl][ws] update ws default value #4285

@github-actions github-actions bot added go Go use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels May 31, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label May 31, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue May 31, 2024
Merged via the queue into master with commit 0463805 May 31, 2024
14 checks passed
@BrewTestBot BrewTestBot deleted the bump-ioctl-1.14.1 branch May 31, 2024 01:05
@github-actions github-actions bot added the outdated PR was locked due to age label Jun 30, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 30, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. go Go use is a significant feature of the PR or issue outdated PR was locked due to age
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants