From f54c90a0bad87f3bba2e44d616292138caeba5d8 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Tue, 13 Jan 2015 15:59:42 +0100 Subject: A first version of Natspec warning popup - Runtime Contract code hash can now be retrieved from the Compiler - Using the hash the Natspec handler stores and later retrieves Natspec JSON for a given contract. --- example/natspec_contract.html | 76 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 example/natspec_contract.html diff --git a/example/natspec_contract.html b/example/natspec_contract.html new file mode 100644 index 000000000..b8e3bc617 --- /dev/null +++ b/example/natspec_contract.html @@ -0,0 +1,76 @@ + + + + + + + + + +

contract

+
+
+ +
+ +
+ + + -- cgit