Skip to content

Releases: init4tech/builder

v0.4.0

26 Sep 21:37
b0be565
Compare
Choose a tag to compare

What's Changed

  • feat: improve tracing when failing to retrieve a host block by @prestwich in #141
  • refactor: remove bogus await from env task by @prestwich in #146
  • refactor: move pre host fetching to the env task by @prestwich in #147
  • feat(config): Set SlotCalculator config with CHAIN_NAME instead of verbose values by @Evalir in #148
  • chore(config): fallback to FromEnv for the SlotCalculator instead of using FromEnvVar by @Evalir in #149
  • chore(readme): fixes by @Evalir in #150
  • refactor: pull submit logic into builder_helper module by @dylanlott in #142
  • config: adds flashbots endpoint env var by @dylanlott in #143
  • chore: pass block-associated span with simenv and simresult by @prestwich in #151
  • feat: span the provider send spawns by @prestwich in #152
  • feat: add span to slot still valid by @prestwich in #153
  • feature: adds Flashbots submit task by @dylanlott in #144
  • feat: add host txns to builder bundle by @prestwich in #156

Full Changelog: v0.3.0...v0.4.0

v0.3.0

11 Aug 19:14
f95fe3e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.3...v0.3.0

v0.2.3

28 Jul 23:17
d33a4c1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.2...v0.2.3

v0.2.2

17 Jul 14:31
12a90c3
Compare
Choose a tag to compare

init4 builder

This release is mostly to point out the updated environment variables. For any builders running the software, please make sure to crosscheck and update any missing environment variables.

What's Changed

  • chore(deps): bump sdk & related deps by @Evalir in #127

Full Changelog: v0.2.1...v0.2.2

v0.2.1

10 Jul 03:00
2c5c104
Compare
Choose a tag to compare

What's Changed

  • chore(cache): move cache system out of config by @Evalir in #118
  • fix(sim): shorten simulation deadline by @Evalir in #120
  • chore(deps): bump sdk/bin-base by @Evalir in #121
  • chore(deps): bump bin-base by @Evalir in #122
  • chore(deps): bump bin-base by @Evalir in #124
  • fix: properly calculate deadline, use chrono for calculating timestamps by @Evalir in #123
  • chore(deps): bump up the jam by @Evalir in #126

Full Changelog: v0.2.0-rc...v0.2.1

v0.2.0-rc

24 Jun 01:31
7dbea81
Compare
Choose a tag to compare

v0.2.0-rc

This is a release candidate as we further refine and test the builder.

This update adds full block simulation, basefee handling, gas estimation for host transaction submission, and a host of reliability and quality of life updates to the builder.

What's Changed

New Contributors

Full Changelog: v...v0.2.0-rc

v

12 Nov 17:12
012b9c2
Compare
Choose a tag to compare
v

What's Changed

  • feat: use shared autorelease workflow by @rswanson in #17
  • feat: use ssh deploy key to fetch deps from signet-node by @rswanson in #18
  • Adds bundle support to block builder by @dylanlott in #8

New Contributors

Full Changelog: v0.1.1...v

v0.1.1

04 Nov 18:14
a24432a
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @Evalir made their first contribution in #6

Full Changelog: https://github.com/init4tech/builder/commits/v0.1.1

v0.1.0

28 Oct 16:30
b2ca58b
Compare
Choose a tag to compare

What's Changed

  • first stable release of the testnet components