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

implementation EGP for RPC #2652

Merged
merged 9 commits into from
Oct 17, 2023
Merged

Conversation

joanestebanr
Copy link
Contributor

Implementation of Estimated GasPrice logic for RPC
https://app.diagrams.net/#G1rb3FKaEg4fnmu6mMdvvr-h36FjzEY4ek

@cla-bot cla-bot bot added the cla-signed label Oct 11, 2023
pool/pool.go Show resolved Hide resolved
@joanestebanr joanestebanr marked this pull request as ready for review October 11, 2023 15:21
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
@agnusmor agnusmor self-requested a review October 13, 2023 08:53
@joanestebanr joanestebanr self-assigned this Oct 16, 2023
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
pool/pool.go Outdated Show resolved Hide resolved
@joanestebanr joanestebanr merged commit 2cd9bde into feature/egp-changes Oct 17, 2023
16 checks passed
@joanestebanr joanestebanr deleted the feature/egp-rpc branch October 17, 2023 11:24
@joanestebanr joanestebanr added this to the v0.4.0 milestone Oct 25, 2023
agnusmor added a commit that referenced this pull request Oct 31, 2023
…nce opcodes flags, new formula) (#2690)

* initial changes related to revision of effective gas price implementation

* Use EffectiveGasPriceLog struct to log/store EGP calculation details

* added egp tests and logs. Update executor proto

* implementation EGP for RPC (#2652)

* implementation EGP for RPC

* added additional fields to EGPLog. Several fixes

* use BreakEvenFactor instead or pct margin. RPC egp-log changed

* fix white spaces

* fix lint and doc

* change pool egp logs

* fix nil evaluation on pool.StoreTx

* Revert "fix nil evaluation on pool.StoreTx"

This reverts commit 958a41f.

* fix pgstatestorage tests

* fix config doc

* added HasOpCode e2e test

* Added HasOpCode e2e test. Improve logs. Fixes

* Fix finalizer tests

* change egp checks

* fix PR review comments

* fix new error handling (#2737)

---------

Co-authored-by: Joan Esteban <129153821+joanestebanr@users.noreply.github.com>
Co-authored-by: Toni Ramírez <58293609+ToniRamirezM@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants