Skip to content

sidred/safe_dns

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

safe_dns

Primary Maintainer: Krishna Kumar (krishna.kumar@maidsafe.net)

Secondary Maintainer: Spandan Sharma (spandan.sharma@maidsafe.net)

Crate Linux/OS X Windows Coverage Issues
Build Status Build status Coverage Status Stories in Ready
API Documentation - master branch SAFE Network System Documention MaidSafe website Safe Community site

###Pre-requisite: libsodium is a native dependency for sodiumxoide. Thus, install sodium by following the instructions here.

For windows:

  • Download prebuilt libsodium library
  • Extract libsodium.a for x86/x64 from the corresponding folder in the archive to your local filesystem
  • Add this local path to %PATH%. (PATH=%PATH%;<path to extracted libsodium.a dir>)

###Build Instructions: safe_dns depends on safe_client which can interface conditionally against either the routing crate or a mock used for local testing.

To use it with the Mock:

cargo build --features "use-mock-routing"
cargo test --features "use-mock-routing"

To interface it with actual routing (default):

cargo build
cargo test

TODO

[0.1.1]

  • MAID-1314 Remove all unwraps
  • MAID-1315 Remove unwanted errors and Unexpected should take an &str instead of String
  • MAID-1316 Put debug statements
  • MAID-1317 check for all muts (eg., response_getter etc) and validate if really required
  • MAID-1318 Follow changes in NFS and Client
  • MAID-1319 Address the TODO’s and make temporary fixes as permanent
  • MAID-1320 Test cases for TODO's and temporary fixes as permanent

About

No description, website, or topics provided.

Resources

License

Unknown, GPL-3.0 licenses found

Licenses found

Unknown
LICENSE
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%