Skip to content

Commit b0c6c75

Browse files
committed
readme
1 parent a75537a commit b0c6c75

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,12 @@ Current `solc` version is `0.5.8`, if you want to use an earlier version, for no
9393
* **Settings**: right now, there are settings to point to a different chain (by default it connects to http://127.0.0.1:8545) and basic authentication can be configured, so the RPC endpoint can be accessed if authentication is needed (to be compatible with platforms like [Kaleido](http://kaleido.io))
9494
* When building the CFG a basic dynamic execution is made to calculate jumps and to remove most of orphan blocks (this will be improved in the future, probably with SymExec)
9595
* To debug directly bytecode, use `.evm` extension files
96+
* Constructor CFG is supported
97+
* Debugging constructor transactions is supported
9698
9799
# Limitations/Considerations
98100
99101
* Only Solidity is supported at the moment
100-
* Only runtime debugging is supported for now (no constructor)
102+
* ~~Only runtime debugging is supported for now (no constructor)~~
101103
* You must run it against a node that supports `debug_traceTransaction`, like Geth or Ganache, therefore, Infura is not supported
102104
* It was rewritten, so new bugs may appear

0 commit comments

Comments
 (0)