Skip to content

feat: Refined `ContractScript` in origination operation to make it easy for indexing especially to be able to get converted initial storage

Peter Smolinský requested to merge 103-refine-contractscripts into master

feat: Refined ContractScript in origination operation to make it easy for indexing especially to be able to get converted initial storage

BREAKING CHANGE: Replacted scripts: ContractScripts with refined script: ContractScript on origination operation.

BREAKING CHANGE: Decorator @indexOrigination() passes converted initial storage as the first parameter instead of origination operation. That can be obtained from indexingContext.

Closes #103 (closed)

Edited by Peter Smolinský

Merge request reports