Releases: 0xPolygon/cdk
Releases · 0xPolygon/cdk
v0.5.0-beta10
v0.5.0-beta9
feat: use the `GenericError` for all the errors originating from the …
v0.5.0-beta8
v0.5.0-beta7
feat: limit cert by estimated size (#217)
This set a limit on certificate size that can be set on config file (the size of certificate it's an estimation)
There are a special situation that is going to send a certificate bigger than maximium:
- [ initial_block, end_block ] -> size exceed
- [ initial_block, (end_block -1) ] -> no bridges, so we have to send previous one even that exceed the maximum size
Config
MaxCertSize: max size in bytes of certificate. Default 8Mb. Currently the maximum on Agglayer is 10Mb
[AggSender]
MaxCertSize = 8388608
v0.5.0-beta6
- Add new field
retries
to database, that keep the count of times of regenerated the certificate (#208) - The discarded certificates are move (if configuration allow that) to a new table
certificate_info_history
(#208)
Configuration changes
[AggSender]
KeepCertificatesHistory = true
NOTE: Database incompatibility with previous version!, require to delete it!
v0.4.1
fix: clean proof table on start (#207) * fix: clean proof table on start
v0.5.0-beta5
- Support
agglayer:0.2.0-rc.15
responses ofCertificateHeader
add a new field:PreviousLocalExitRoot
- Fixes error calculating previousLocalExitRoot on new certificate if a certificate is inError
NOTE: Database incompatibility with previous version!, require to delete it!
v0.5.0-beta3
- PR #198:
- Wrong process of unknown error field
PError
on certificate header - Fix use of aggsender log (to be able to filter by module)
- Fix a bad condition to show a warning of a reopen certificate
- Improved test for epoch notifier
- Fix certificate on local DB but AggLayer have none certificate (CDK-604)
- Add logs to
synv/evmdownloader.go
to have more information on error: `error calling FilterLogs to eth client: invalid params
- Wrong process of unknown error field
NOTE: First Local Exit Root is: 0x27ae5ba08d7291c96c8cbddcc148bf48a6d68c7974b94356f53754ef6171d757
v0.5.0-rc1
v0.5.0-beta2
fix: accept unknown errors