Skip to content

Commit

Permalink
Merge pull request #15 from BlockchainCommons/develop
Browse files Browse the repository at this point in the history
Release 0.1.1
  • Loading branch information
ChristopherA authored May 20, 2020
2 parents 8183414 + 7ce4ea0 commit e7cf755
Show file tree
Hide file tree
Showing 44 changed files with 1,541 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,11 +88,11 @@ dkms.conf

# End of https://www.gitignore.io/api/c

*.tar.gz
autom4te.cache
autoscan.log
Makefile
config.log
config.status
configure.scan
config.h
libs/
22 changes: 22 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
[submodule "deps/bc-crypto-base"]
path = deps/bc-crypto-base
url = https://github.com/BlockchainCommons/bc-crypto-base.git
[submodule "deps/bc-shamir"]
path = deps/bc-shamir
url = https://github.com/blockchaincommons/bc-shamir.git
[submodule "deps/bc-slip39"]
path = deps/bc-slip39
url = https://github.com/blockchaincommons/bc-slip39.git
[submodule "deps/bc-bip39"]
path = deps/bc-bip39
url = https://github.com/blockchaincommons/bc-bip39.git
[submodule "deps/bc-bech32"]
path = deps/bc-bech32
url = https://github.com/blockchaincommons/bc-bech32.git
[submodule "deps/argp-standalone"]
path = deps/argp-standalone
url = https://github.com/BlockchainCommons/argp-standalone.git
ignore = dirty
[submodule "deps/cbor-lite"]
path = deps/cbor-lite
url = https://github.com/blockchaincommons/cbor-lite.git
18 changes: 18 additions & 0 deletions .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "Mac",
"includePath": [
"${workspaceFolder}/**"
],
"defines": [],
"macFrameworkPath": [
"/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/System/Library/Frameworks"
],
"compilerPath": "/usr/bin/clang",
"cStandard": "c11",
"intelliSenseMode": "clang-x64"
}
],
"version": 4
}
18 changes: 16 additions & 2 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,23 @@
"type": "lldb",
"request": "launch",
"program": "${workspaceFolder}/src/seedtool",
"args": [],
"args": [
"--in", "ur",
"--out", "slip39",
"ur:crypto-slip39/1of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/5gqc89r8wajkzmr5dpukvum9de5k7ungv93kzer9d45kxerpvd5kgetrv9exgumxv",
"ur:crypto-slip39/2of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/f5hx6r0wpjxkmnfw3j8qctfv35xsatdd9jxjarevah82cmvv4shyetrw43xjcmxdf",
"ur:crypto-slip39/3of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/6ku6t0wf5xvmmjv43kzum5v4jk6ur509nkc6trv4h8xetxv9ehqetrw3jkjmtpvaj",
"ur:crypto-slip39/4of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/ksempwdhkc6twv45x2ut4v96xjmmwvach2ctjw3jh99r8wajkzmr5dpukvum9de5k",
"ur:crypto-slip39/5of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/7ungv93kzer9d45kxenpvajkucmev4j8yetpd4jxcctdwpnxxmrfde5kxetkv4ux2",
"ur:crypto-slip39/6of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/ergv4kx2anpw3hhy6rnw4hxc6t8dp6xvctnwpjkxar8wdhkx6t9w3uk27tfv4kxge",
"ur:crypto-slip39/7of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/n8v4hxjatnvejkjargv4exgurpwpsksmmjvasku6t6v4jxvcttv45xvmr90p5kymr",
"ur:crypto-slip39/8of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/9va6x2ctrdpjh99r8wajkzmr5dpukvum9de5k7ungv93kzer9d45kxenpd3mkz7tn",
"ur:crypto-slip39/9of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/ve3kzmt9wfsk2un0w4hxgetnd35kxet9vek82enxv4c82mtswdnxxctdwp6hxergd",
"ur:crypto-slip39/10of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/a3x7endv9h82ctvvekh2umrd3jkvctjw35hxar8dphhymt0dejkwanpd4cxjun9dp",
"ur:crypto-slip39/11of11/drs6fzfe3cgsa6sa06la338wxvjcz7amyua8z3rxjyv90qa7zg5qa39yll/jxzuntdejhxum8wpex2urpwfjkvun9vaex2ar9wpe82mn9qtvxgx28uyxkd09j"
],
"cwd": "${workspaceFolder}/src",
"preLaunchTask": "Build"
}
]
}
}
16 changes: 8 additions & 8 deletions .vscode/tasks.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
{
"label": "Configure",
"type": "shell",
"command": "./configure",
"command": "source set_build_paths.sh && ./configure",
"problemMatcher": []
},
{
"label": "Build",
"type": "shell",
"command": "make all && dsymutil src/seedtool",
"command": "source set_build_paths.sh && make all && dsymutil src/seedtool",
"problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/src"] },
"group": {
"kind": "build",
Expand All @@ -20,7 +20,7 @@
{
"label": "Test",
"type": "shell",
"command": "make check",
"command": "source set_build_paths.sh && make check",
"problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/src"] },
"group": {
"kind": "test",
Expand All @@ -30,26 +30,26 @@
{
"label": "Distribution Test",
"type": "shell",
"command": "make distcheck",
"command": "source set_build_paths.sh && make distcheck",
"problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/src"] },
"group": "test"
},
{
"label": "Distribution",
"type": "shell",
"command": "make dist",
"command": "source set_build_paths.sh && make dist",
"problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/src"] }
},
{
"label": "Distribution Clean",
"type": "shell",
"command": "make distclean",
"command": "source set_build_paths.sh && make distclean",
"problemMatcher": []
},
{
"label": "Clean",
"type": "shell",
"command": "make clean",
"command": "source set_build_paths.sh && make clean",
"problemMatcher": []
},
{
Expand All @@ -65,4 +65,4 @@
"problemMatcher": { "base": "$gcc", "fileLocation": ["relative", "${workspaceRoot}/src"] }
}
]
}
}
Loading

0 comments on commit e7cf755

Please sign in to comment.