Skip to content

Draft: Implement CHIP-2021-05-vm-limits: Targeted Virtual Machine Limits

Calin Culianu requested to merge cculianu/bitcoin-cash-node:chip_tvml into master

This is an implementation of CHIP-2021-05-vm-limits: Targeted Virtual Machine Limits. with Bitcoin Cash Research discussion thread here.

So far it is only enabled if CLI arg: -enablevmlimitschip is specified. In the final implementation likely it will auto-enable with the upgrade in e.g. May 2025.

For now it is implemented so that testing may be done on the actual VM in BCHN, and as a proof-of-concept.

Merge request reports