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) #357

Draft
wants to merge 67 commits into
base: evlekht/new-dev-c19
Choose a base branch
from

Conversation

evlekht
Copy link
Member

@evlekht evlekht commented Jul 24, 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.

Additional references

Original PR
#316

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]>
dhrubabasu and others added 29 commits November 16, 2023 00:01
Signed-off-by: Joshua Kim <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: Joshua Kim <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Co-authored-by: Dan Laine <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Signed-off-by: Stephen Buttolph <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
Co-authored-by: dhrubabasu <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
# 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
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.