Skip to content

Commit

Permalink
feat(taiko-client): update Go contract bindings after protocol restru…
Browse files Browse the repository at this point in the history
…cture (#18075)
  • Loading branch information
davidtaikocha authored Sep 12, 2024
1 parent bf45889 commit 57f4953
Show file tree
Hide file tree
Showing 24 changed files with 50 additions and 59 deletions.
1 change: 0 additions & 1 deletion packages/taiko-client/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ linters:
- goimports
- gosimple
- govet
- gosec
- gofmt
- ineffassign
- importas
Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
fe2e9b9930db848941a28e8dcfd873ad6361204b
adc47f408282c25c7a50c26e31130fc495734dcc
6 changes: 3 additions & 3 deletions packages/taiko-client/bindings/encoding/protocol_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ var (
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
OntakeForkHeight: 2,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
SharingPctg: 75,
GasIssuancePerSecond: 5_000_000,
Expand All @@ -38,7 +38,7 @@ var (
StateRootSyncInternal: 16,
MaxAnchorHeightOffset: 64,
OntakeForkHeight: 840_512,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
SharingPctg: 75,
GasIssuancePerSecond: 5_000_000,
Expand All @@ -57,7 +57,7 @@ var (
MaxAnchorHeightOffset: 64,
// TODO: update this value when mainnet fork height is decided
OntakeForkHeight: 9_000_000,
BaseFeeConfig: bindings.TaikoDataBaseFeeConfig{
BaseFeeConfig: bindings.LibSharedDataBaseFeeConfig{
AdjustmentQuotient: 8,
GasIssuancePerSecond: 5_000_000,
MinGasExcess: 1_340_000_000,
Expand Down
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/gen_guardian_prover.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/gen_lib_proposing.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions packages/taiko-client/bindings/gen_taiko_l1.go

Large diffs are not rendered by default.

Loading

0 comments on commit 57f4953

Please sign in to comment.