You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 15, 2022. It is now read-only.
We want to make it as easy as possible to model common attacks with apropos.
This should look something like data WithAttackProps p = Attack AttackProp | SubProp p and data WithAttackModel m = WithAttackModel AttackModel m
and it should be easy to implement LogicalModelHasLogicalModelHasPermutationGeneratorHasParametizedGenerator (this should probably involve a generic HasAbstractions instance) and easy to create a ScriptModel using these wrapper types. The script model should probably use the ContextBuilder module.
The attacks should include most of the common plutus vulnerabilities from the slab article, as well as simple ones like removing some ada or other tokens and sending it to a random pubkey.
The text was updated successfully, but these errors were encountered:
We want to make it as easy as possible to model common attacks with apropos.
This should look something like
data WithAttackProps p = Attack AttackProp | SubProp p
anddata WithAttackModel m = WithAttackModel AttackModel m
and it should be easy to implement
LogicalModel
HasLogicalModel
HasPermutationGenerator
HasParametizedGenerator
(this should probably involve a genericHasAbstractions
instance) and easy to create a ScriptModel using these wrapper types. The script model should probably use the ContextBuilder module.The attacks should include most of the common plutus vulnerabilities from the slab article, as well as simple ones like removing some ada or other tokens and sending it to a random pubkey.
The text was updated successfully, but these errors were encountered: