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

V1.5.4 candidate #1402

Merged
merged 23 commits into from
Jan 10, 2025
Merged

V1.5.4 candidate #1402

merged 23 commits into from
Jan 10, 2025

Conversation

cffls
Copy link
Contributor

@cffls cffls commented Jan 9, 2025

Description

Merge v1.5.4-candidate

Dimitrolito and others added 21 commits December 6, 2024 17:21
* Fix incorrect balance when CreateContract is used in block-stm

* address CR comments
…r-set

Use `header.ParentHash` while fetching validator set from child chain contract so that while making the call, it uses the state which belongs to the same fork which is being imported.
Removing control files and updating the updateVersion.sh
Fix typos and improve documentation across several files
This pull request fixes the broken feature where the entire storage set is overridden.

Originally, the storage set override was achieved by marking the associated account
as deleted, preventing access to the storage slot on disk. However, since #29520, this
flag is also checked when accessing the account, rendering the account unreachable.

A fix has been applied in this pull request, which re-creates a new state object with all
account metadata inherited.

Co-authored-by: rjl493456442 <garyrong0905@gmail.com>
This will fix a hasher bug that was introduced in a23701f
Backport master to develop
@cffls cffls requested a review from a team January 9, 2025 16:00
cffls added 2 commits January 9, 2025 23:16
Increase the default value in order to reduce the time spent in txpool reorg.
When txpool is saturated, txpool reorg can take more than a few seconds to run. This impacts block producer because the producer would need to get the pending txns from txpool, which is blocked by reorg.
@cffls cffls merged commit ceb62bb into master Jan 10, 2025
11 checks passed
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.

6 participants