Skip to content

Feature/core 243 system messages on contract install#5421

Open
zajko wants to merge 1 commit into
casper-network:devfrom
zajko:feature/CORE-243_system_messages_on_contract_install
Open

Feature/core 243 system messages on contract install#5421
zajko wants to merge 1 commit into
casper-network:devfrom
zajko:feature/CORE-243_system_messages_on_contract_install

Conversation

@zajko

@zajko zajko commented Jun 23, 2026

Copy link
Copy Markdown
Contributor

Applying system messages to vm1 and vm2 install/upgrade.
This functionality will emit new messages to topics owned by the system account:

  • to topic named "package_key" - the key under which the contract package is stored
  • to topic named "wasm_key" - the key under which the binary of the contract is stored
  • to topic named "contract version" - a "." message showing which version of the contract has been stored

These messages will be emitted both on install and upgrades of vm1/vm2 contracts.

@zajko zajko force-pushed the feature/CORE-243_system_messages_on_contract_install branch from 0abfb7b to 4b597f5 Compare June 24, 2026 07:49
This functionality will emit new messages to topics owned by the system account:

* to topic named "package_key" - the key under which the contract package is stored
* to topic named "wasm_key" - the key under which the binary of the contract is stored
* to topic named "contract version" - a "." message showing which version of the contract has been stored
These messages will be emitted both on install and upgrades of vm1/vm2 contracts.
@zajko zajko force-pushed the feature/CORE-243_system_messages_on_contract_install branch from 4b597f5 to 094a244 Compare June 24, 2026 14:13
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.

1 participant