Commit Graph

125 Commits

Author SHA1 Message Date
dependabot[bot] f769ecb487 Bump signature from 1.3.0 to 1.3.1
Bumps [signature](https://github.com/RustCrypto/traits) from 1.3.0 to 1.3.1.
- [Release notes](https://github.com/RustCrypto/traits/releases)
- [Commits](https://github.com/RustCrypto/traits/compare/signature-v1.3.0...signature-v1.3.1)

---
updated-dependencies:
- dependency-name: signature
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-05 03:04:15 +00:00
Revertron 815c18b501 Decreased domain remining difficulty by 1. 2021-06-30 13:25:43 +02:00
Revertron 42a77dc3f3 Merge pull request #133 from Revertron/dependabot/cargo/mio-0.7.13
Bump mio from 0.7.11 to 0.7.13
2021-06-30 10:50:30 +02:00
dependabot[bot] f6490111e8 Bump rand from 0.8.3 to 0.8.4
Bumps [rand](https://github.com/rust-random/rand) from 0.8.3 to 0.8.4.
- [Release notes](https://github.com/rust-random/rand/releases)
- [Changelog](https://github.com/rust-random/rand/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rust-random/rand/compare/0.8.3...0.8.4)

---
updated-dependencies:
- dependency-name: rand
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 03:04:18 +00:00
dependabot[bot] 7b975dc2f3 Bump mio from 0.7.11 to 0.7.13
Bumps [mio](https://github.com/tokio-rs/mio) from 0.7.11 to 0.7.13.
- [Release notes](https://github.com/tokio-rs/mio/releases)
- [Changelog](https://github.com/tokio-rs/mio/blob/v0.7.13/CHANGELOG.md)
- [Commits](https://github.com/tokio-rs/mio/compare/v0.7.11...v0.7.13)

---
updated-dependencies:
- dependency-name: mio
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-21 03:04:09 +00:00
Revertron 6101c403d4 Added more checks to resolve current forked state. 2021-06-12 12:24:21 +02:00
dependabot[bot] 19542274ea Bump thread-priority from 0.2.1 to 0.2.4
Bumps [thread-priority](https://github.com/vityafx/thread-priority) from 0.2.1 to 0.2.4.
- [Release notes](https://github.com/vityafx/thread-priority/releases)
- [Commits](https://github.com/vityafx/thread-priority/commits)

---
updated-dependencies:
- dependency-name: thread-priority
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-07 06:36:57 +00:00
Revertron e82f0ee9b1 Optimized initial blocks sync. 2021-06-05 01:07:26 +02:00
Revertron bb1f1acce5 Optimized read of network messages. 2021-06-02 13:12:54 +02:00
dependabot[bot] a6258ec91d Bump tinyfiledialogs from 3.3.10 to 3.8.3
Bumps [tinyfiledialogs](https://github.com/jdm/tinyfiledialogs-rs) from 3.3.10 to 3.8.3.
- [Release notes](https://github.com/jdm/tinyfiledialogs-rs/releases)
- [Commits](https://github.com/jdm/tinyfiledialogs-rs/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-31 06:39:37 +00:00
Revertron dbd14e1599 Fixed excess logging. 2021-05-30 02:07:42 +02:00
Revertron 319051edbd Implemented P2P traffic encryption.
Changed serialization format of P2P messages.
Refactored P2P network code.
2021-05-30 00:33:13 +02:00
Revertron 8a8c2678ae Small UI and log polishing. 2021-05-24 17:36:07 +02:00
Revertron 827f7477a5 Updated dependencies. 2021-05-18 11:31:49 +02:00
Revertron 709f65e5cc Fixed operation of transferred domains. 2021-05-17 11:27:18 +02:00
Revertron a73894e849 Updated readme and default settings. 2021-05-15 20:22:50 +02:00
Revertron 31ba599662 Implemented support for multiple keys. 2021-05-14 14:14:45 +02:00
Revertron 6dceac8612 Code rearrangement. 2021-05-13 20:24:04 +02:00
Revertron 92222dd51b Refactored event bus to lazy_static. 2021-05-10 00:49:01 +02:00
Revertron bd27f74351 Version increment. Made web-view debug=false. 2021-05-07 14:44:40 +02:00
Revertron 8c2e89da0b Fixed JS part for Edge. 2021-05-07 11:28:24 +02:00
Revertron 39f3df8b03 Added future development roadmap. 2021-05-06 10:55:13 +02:00
Revertron 369dc0955f Version increment. 2021-05-05 14:54:54 +02:00
Revertron 614afb466c Fixed test database and removed old dependency. 2021-05-05 11:58:08 +02:00
Revertron bc6d2fbae3 Added second keypair for encryption of domain names.
Changed keys file format to include second pair of keys, it will be in TOML now.
Made many adjustments to block and transaction structures.
Changed block serialization to binary format for hashing/mining.
Removed old build dependencies.
2021-05-04 16:47:03 +02:00
Revertron fab62bdfc8 Changed serialization of block to binary format. 2021-05-03 08:42:21 +02:00
Revertron 9949d13e62 First commit of 0.5.* branch. 2021-05-02 12:55:51 +02:00
Revertron 8bb2d9af9f Version increment. 2021-05-01 11:28:50 +02:00
Revertron cd65a0e020 Fixes for zones menu on freaking Arch. 2021-04-30 15:21:34 +02:00
Revertron 067898f2ff Version increment. 2021-04-30 12:45:38 +02:00
Revertron a4d9a64989 Implemented consistent SOA serial for internal zones. 2021-04-28 20:12:06 +02:00
Revertron cefb1eb87f Rewised domains interface a lot. 2021-04-28 13:07:13 +02:00
Revertron f60e42eb2e Fixed #86 - shuffling domain zones list. 2021-04-27 17:10:05 +02:00
Revertron fcb920e0de Refactored Chain a lot to make it possible to test.
Added a CPU hard test for Chain, checking all current DB.
Added an option to config file to set a count of checked top blocks on start.
2021-04-26 21:49:01 +02:00
Revertron 5677b860e4 A fix for miner stuck after dropped signing. 2021-04-26 01:16:34 +02:00
Revertron 7bee4bc61c Fixes for previous release2. 2021-04-25 00:04:30 +02:00
Revertron 6c5e374408 Fixes for previous release. 2021-04-24 23:32:08 +02:00
Revertron c0e49bbab5 Optimized p2p connections a bit. 2021-04-24 19:02:24 +02:00
Revertron 640e2a0619 Fixed ping processing.
Changed the limit of active connections from 10 to 15.
2021-04-23 21:22:22 +02:00
Revertron 520f485899 Optimized p2p connections.
Added a limit for 10 active connections to save bandwidth and CPU.
2021-04-23 13:20:26 +02:00
Revertron 0d944ca1dc Fixed a problem with allowed mining while waiting for signers.
Sped up initial blocks downloading.
Changed block consensus a bit.
2021-04-23 01:09:38 +02:00
Revertron dee53887cb Added more block supremacy checks. 2021-04-22 16:31:42 +02:00
Revertron b248d839e1 Fixed a problem with forks longer than one. 2021-04-22 14:52:14 +02:00
Revertron 7e1ea8e23d Version increment. 2021-04-22 00:36:37 +02:00
Revertron 92b03344eb Version increment and cargo exclusion for working files. 2021-04-21 17:33:39 +02:00
Revertron 66d38d4a60 Version increment. 2021-04-21 17:06:04 +02:00
Revertron 6ed4fb4830 Made p2p connections somewhat more reliable. 2021-04-20 23:36:48 +02:00
Revertron 3bf44c77b8 Version increment. 2021-04-20 20:56:53 +02:00
Revertron e898348624 Version increment. 2021-04-20 00:22:52 +02:00
Revertron 068ff395f7 Version increment. 2021-04-19 21:23:34 +02:00