Skip to content

Releases: skip-mev/pob

v1.0.5

28 Dec 23:50
223c5ba
Compare
Choose a tag to compare

Release Notes

Initial release of POB v1.0.0 🎉

This version is compatible with SDK v0.47.x and implements the initial version of
POB which contains the following features:

  • Top-of-block auction using PrepareProposal and ProcessProposal ABCI++ handlers
  • AuctionMempool custom mempool implementation

v1.0.3

12 Jul 21:49
2737606
Compare
Choose a tag to compare

Release Notes

Initial release of POB v1.0.0 🎉

This version is compatible with SDK v0.47.x and implements the initial version of
POB which contains the following features:

  • Top-of-block auction using PrepareProposal and ProcessProposal ABCI++ handlers
  • AuctionMempool custom mempool implementation

v1.0.2

11 Jul 22:47
cf4851a
Compare
Choose a tag to compare
fix: Allow Custom Address Prefixes (#207)

v1.0.1

05 Jul 17:11
c3ef5c8
Compare
Choose a tag to compare

Release Notes

Audited release of POB v1.0.1 🎉

Audit Notes:

  • Fixed Proto field increment
  • Genesis issue for initial start up
  • Minor gas optimization

v1.0.0

31 May 15:27
7843cd7
Compare
Choose a tag to compare

Release Notes

Initial release of POB v1.0.0 🎉

This version is compatible with SDK v0.47.x and implements the initial version of
POB which contains the following features:

  • Top-of-block auction using PrepareProposal and ProcessProposal ABCI++ handlers
  • AuctionMempool custom mempool implementation