|
@@ -1,24 +1,24 @@
|
|
|
|
|
|
-## Progress
|
|
|
+**Progress**
|
|
|
|
|
|
- [x] AppSettings.cs - settings.go
|
|
|
- [x] DataUpdater.cs Updater in main.go
|
|
|
-- [x] EFDatabase.cs - Not needed: analog - database\models.go
|
|
|
-- [x] JsonDownloader.cs - ethermine_api\unmasrshal_url.go
|
|
|
- - [x] JsonCurrentStats.cs - in ethermine_api\api_structs.go
|
|
|
- - [x] JsonNetworkStats.cs - in ethermine_api\api_structs.go
|
|
|
- - [x] JsonPayouts.cs - in ethermine_api\api_structs.go
|
|
|
- - [x] JsonWorker.cs - in ethermine_api\api_structs.go
|
|
|
+- [x] EFDatabase.cs - Not needed: analog - models.go
|
|
|
+- [x] JsonDownloader.cs - unmasrshal_url.go
|
|
|
+ - [x] JsonCurrentStats.cs - in api_structs.go
|
|
|
+ - [x] JsonNetworkStats.cs - in api_structs.go
|
|
|
+ - [x] JsonPayouts.cs - in api_structs.go
|
|
|
+ - [x] JsonWorker.cs - in api_structs.go
|
|
|
- [x] Logger.cs
|
|
|
- [ ] Program.cs
|
|
|
- [ ] Main - main.go Fully ported needs testing
|
|
|
- [ ] BotOnMessage - Listener in main.go
|
|
|
- [x] GetActualRate - in main.go
|
|
|
- [x] GetActualData - in main.go
|
|
|
- - [ ] GetActualDataFromDatabase -
|
|
|
+ - [ ] GetActualDataFromDatabase
|
|
|
- [ ] AddUser
|
|
|
- [ ] SetWallet
|
|
|
- [ ] DeleteUser - see TODO
|
|
|
- [x] SendHelp - in handlers.go
|
|
|
- [ ] GetLastPayout
|
|
|
-- [ ] UpdateData.cs - database\update_data.go Fully ported needs testing
|
|
|
+- [ ] UpdateData.cs - update_data.go Fully ported needs testing
|