kourin
kourin
# Description This PR adds: 1. BLS feature which enables aggregate CommittedSeal signatures 2. New field ParentCommittedSeal to store CommittedSeal of the parent block 3. Backward compatibility for the feature...
Fix: EDGE-443 # Description This PR adds signatures to StateTransaction + Standrnize TypedTransaction # Changes include - [ ] Bugfix (non-breaking change that solves an issue) - [ ] Hotfix...
Fix Edge-459 # Description This PR is a base PR for Bridge Checkpoint, checked out from `bridge` branch. TODO for Phase 1 - [x] Create bridge/checkpoint package bridge - [x]...
# Description ~~This PR adds Bridge which assembles bridge module and manage Tracker and SAM Pool.~~ ~~This PR is based on https://github.com/0xPolygon/polygon-edge/pull/386, https://github.com/0xPolygon/polygon-edge/pull/412~~ ~~Please don't push the change of Tracker...
# Description This PR fixes the issue that TestContractValidatorStore_CacheChange are failing sometimes. Just stop using map to list testcases # Changes include - [ ] Bugfix (non-breaking change that solves...
# Description This PR fixes the issue that may cause panic in opReturnDataCopy. `dataOffset` is expected to be uint64 value but this function doesn't check the negativity before using. This...