cardanoapi / hardfork-testing

Hardfork testing by Dquadrant Team (Project management repository)
0 stars 0 forks source link

Write Lazy versions of Simple marketplace v3 #45

Closed mesudip closed 1 month ago

mesudip commented 1 month ago

When script context is directly decoded, the cost of executing the script becomes much larger compared to came V2 contract.

In order to compare the costs, We need a version of contract that doesn't decode full context. This will boost the performance of the contract, as many fields are not used by the contract.

Acceptance criteria

mesudip commented 1 month ago

This is complete. the dev branch is updated with the changes