Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AVAX] Merge Cortina 16 (v1.10.16) #316

Merged
merged 66 commits into from
Mar 11, 2024
Merged

[AVAX] Merge Cortina 16 (v1.10.16) #316

merged 66 commits into from
Mar 11, 2024

Conversation

evlekht
Copy link
Member

@evlekht evlekht commented Mar 8, 2024

Why this should be merged

This PR contains changes from ava-labs/avalanchego between cortina-15 and cortina-16.
https://github.com/ava-labs/avalanchego/releases/tag/v1.10.16

Conflicts

  • RELEASES.md
  • api/admin/client.go
  • api/admin/service.go
  • go.mod
  • go.sum
  • node/node.go
  • version/compatibility.json
  • version/constants.go
  • vms/platformvm/api/static_service.go
  • vms/platformvm/service.go
  • vms/platformvm/vm.go

Post-merge fixes

PVM network & block-builder

Avalanche moved platformvm/blocks/builder network to its own pkg, so caminoNetwork was moved as well and blocks caminoBuilder is no longer needed, so its removed. Network.IssueTx is now used instead of Builder.AddUnverifiedTx, its also does tx verification.

PVM mempool

Avalanche refactored pvm mempool, so issuer and remover Visitor interface implementations are no longer needed and got removed.

PVM state & config

Avalanche changed state, so it no longer stores config. We were using config to get initial base fee and fee distribution values, so this had to be refactored.

How this was tested

With already existing unit-tests and e2e tests.

StephenButtolph and others added 30 commits November 2, 2023 20:20
Signed-off-by: David Boehm <[email protected]>
Signed-off-by: Dan Laine <[email protected]>
Co-authored-by: Darioush Jalali <[email protected]>
Co-authored-by: Dan Laine <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: felipemadero <[email protected]>
Co-authored-by: Dan Laine <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Co-authored-by: Dan Laine <[email protected]>
Signed-off-by: David Boehm <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Co-authored-by: Dan Laine <[email protected]>
@evlekht evlekht force-pushed the evlekht/cortina/16 branch 2 times, most recently from 904c8fb to 300ac8b Compare March 8, 2024 13:26
@evlekht evlekht marked this pull request as ready for review March 8, 2024 13:45
@knikos knikos self-requested a review March 8, 2024 13:52
@evlekht evlekht force-pushed the evlekht/cortina/16 branch from 300ac8b to 4d5c5f1 Compare March 11, 2024 07:56
@evlekht evlekht merged commit 77dc6f9 into dev Mar 11, 2024
17 checks passed
@evlekht evlekht deleted the evlekht/cortina/16 branch March 11, 2024 08:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.