Commit Graph

259 Commits

Author SHA1 Message Date
Keefer Taylor 8fb40ee968
Merge pull request #4 from keefertaylor/fix_pods
Remove MnemonicKit as a dependency on itself.
2018-12-09 18:34:31 +00:00
keefertaylor cebd41cfe9 Add CryptoSwift as a dependency 2018-12-09 18:30:43 +00:00
Keefer Taylor bf9aaed9ea
Merge branch 'master' into fix_pods 2018-12-09 18:29:12 +00:00
keefertaylor f7b377eb83 Remove MnemonicKit as a dependency of MnemonicKit 2018-12-09 18:27:23 +00:00
Keefer Taylor cc27d270d5
Merge pull request #2 from keefertaylor/linter
Fixing code documentation style.
2018-12-09 18:09:25 +00:00
keefertaylor 8f21ad01c6 Fixing code documentation style. 2018-12-09 17:59:15 +00:00
Keefer Taylor dad45b5417
Merge pull request #1 from keefertaylor/linter
Integrate swiftlint
2018-12-09 17:56:10 +00:00
keefertaylor 20d63e29c1 Remove swiftlint from xcodeproj 2018-12-09 17:49:24 +00:00
keefertaylor f1579d05fe Cleaning up lint errors in project 2018-12-09 17:47:34 +00:00
keefertaylor 183bb8fe47 test 2018-12-09 13:42:38 +00:00
keefertaylor 2283315734 swiftlint configuration 2018-12-09 13:22:29 +00:00
keefertaylor acc0c802ff Add formatter. 2018-11-12 04:00:55 +00:00
keefertaylor d00c5d2abf Merge branch 'master' of https://github.com/keefertaylor/MnemonicKit 2018-11-12 03:58:37 +00:00
keefertaylor c32800374a Format codebase. 2018-11-12 03:48:48 +00:00
keefertaylor 8ef91aac28 Enable MnemonicKit to build on OSX 2018-11-05 20:47:11 +00:00
Keefer Taylor 55f0f66b3b
Update README.md
Clarifying what MnemonicKit adds over CKMnemonic
2018-11-05 02:01:48 +00:00
keefertaylor ba0deb859b Disallow instantiation of Mnemonic since it is a static utility class. 2018-11-05 01:45:18 +00:00
keefertaylor 6d7b4bedf7 Matching version numbers to make pod lint happy. 2018-11-04 23:25:49 +00:00
keefertaylor 68cecab34a Bumping version for release. 2018-11-04 23:21:45 +00:00
keefertaylor e257f21c90 Merge branch 'master' of https://github.com/keefertaylor/MnemonicKit 2018-11-04 23:19:03 +00:00
keefertaylor 0b5b9e025e pod update && pod install 2018-11-04 23:18:27 +00:00
keefertaylor 30f502710a Add function to validate mnemonics. 2018-11-04 23:17:19 +00:00
Keefer Taylor 126e314d4f
Update README.md
Fix typo
2018-10-28 21:18:30 +00:00
Keefer Taylor 5b84324055
Update README.md
No need to specify git tag now that pod is published in cocoapod's trunk.
2018-10-28 21:18:00 +00:00
keefertaylor af2cede5a3 Fix versioning in podspec.. again. 2018-10-28 21:07:16 +00:00
keefertaylor 8329dfb952 Fix version tag 2018-10-28 21:03:04 +00:00
keefertaylor 1f47d59f22 Fix version number. 2018-10-28 21:00:26 +00:00
keefertaylor 929fddf8f3 Release 1.0.0 2018-10-28 20:57:43 +00:00
keefertaylor 989c169e96 Add tests in podspec. 2018-10-28 20:47:34 +00:00
keefertaylor c97097a9c5 Merge branch 'master' of https://github.com/keefertaylor/MnemonicKit 2018-10-28 20:35:06 +00:00
keefertaylor a089f648f2 Remove swift version 2018-10-28 20:34:57 +00:00
Keefer Taylor ad069eed8c
Update README.md 2018-10-28 20:34:30 +00:00
keefertaylor d6eb1f83e2 Remove error enum. No longer needed now that MnemonicKit doesn't throw errors. 2018-10-28 20:27:32 +00:00
keefertaylor 3ecbfd7cae Remove unneeded try statements. 2018-10-28 20:26:48 +00:00
keefertaylor 49b83881f1 Remove throwing API 2018-10-28 20:25:37 +00:00
keefertaylor b4046066da Remove throwing API 2018-10-28 20:25:20 +00:00
keefertaylor 324e3ae337 More refactoring for readability 2018-10-28 20:24:24 +00:00
keefertaylor 451eb366d2 Refactor out helper function and make code more readable. 2018-10-28 20:23:04 +00:00
keefertaylor f0a419668a Document API, make language param optional. 2018-10-28 20:18:34 +00:00
keefertaylor 1d1a505f0a Remove throwing API for mnemonic from hex string. 2018-10-28 20:16:24 +00:00
keefertaylor 84888a6c99 Document method, default language param to english. 2018-10-28 20:15:25 +00:00
keefertaylor b45b21bca3 Remove throwing API from generation. 2018-10-28 20:14:03 +00:00
keefertaylor a7088947b0 Document method, drop language param to be optional. 2018-10-28 20:10:43 +00:00
keefertaylor 19948c07fe Add tests for mnemonic generation. 2018-10-28 20:05:53 +00:00
keefertaylor 63d200a4c4 Split large test case into smaller test cases. 2018-10-28 20:01:02 +00:00
keefertaylor 73056e52e0 More test refactoring 2018-10-28 19:53:35 +00:00
keefertaylor f4edf59ec3 Fix build 2018-10-28 19:48:40 +00:00
keefertaylor 1a4450327f Formatting cleanup in tests 2018-10-28 19:48:20 +00:00
keefertaylor 786c88135d Replacing deprecated string iteration API 2018-10-28 19:38:14 +00:00
keefertaylor df507cf9ca Dropping dead code. 2018-10-28 19:34:23 +00:00