Skip to content

Commit

Permalink
feat(taiko-client): client updates based on #17871 (#17873)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha authored Aug 6, 2024
1 parent a1e217e commit dbed3ab
Show file tree
Hide file tree
Showing 21 changed files with 261 additions and 246 deletions.
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/.githead
Original file line number Diff line number Diff line change
@@ -1 +1 @@
35424204d9f41d49f4a12869ed4410b6de7f577e
baf39b10ab95440a9dfad1cac98a6b6fe66db146
2 changes: 1 addition & 1 deletion packages/taiko-client/bindings/encoding/input.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ var (
Type: "uint8",
},
{
Name: "blockGasIssuance",
Name: "gasIssuancePerSecond",
Type: "uint32",
},
}
Expand Down
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 @@ -21,7 +21,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 374_400,
}
HeklaProtocolConfig = &bindings.TaikoDataConfig{
Expand All @@ -35,7 +35,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 540_000,
}
MainnetProtocolConfig = &bindings.TaikoDataConfig{
Expand All @@ -49,7 +49,7 @@ var (
MaxAnchorHeightOffset: 64,
BasefeeAdjustmentQuotient: 8,
BasefeeSharingPctg: 75,
BlockGasIssuance: 20_000_000,
GasIssuancePerSecond: 5_000_000,
OntakeForkHeight: 374_400,
}
)
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.

6 changes: 3 additions & 3 deletions packages/taiko-client/bindings/gen_taiko_l1.go

Large diffs are not rendered by default.

Loading

0 comments on commit dbed3ab

Please sign in to comment.