Commit Graph

674 Commits (master)
 

Author SHA1 Message Date
Revertron 7f18e6c5c7
Merge pull request #134 from Revertron/dependabot/cargo/rand-0.8.4
Bump rand from 0.8.3 to 0.8.4
3 years ago
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>
3 years ago
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>
3 years ago
Revertron 6101c403d4 Added more checks to resolve current forked state. 3 years ago
Revertron 8facb69c3f Implemented purging ignored IPs. 3 years ago
Revertron 428ed92d87 Implemented new algorithm of choosing signers, effective from block 855. 3 years ago
Revertron d513c29cfe Code reformatting. 3 years ago
Revertron 2d12fd0447 Added alfis_icon192.png. 3 years ago
Revertron a5f56fa488 Fixed PKGBUILD. 3 years ago
Revertron 13c8843c27 Fixed cargo doc generation. 3 years ago
Revertron 53633ddbcb Added missing icons for PKGBUILD. 3 years ago
Revertron 9590915b6d
Merge pull request #130 from Revertron/dependabot/cargo/thread-priority-0.2.4
Bump thread-priority from 0.2.1 to 0.2.4
3 years ago
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>
3 years ago
Revertron c8183e0e58 More optimizations for initial blocks sync. 3 years ago
Revertron e82f0ee9b1 Optimized initial blocks sync. 3 years ago
Revertron bb1f1acce5 Optimized read of network messages. 3 years ago
Revertron 0013cf9bbb Updated readme. 3 years ago
Revertron c3c23e2eaf
Merge pull request #127 from Revertron/dependabot/cargo/tinyfiledialogs-3.8.3
Bump tinyfiledialogs from 3.3.10 to 3.8.3
3 years ago
Revertron 21fdd0c800 Fixed DNS cache test. 3 years ago
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>
3 years ago
Revertron 2d6afdabc5 Fixed tests. 3 years ago
Revertron 2f9f71a795 Removed unnecessary manual drops. 3 years ago
Revertron 7cd9a871a5 Better error handling for P2P connections. 3 years ago
Revertron dbd14e1599 Fixed excess logging. 3 years ago
Revertron 24975e3875
Merge pull request #124 from Revertron/feature/encryption
Implemented P2P traffic encryption.
3 years ago
Revertron a49e6bdf14 Added Cargo.lock to provide deterministic builds. 3 years ago
Revertron 319051edbd Implemented P2P traffic encryption.
Changed serialization format of P2P messages.
Refactored P2P network code.
3 years ago
Revertron 5398410d8d Made temporary speedup for cold start. 3 years ago
Revertron b458140d6c Fixed build. 3 years ago
Revertron 8a8c2678ae Small UI and log polishing. 3 years ago
Revertron 88404a635b Added statistics to main screen. 3 years ago
Revertron ebcb7174fe Finished UI-refactoring. 3 years ago
Revertron 8bc6ca60ec Moved some UI-components around. 3 years ago
Revertron 7c38ee915f Removed deprecated keystore code. 3 years ago
Revertron 4e96eeed59 Changed logo placement. 3 years ago
Revertron 7665a2af3f Refactored domain list interface.
Added new logo and icon.
3 years ago
Revertron 827f7477a5 Updated dependencies. 3 years ago
Revertron e5f4aa138c Fixed empty keys dropdown text after new key was mined. 3 years ago
Revertron 709f65e5cc Fixed operation of transferred domains. 3 years ago
Revertron a9f2193fce Implemented resolve of PTR records. 3 years ago
Revertron f658fddf95 Merge remote-tracking branch 'origin/master' 3 years ago
Revertron 212525e3eb Randomized signing keys. 3 years ago
Revertron 463a3a25ef
Merge pull request #119 from nxshock/master
Add NixOS Logo
3 years ago
nxshock bd334eafbe Add NixOS Logo 3 years ago
Revertron a73894e849 Updated readme and default settings. 3 years ago
Revertron b83f8580dc Added fork-stuck mitigation. 3 years ago
Revertron b504c565fb Replaced test DB with a new one, fixed tests. 3 years ago
Revertron 1168c9545e Merge remote-tracking branch 'origin/master' 3 years ago
Revertron 31ba599662 Implemented support for multiple keys. 3 years ago
Revertron 409f57c09a
Merge pull request #117 from eatb33ts/master
Add nix-shell for nix/nixos users
3 years ago