Skip to content

Commit

Permalink
Remove bip44 module - moved code to project org.komputing.kbip44
Browse files Browse the repository at this point in the history
  • Loading branch information
ligi committed Nov 12, 2019
1 parent 9002dd3 commit 1e7d129
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 132 deletions.
2 changes: 1 addition & 1 deletion bip32/build.gradle
@@ -1,10 +1,10 @@
dependencies {
implementation project(path: ':bip44')
implementation project(path: ':crypto')
implementation project(path: ':crypto_api')
implementation project(path: ':extensions')
implementation project(path: ':model')

implementation "com.github.komputing:kbip44:0.1"
implementation "com.github.komputing:kbase58:0.1"
implementation "com.github.komputing.khash:sha256:$khash_version"
implementation "com.github.komputing.khash:ripemd160:$khash_version"
Expand Down
4 changes: 2 additions & 2 deletions bip32/src/main/kotlin/org/kethereum/bip32/BIP32.kt
Expand Up @@ -5,13 +5,13 @@ package org.kethereum.bip32
import org.kethereum.bip32.model.CHAINCODE_SIZE
import org.kethereum.bip32.model.ExtendedKey
import org.kethereum.bip32.model.Seed
import org.kethereum.bip44.BIP44
import org.kethereum.bip44.BIP44Element
import org.kethereum.crypto.*
import org.kethereum.extensions.toBytesPadded
import org.kethereum.model.ECKeyPair
import org.kethereum.model.PRIVATE_KEY_SIZE
import org.kethereum.model.PrivateKey
import org.komputing.kbip44.BIP44
import org.komputing.kbip44.BIP44Element
import org.komputing.khash.ripemd160.extensions.digestRipemd160
import org.komputing.khash.sha256.extensions.sha256
import java.math.BigInteger
Expand Down
1 change: 0 additions & 1 deletion bip44/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions bip44/build.gradle

This file was deleted.

43 changes: 0 additions & 43 deletions bip44/src/main/kotlin/org/kethereum/bip44/BIP44.kt

This file was deleted.

81 changes: 0 additions & 81 deletions bip44/src/test/kotlin/org/kethereum/bip44/TheBIP44.kt

This file was deleted.

1 change: 0 additions & 1 deletion settings.gradle
Expand Up @@ -10,7 +10,6 @@ include ':bip39_wordlist_ja'
include ':bip39_wordlist_ko'
include ':bip39_wordlist_zh-Hans'
include ':bip39_wordlist_zh-Hant'
include ':bip44'
include ':blockscout'
include ':bloomfilter'
include ':contract_abi_types'
Expand Down

0 comments on commit 1e7d129

Please sign in to comment.