-
Notifications
You must be signed in to change notification settings - Fork 0
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
fix: Incorrect value is transferred to zero account as the gas fee #2454
fix: Incorrect value is transferred to zero account as the gas fee #2454
Conversation
…rect-value-is-transferred-to-zero-account-as-the-gas-fees
|
Branch | 2441-incorrect-value-is-transferred-to-zero-account-as-the-gas-fees |
Testbed | self-hosted |
🚨 1 Alert
Benchmark | Measure Units | View | Benchmark Result (Result Δ%) | Upper Boundary (Limit %) |
---|---|---|---|---|
process-empty/process-empty | Latency milliseconds (ms) | 📈 plot 🚷 threshold 🚨 alert (🔔) | 11.62 ms(+14.98%)Baseline: 10.10 ms | 11.18 ms (103.92%) |
Click to view all benchmark results
Benchmark | Latency | Benchmark Result milliseconds (ms) (Result Δ%) | Upper Boundary milliseconds (ms) (Limit %) |
---|---|---|---|
full-blocks-erc20-transfers/full-blocks-erc20-transfers | 📈 view plot 🚷 view threshold | 1,264.60 ms(+17.66%)Baseline: 1,074.79 ms | 1,370.83 ms (92.25%) |
full-blocks-evm-transfers/full-blocks-evm-transfers | 📈 view plot 🚷 view threshold | 443.81 ms(+7.68%)Baseline: 412.17 ms | 502.77 ms (88.27%) |
full-blocks-zil-transfers/full-blocks-zil-transfers | 📈 view plot 🚷 view threshold | 4,126.70 ms(+4.23%)Baseline: 3,959.16 ms | 5,341.43 ms (77.26%) |
process-empty/process-empty | 📈 view plot 🚷 view threshold 🚨 view alert (🔔) | 11.62 ms(+14.98%)Baseline: 10.10 ms | 11.18 ms (103.92%) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, but this needs to be conditionalised on a fork.
…rect-value-is-transferred-to-zero-account-as-the-gas-fees
…rect-value-is-transferred-to-zero-account-as-the-gas-fees
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The actual change LGTM, but we need to change some things in the configuration.
Co-authored-by: James Hinshelwood <[email protected]>
…the-gas-fees' of https://github.com/Zilliqa/zq2 into 2441-incorrect-value-is-transferred-to-zero-account-as-the-gas-fees
…rect-value-is-transferred-to-zero-account-as-the-gas-fees
…account-as-the-gas-fees
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks
…rect-value-is-transferred-to-zero-account-as-the-gas-fees
…the-gas-fees' of https://github.com/Zilliqa/zq2 into 2441-incorrect-value-is-transferred-to-zero-account-as-the-gas-fees
I was not sure if
zilliqa/tests/it/main.rs
is the best place to factor outget_stakers
andget_reward_address
functions. There are used in both consensus.rs and staking.rs