TOMB 2.1.0 and pha-deploy 0.5.0 released
Token attach is now supported end to end: TOMB recognizes onAttach triggers, and pha-deploy can attach a compiled contract to an existing token.
TOMB 2.1.0adds support for the tokenonAttachtrigger, with compiler tests for both simple and stateful cases.pha-deploy 0.5.0addscontract attach, so a compiled VM contract can be attached to an existing token without creating a new one.- The CLI can now pin an exact
pha-tombbinary through--compilerorPHA_TOMB_PATH, which matters on machines with multiple compiler builds. pha-deploy --versionnow reports both the CLI version and thepha-tombbinary that is actually being used.
dotnet tool install --global pha-tombdotnet tool update --global pha-tombnpm i -g pha-deploy