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 19 (v1.10.19) #360

Draft
wants to merge 302 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-18 and cortina-19.
https://github.com/ava-labs/avalanchego/releases/tag/v1.10.19

Conflicts

  • .github/workflows/ci.yml
  • .github/workflows/scripts/cleanup-net-outage-sim.sh
  • .github/workflows/scripts/run-net-outage-sim.sh
  • RELEASES.md
  • api/admin/client.go
  • api/admin/service.go
  • go.sum
  • node/node.go
  • scripts/lint.sh
  • scripts/tests.e2e.existing.sh
  • scripts/tests.e2e.sh
  • version/compatibility.json
  • version/constants.go
  • vms/platformvm/txs/executor/state_changes.go
  • vms/platformvm/txs/executor/tx_mempool_verifier.go

Post-merge fixes

vms/platformvm/block/executor/options.go

Make CaminoRewardValidatorTx always prefer commit, since it onCommit and onAbort state are the same for CaminoRewardValidatorTx.

vms/platformvm/camino_service.go

If LockModeBondDeposit is false, then GetValidatorsAt will call original avax service.

How this was tested

With already existing unit-tests and e2e tests.

Co-authors

@knikos

Additional references

Original PR
#320

StephenButtolph and others added 30 commits November 17, 2023 17:50
Co-authored-by: dhrubabasu <[email protected]>
Co-authored-by: Stephen Buttolph <[email protected]>
StephenButtolph and others added 30 commits January 22, 2024 20:44
# 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
# Conflicts:
#	.github/workflows/test.e2e.existing.yml
#	.github/workflows/test.e2e.yml
#	.github/workflows/test.upgrade.yml
#	README.md
#	RELEASES.md
#	genesis/bootstrappers.json
#	go.sum
#	node/node.go
#	scripts/build_tmpnetctl.sh
#	scripts/mocks.mockgen.txt
#	scripts/tests.e2e.persistent.sh
#	scripts/tests.e2e.sh
#	tests/e2e/README.md
#	tests/fixture/tmpnet/local/config.go
#	version/compatibility.json
#	version/constants.go
#	vms/platformvm/state/diff.go
#	vms/platformvm/state/mock_chain.go
#	vms/platformvm/state/mock_diff.go
#	vms/platformvm/state/mock_state.go
#	vms/platformvm/state/state.go
# Conflicts:
#	.github/workflows/auto-generated-checker.yml
#	.github/workflows/buf-lint.yml
#	.github/workflows/build-linux-binaries.yml
#	.github/workflows/build-macos-release.yml
#	.github/workflows/build-public-ami.yml
#	.github/workflows/build-ubuntu-amd64-release.yml
#	.github/workflows/build-ubuntu-arm64-release.yml
#	.github/workflows/build-win-release.yml
#	.github/workflows/static-analysis.yml
#	.github/workflows/test.e2e.existing.yml
#	.github/workflows/test.e2e.yml
#	.github/workflows/test.unit.yml
#	CONTRIBUTING.md
#	RELEASES.md
#	SECURITY.md
#	api/admin/client.go
#	api/admin/service.go
#	api/common_args_responses.go
#	api/info/client.go
#	api/info/service.go
#	api/server/server.go
#	app/app.go
#	codec/reflectcodec/struct_fielder.go
#	codec/reflectcodec/type_codec.go
#	config/config.go
#	config/flags.go
#	database/linkeddb/linkeddb.go
#	genesis/config.go
#	genesis/genesis.go
#	genesis/genesis_fuji.go
#	genesis/genesis_local.go
#	genesis/genesis_mainnet.go
#	genesis/genesis_test.go
#	genesis/params.go
#	genesis/unparsed_config.go
#	go.sum
#	header.yml
#	main/main.go
#	network/certs_test.go
#	network/network.go
#	network/peer/peer_test.go
#	network/peer/upgrader.go
#	node/node.go
#	scripts/mock.gen.sh
#	scripts/mocks.mockgen.txt
#	staking/tls.go
#	tests/e2e/banff/suites.go
#	tests/e2e/e2e_test.go
#	tests/e2e/p/permissionless_subnets.go
#	tests/e2e/p/workflow.go
#	tests/e2e/static-handlers/suites.go
#	tests/e2e/x/transfer/virtuous.go
#	tests/fixture/e2e/helpers.go
#	tests/fixture/tmpnet/config.go
#	tests/fixture/tmpnet/local/config.go
#	tests/upgrade/upgrade_test.go
#	utils/constants/application.go
#	utils/constants/network_ids.go
#	utils/constants/network_ids_test.go
#	utils/wrappers/packing.go
#	version/compatibility.go
#	version/constants.go
#	version/string.go
#	vms/avm/service.go
#	vms/components/avax/atomic_utxos.go
#	vms/platformvm/api/static_service.go
#	vms/platformvm/block/builder/builder.go
#	vms/platformvm/block/builder/builder_test.go
#	vms/platformvm/block/codec.go
#	vms/platformvm/block/executor/proposal_block_test.go
#	vms/platformvm/block/executor/standard_block_test.go
#	vms/platformvm/block/executor/verifier.go
#	vms/platformvm/block/executor/verifier_test.go
#	vms/platformvm/client.go
#	vms/platformvm/config/config.go
#	vms/platformvm/fx/fx.go
#	vms/platformvm/genesis/genesis.go
#	vms/platformvm/metrics/block_metrics.go
#	vms/platformvm/service.go
#	vms/platformvm/service_test.go
#	vms/platformvm/state/diff.go
#	vms/platformvm/state/state.go
#	vms/platformvm/txs/codec.go
#	vms/platformvm/txs/executor/atomic_tx_executor.go
#	vms/platformvm/txs/executor/proposal_tx_executor.go
#	vms/platformvm/txs/executor/staker_tx_verification.go
#	vms/platformvm/txs/executor/standard_tx_executor.go
#	vms/platformvm/txs/executor/standard_tx_executor_test.go
#	vms/platformvm/txs/executor/state_changes.go
#	vms/platformvm/txs/executor/tx_mempool_verifier.go
#	vms/platformvm/txs/visitor.go
#	vms/platformvm/utxo/handler.go
#	vms/platformvm/utxo/handler_test.go
#	vms/platformvm/utxo/mock_verifier.go
#	vms/platformvm/vm.go
#	vms/proposervm/batched_vm_test.go
#	vms/proposervm/block.go
#	vms/proposervm/block/block.go
#	vms/proposervm/block/build.go
#	vms/proposervm/block/build_test.go
#	vms/proposervm/block/parse_test.go
#	vms/proposervm/post_fork_block_test.go
#	vms/proposervm/pre_fork_block_test.go
#	vms/proposervm/state/block_state_test.go
#	vms/proposervm/state_syncable_vm_test.go
#	vms/proposervm/vm_test.go
#	vms/secp256k1fx/keychain_test.go
#	wallet/chain/p/context.go
#	wallet/chain/x/context.go
# Conflicts:
#	.github/workflows/ci.yml
#	.github/workflows/scripts/cleanup-net-outage-sim.sh
#	.github/workflows/scripts/run-net-outage-sim.sh
#	RELEASES.md
#	api/admin/client.go
#	api/admin/service.go
#	go.sum
#	node/node.go
#	scripts/lint.sh
#	scripts/tests.e2e.existing.sh
#	scripts/tests.e2e.sh
#	version/compatibility.json
#	version/constants.go
#	vms/platformvm/txs/executor/state_changes.go
#	vms/platformvm/txs/executor/tx_mempool_verifier.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.