This repository has been archived by the owner on May 11, 2024. It is now read-only.
Releases: taikoxyz/taiko-client
Releases · taikoxyz/taiko-client
v0.1.5
What's Changed
- feat(all): change proofs order && use a reusable commitSlot when committing blocks by @davidtaikocha in #42
- feat(pkg): move
event_iterator
into a separate package by @davidtaikocha in #43 - feat(prover): check if current prover is whitelisted by @davidtaikocha in #45
- chore(workflow): update workflows by @davidtaikocha in #46
- chore(bindings): update protocol bindings by @davidtaikocha in #47
- fix(pkg): fix a
BlockBatchIterator
issue by @davidtaikocha in #50 - chore(go): update go.mod by @davidtaikocha in #52
- fix(pkg): fix a
BlockProposedIterator
issue by @davidtaikocha in #53 - feat(prover): improve
proveOp
by @davidtaikocha in #54 - fix(cmd): fix a flag issue by @davidtaikocha in #55
- feat(proposer): improve
CommitTxList
by @davidtaikocha in #56 - chore(all): update license to taiko labs by @d1onys1us in #57
- feat(driver): support using P2P sync to catch up the protocol's latest verified head to bring new nodes online quickly by @davidtaikocha in #48
New Contributors
- @d1onys1us made their first contribution in #57
Full Changelog: v0.1.4...v0.1.5
v0.1.4
What's Changed
- [metrics] add metrics for client softwares by @davidtaikocha in #27
- [proposer] split
CommitAndPropose
method by @davidtaikocha in #28 - test(all): add more unit tests by @davidtaikocha in #29
- chore(workflow): remove some no longer used configs by @davidtaikocha in #32
- chore(workflow): integrate Codecov by @davidtaikocha in #33
- chore(all): replace taikochain to taikoxyz by @dantaik in #35
- test(all): refactor tests and increase coverage by @davidtaikocha in #34
- chore(ci): update codecov configs by @davidtaikocha in #37
- chore(bindings): update contract bindings and rename
finalize
toverify
by @davidtaikocha in #39 - chore(version): bump version by @davidtaikocha in #40
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- docs: enforce
block.timestamp
>parent.timestamp
by @davidtaikocha in #21 - [driver] check protocol's finalized block hashes in L2 chain by @davidtaikocha in #19
- [common] fix typo by @alexshliu in #22
- [bindings] update contract bindings and docs by @davidtaikocha in #24
- [docs] allow
block.timestamp
>=parent.timestamp
by @davidtaikocha in #25 - [proposer] introduce randomness when building the
txList
to propose by @davidtaikocha in #20 - eip1159 hash requires empty basefeepergas or the basefeepergas if it … by @cyberhorsey in #26
New Contributors
- @alexshliu made their first contribution in #22
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- [driver] remove an unnecessary constant by @davidtaikocha in #18
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- [build] update workflows due to docker images can be pulled publicly now by @davidtaikocha in #8
- [build] update go.mod by @davidtaikocha in #11
- prover/tx_list_validator tests by @cyberhorsey in #13
- [docs] add documentation by @davidtaikocha in #10
- [driver] when fetching L1 events, read at most
MaxL1BlocksRead
L1 blocks by @davidtaikocha in #14 - [proposer] ensure the given
l2SuggestedFeeRecipient
is an address by @davidtaikocha in #15 - [driver] check throwaway blocks builder's balance when starting by @davidtaikocha in #17
New Contributors
- @cyberhorsey made their first contribution in #13
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- [All] merge all client binaries as one and support sub-commands by @davidtaikocha in #4
- [prover] fix
L1Origin
fetching by @davidtaikocha in #6
Full Changelog: https://github.com/taikochain/taiko-client/commits/v0.1.0