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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,9 @@
8
8
9
9
## A Scala based client for Ethereum Classic
10
10
11
-
### Milestone 1 - blockSync
11
+
### Milestone 3 - transaction execution
12
12
13
-
**This version of the code only supports downloading the blockchain from remote peers.**
13
+
**This version of the code supports downloading the blockchain from remote peers and executing the transactions in the blocks. When all transactions up to and including the latest have been executed the client will continue to stay synchronized.**
14
14
15
15
For the curious ...
16
16
@@ -40,7 +40,7 @@ settings can all be overriden in
40
40
41
41
The client has not been run on Windows.
42
42
43
-
The [next milestone](https://iohk.io/projects/ethereum-classic/#roadmap) involves executing the transactions with our new Ethereum Virtual Machine!
43
+
The [next milestone](https://iohk.io/projects/ethereum-classic/#roadmap) involves integrating our client with Mist browser!
0 commit comments