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

v3.17.0 #1551

Merged
merged 170 commits into from
Jun 20, 2023
Merged

v3.17.0 #1551

merged 170 commits into from
Jun 20, 2023

Conversation

DmytroNazarenko
Copy link
Collaborator

@DmytroNazarenko DmytroNazarenko commented Jun 20, 2023

Network release: 2.2

Summary:

  • Updated levelDB version
  • New exiting mechanism of skaled
  • RPC API of skaled is working independently from consensus
  • Resolving memory leaks in consensus related to transactions storing
  • Adding memory limits for transactionQueue and futureTransactionQueue
  • Reenabling selfdestruct functionality
  • Adding functionality to catchup genesis block from another nodes
  • Removing IMA functionality (IMA RPC API, skale network browser)
  • Log improvements
  • Fix estimateGas
  • Fix mechanism of gasLimit in POW functionallity
  • Invalid transactions are not included in the blocks and executed

Details:

@DmytroNazarenko DmytroNazarenko requested a review from a team as a code owner June 20, 2023 18:17
@codecov
Copy link

codecov bot commented Jun 20, 2023

Codecov Report

Merging #1551 (b1b79aa) into develop (86a9ad6) will decrease coverage by 6.71%.
The diff coverage is 58.21%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop    #1551      +/-   ##
===========================================
- Coverage    52.56%   45.86%   -6.71%     
===========================================
  Files          302      339      +37     
  Lines        36475    51261   +14786     
===========================================
+ Hits         19173    23510    +4337     
- Misses       17302    27751   +10449     

@DmytroNazarenko DmytroNazarenko merged commit eb00844 into develop Jun 20, 2023
@github-actions github-actions bot locked and limited conversation to collaborators Jun 20, 2023
@DmytroNazarenko DmytroNazarenko deleted the v3.17.0 branch June 23, 2023 15:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Prepare 2.2 builds
5 participants