CAN should fire a SCRATCHFILE_ADDRESSED event when a note is hashed¶
When the SCRATCHFILE_PARSED event is fired CAN should hash the notes AST. Once the note has been hashed properly a SCRATCHFILE_ADDRESSED event should be fired with an object { ast: Node, address: Digest }
as an argument.