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

Nicolas/1559 persist #6812

Merged
merged 2 commits into from
Nov 2, 2023
Merged

Nicolas/1559 persist #6812

merged 2 commits into from
Nov 2, 2023

Conversation

nicolaslara
Copy link
Contributor

Closes: #XXX

What is the purpose of the change

Add a description of the overall background and high level changes that this PR introduces

(E.g.: This pull request improves documentation of area A by adding ....

Testing and Verifying

(Please pick one of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added unit test that validates ...
  • Added integration tests for end-to-end deployment with ...
  • Extended integration test for ...
  • Manually verified the change by ...

Documentation and Release Note

  • Does this pull request introduce a new feature or user-facing behavior changes?
  • Changelog entry added to Unreleased section of CHANGELOG.md?

Where is the change documented?

  • Specification (x/{module}/README.md)
  • Osmosis documentation site
  • Code comments?
  • N/A

@nicolaslara nicolaslara merged commit 0c18e31 into dev/mempool_1559 Nov 2, 2023
1 check passed
@nicolaslara nicolaslara deleted the nicolas/1559-persist branch November 2, 2023 21:47
ValarDragon added a commit that referenced this pull request Nov 3, 2023
* initial commit

* More skeleton code

* Is this good for testing?

* sync

* better comment

* fix

* Update

* add cli

* fix code

* ensure it doesn't go below min

* export eip struct

* Update smth

* update

* moire prints

* change target to 40M to see what happens

* reparam + config

* Nicolas/1559 persist (#6812)

* persisting to disk

* better prints after testing

* add max base fee

* cloning everywhere to be safe

* chore: add unit tests to eip code

* Add a recheck bound

* Cfg + adjust constants

* Make a GlobalMempool

* Ok testing

* remove log

* lint

* Apply @Pipello 's code suggestions

* chore: add comments to eip-1559 code (#6818)

* chore: add comments to eip-1559 code

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* chore: add logger, use const instead of var

* chore: remove sleep in test

---------

Co-authored-by: Roman <roman@osmosis.team>

* add app.toml options for all vars

* Revert "add app.toml options for all vars"

This reverts commit 6fa54ba.

---------

Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
Co-authored-by: Roman <roman@osmosis.team>
ValarDragon added a commit that referenced this pull request Nov 10, 2023
* initial commit

* More skeleton code

* Is this good for testing?

* sync

* better comment

* fix

* Update

* add cli

* fix code

* ensure it doesn't go below min

* export eip struct

* Update smth

* update

* moire prints

* change target to 40M to see what happens

* reparam + config

* Nicolas/1559 persist (#6812)

* persisting to disk

* better prints after testing

* add max base fee

* cloning everywhere to be safe

* chore: add unit tests to eip code

* Add a recheck bound

* Cfg + adjust constants

* Make a GlobalMempool

* Ok testing

* remove log

* lint

* Apply @Pipello 's code suggestions

* chore: add comments to eip-1559 code (#6818)

* chore: add comments to eip-1559 code

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* chore: add logger, use const instead of var

* chore: remove sleep in test

---------

Co-authored-by: Roman <roman@osmosis.team>

* add app.toml options for all vars

* Revert "add app.toml options for all vars"

This reverts commit 6fa54ba.

---------

Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
Co-authored-by: Roman <roman@osmosis.team>
ValarDragon added a commit that referenced this pull request Nov 10, 2023
* initial commit

* More skeleton code

* Is this good for testing?

* sync

* better comment

* fix

* Update

* add cli

* fix code

* ensure it doesn't go below min

* export eip struct

* Update smth

* update

* moire prints

* change target to 40M to see what happens

* reparam + config

* Nicolas/1559 persist (#6812)

* persisting to disk

* better prints after testing

* add max base fee

* cloning everywhere to be safe

* chore: add unit tests to eip code

* Add a recheck bound

* Cfg + adjust constants

* Make a GlobalMempool

* Ok testing

* remove log

* lint

* Apply @Pipello 's code suggestions

* chore: add comments to eip-1559 code (#6818)

* chore: add comments to eip-1559 code

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* Update x/txfees/keeper/mempool-1559/code.go

Co-authored-by: Roman <roman@osmosis.team>

* chore: add logger, use const instead of var

* chore: remove sleep in test

---------

Co-authored-by: Roman <roman@osmosis.team>

* add app.toml options for all vars

* Revert "add app.toml options for all vars"

This reverts commit 6fa54ba.

---------

Co-authored-by: Adam Tucker <adamleetucker@outlook.com>
Co-authored-by: Nicolas Lara <nicolaslara@gmail.com>
Co-authored-by: PaddyMc <paddymchale@hotmail.com>
Co-authored-by: Roman <roman@osmosis.team>
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.

1 participant