Revertron
51633f3e27
Fixed tabbar hiding bug, and flex-shrinking messages bug.
2021-04-20 18:35:44 +02:00
acetone
693f337a59
Шапка больше не пропадает
...
Меня заверили, что фиксированная минимальная высота - нормальная практика в веб-верстке.
2021-04-20 11:37:40 -04:00
Revertron
e3a2b6759b
Added parallel build script.
2021-04-18 22:21:48 +02:00
Revertron
0e153ae47e
Fixed #44 , no external object in Arch Linux webkit.
2021-04-15 21:44:34 +02:00
Revertron
9b093a8172
Implemented presentation and editing for domains.
2021-04-15 12:21:41 +02:00
Revertron
92209689d6
Fixed parsing of DomainData, many other fixes.
2021-04-11 17:50:55 +02:00
Revertron
514c49307a
Added hints to controls.
2021-04-10 22:26:49 +02:00
Revertron
a8f7838b87
Fixed some styles.
2021-04-10 21:11:59 +02:00
Revertron
a74a0733ac
Changed identity format in transactions, now it will be double Sha256.
...
Added new checks for forked blocks.
Added options table.
Added posibility to replace blocks in DB by more appropriate forks.
Divided transactions table to domains and zones tables.
Added a timestamp to domains and zones table, it will give us possibility to purge old domains.
Changed difficulty check to check head and tail (sum of them) of the hash.
Added encrypted (by Chacha20) domain name to DomainData, added contacts and owners vectors for it too.
Added yggdrasil flag to ZoneData - it will restrict all IPs for domains in particular zone to Yggdrasil only.
Changed difficulties of various block types.
Added a temporary (for a run) unique ID to all handshakes.
Start of signing blocks mining will be after 60 seconds after full block.
Added mining status to statusbar.
2021-04-10 09:47:21 +02:00
Revertron
445733fd29
Added a github link to help page.
2021-04-06 12:08:50 +02:00
Revertron
7830681b38
Refactored interface. Added log events to Events tab.
2021-04-06 00:31:50 +02:00
Revertron
aa54e9fab6
Changed allowed zone difficulty to 15-30.
2021-04-02 03:26:36 +02:00
Revertron
11bc887fbb
Fixed operation with zones in JS.
2021-04-01 12:09:38 +02:00
Revertron
4e0b0b3d1c
Added mining threads count option.
2021-03-29 11:10:48 +02:00
Revertron
fd6edce6b5
Remastered domain mining interface!
2021-03-26 18:22:43 +01:00
Revertron
594878614f
Added horizontal tabs to the new interface.
2021-03-26 12:39:19 +01:00
Revertron
fc90706213
Added success notifications from miner.
2021-03-25 20:55:09 +01:00
Revertron
f21f299fb5
Changed FontAwesome to LineAwsome to go away from Google.
2021-03-25 15:33:14 +01:00
Revertron
a8ccd81783
Fixed synchronizing status in statusbar.
2021-03-25 13:48:07 +01:00
Revertron
ffd03aa62e
Updated Bulma CSS. Remastered whole GUI.
2021-03-24 19:06:22 +01:00
Revertron
f5949e6ec0
Reworked handling appropriate (mined) keys absence. Now that info handled in UI as well. It won't allow users without keys to mine domains or zones.
2021-03-23 18:55:11 +01:00
Revertron
dcf5bb72b0
Eliminated connection loops.
...
Optimized network processes.
Removed some unnecessary logging.
Fixed status bar info inconsistency.
2021-03-21 00:19:09 +01:00
Revertron
71edf68279
Small fixes and update of screenshot.
2021-03-20 17:25:04 +01:00
Revertron
dda44f7df6
Implemented immidiate check of DNS records, reverted Edge usage.
2021-03-18 18:53:14 +01:00
Revertron
863854790f
Updated WebView version, added support for Edge engine on Windows, fixed some HTML.
2021-03-18 15:09:26 +01:00
Revertron
8eee9afb6a
Added some info to main screen and a screenshot of it to readme.
2021-03-18 12:35:40 +01:00
Revertron
7e24383894
Major GUI refactoring.
2021-03-18 00:16:17 +01:00
Revertron
a4e9d92680
Fixed getting zone difficulty.
2021-03-17 20:05:05 +01:00
Revertron
5d57473122
Major refactoring. Changed mining algorithm to Blakeout. Changed keypair mining algorithm.
2021-03-10 22:21:50 +01:00
Revertron
e53245315f
Implemented status bar with some status information: sync process, connected nodes and blockchain height.
2021-02-27 18:57:15 +01:00
Revertron
a8e7797863
Small GUI changes.
2021-02-25 16:13:33 +01:00
Revertron
d7911dfe04
Implemented mining zone screen. Added a lot of user input checks.
2021-02-22 21:45:32 +01:00
Revertron
2766cc4a05
Added clearing of records when you start mining.
2021-02-22 17:45:18 +01:00
Revertron
df19021c62
Fixed high CPU usage, duplicate peers from exchange and tab change code.
2021-02-22 14:55:23 +01:00
Revertron
daf1592341
Implemented adding complex DNS-records like MX, TXT, SRV.
2021-02-21 21:08:20 +01:00
Revertron
483be5215a
Improved peer reconnection code.
2021-02-20 21:36:58 +01:00
Revertron
d135204af7
Implemented DNS on blockchain. Beautified a lot of code, fixed some things.
2021-02-19 16:41:43 +01:00
Revertron
a033cbcf38
Removed vertical scroll-bar.
2021-02-17 14:53:45 +01:00
Revertron
1ec02381e8
Moved mining indicator to left-bottom corner, fixed mining canceling.
2021-02-17 13:06:24 +01:00
Revertron
eddb4ffbce
Fixed initial keystore display.
2021-02-16 15:14:29 +01:00
Revertron
364a969a53
Refactored key-management a lot.
2021-02-15 23:09:30 +01:00
Revertron
279b3e87c3
Implemented P2P peer exchange. Refactored project structure.
2021-02-11 21:51:32 +01:00
Revertron
9e7a1b8834
Implemented P2P network protocol. Refactored project structure.
2021-02-05 22:24:28 +01:00