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

Support Concordium Protocol Version 7 #214

Merged
merged 10 commits into from
Sep 23, 2024
Merged

Support Concordium Protocol Version 7 #214

merged 10 commits into from
Sep 23, 2024

Conversation

limemloh
Copy link
Contributor

@limemloh limemloh commented Sep 23, 2024

Purpose

Prepare CCDScan for Concordium Protocol Version 7.

Changes

  • Fix CI due to docker-compose not being available in the ubuntu image anymore (see Problem with docker compose V2 support. mariotoffia/FluentDocker#312)
  • Added concordium-net-sdk as submodule.
  • Introduced some doc comments while learning the codebase.
  • Fix bug in validation code, which branched on the node version instead of the protocol version of the block.
  • Handle new events for configuring delegation and validators.
  • Make stake changes immediate for protocol version 7 blocks and onwards, ignoring pending changes from this point on.

@limemloh limemloh force-pushed the support-p7 branch 3 times, most recently from 2e1288a to 1d68a2d Compare September 23, 2024 09:49
@limemloh limemloh merged commit 6e09396 into main Sep 23, 2024
1 check passed
@limemloh limemloh deleted the support-p7 branch September 23, 2024 17:14
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.

2 participants