Skybuck's Main plan for his PascalCoin fork

Started by Skybuck, February 23, 2023, 07:22:45 AM

Previous topic - Next topic

Skybuck

Skybuck's Main plan for his PascalCoin fork is as follows:

1. Develop a special tool to split the large/toxic PascalCoin source code files/units into multiple smaller ones.

2. Fix the source code so that it can work with PascalCoin main/official source code.

3. Perhaps implement a non-zipped stream communication protocol, so that pkzip/compress technology can be removed from the project to simplify it further and reduce complexity and to enhance inspection. Though the current code was fixed to be able to somewhat inspect the zipped streams, however this is still somewhat difficult to do and may require some more work.

4. Perhaps re-write the TStream inspection classes and better multi threading code/support. Maybe make it more generic so it can be used for other Delphi projects/applications as well.

5. Improve the GUI for more user friendlyness.

6. Add some searching capabilities to PascalCoin GUI.

7. Perhaps decouple GUI from PascalCoin "engine".

8. Perhaps use new/better multi threading technology/units/methods. One interesting candidate is NX Horizon, another one is Omni.

Unfortunately currently I am low on time because of other projects and interests...