Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
move ciri-rlp, ciri-utils, ciri-crypto to separate repos
Browse files Browse the repository at this point in the history
  • Loading branch information
jjyr committed Aug 9, 2018
1 parent 4ce5a26 commit 38a30f4
Show file tree
Hide file tree
Showing 63 changed files with 9 additions and 2,983 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@
.rspec_status

.vscode
tags

12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ PATH
ffi (~> 1.9.23)
lru_redux (~> 1.1.0)
snappy (~> 0.0.17)

GEM
remote: https://rubygems.org/
specs:
bitcoin-secp256k1 (0.4.0)
ffi (>= 1.9.10)
ciri-crypto (0.1.1)
bitcoin-secp256k1 (~> 0.4.0)
ciri-utils (~> 0.2.0)
ciri-rlp (0.2.1)
ciri-utils (~> 0.2.1)
ciri-utils (0.2.1)
digest-sha3 (~> 1.1.0)

GEM
remote: https://rubygems.org/
specs:
bitcoin-secp256k1 (0.4.0)
ffi (>= 1.9.10)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
digest-sha3 (1.1.0)
Expand Down
8 changes: 0 additions & 8 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,24 +12,16 @@ rescue LoadError
nil
end

SUB_COMPONENTS = %w{ciri-utils ciri-rlp ciri-crypto}

desc 'run quick spec'
task :quick do
exit(1) unless check_env
run("rspec -t ~slow_tests")
SUB_COMPONENTS.each do |dir|
run("cd #{dir} && rake")
end
end

desc 'run all specs, include extreme slow tests'
task :"spec:all" do
exit(1) unless check_env
run("rspec")
SUB_COMPONENTS.each do |dir|
run("cd #{dir} && rake")
end
end

namespace :docker do
Expand Down
11 changes: 0 additions & 11 deletions ciri-crypto/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions ciri-crypto/.rspec

This file was deleted.

5 changes: 0 additions & 5 deletions ciri-crypto/.travis.yml

This file was deleted.

74 changes: 0 additions & 74 deletions ciri-crypto/CODE_OF_CONDUCT.md

This file was deleted.

6 changes: 0 additions & 6 deletions ciri-crypto/Gemfile

This file was deleted.

43 changes: 0 additions & 43 deletions ciri-crypto/Gemfile.lock

This file was deleted.

Loading

0 comments on commit 38a30f4

Please sign in to comment.