Remove the todo list in Main.kt, it just changes too fast to be worth keeping it up to date. TODOs in the code itself remain.

This commit is contained in:
Mike Hearn 2015-11-09 18:27:10 +00:00
parent 12b7c7c184
commit 0dc92822b5

View File

@ -1,9 +0,0 @@
package core
// TODO: Implement transaction processing logic first pass (selection of contract types to run). Ensure that outputs are all accounted for.
//
// TODO: Make a decision on basic timestamping approach (use external TSAs? use fake TSA?)
// TODO: Pick a serialisation solution for the prototype (kryo?)
// TODO: Store transactions to a database, design some conflict detection and rollback
// TODO: Implement a basic UI that shows contracts and very basic network layer (with chat?)