-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
72 changed files
with
177 additions
and
177 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
...c/main/java/com/bitcoin/wallet/Network.kt → ...ain/java/com/bitcoin/slpwallet/Network.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
...main/java/com/bitcoin/wallet/SLPWallet.kt → ...n/java/com/bitcoin/slpwallet/SLPWallet.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/com/bitcoin/wallet/SLPWalletConfig.kt → .../com/bitcoin/slpwallet/SLPWalletConfig.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../java/com/bitcoin/wallet/TaskScheduler.kt → ...va/com/bitcoin/slpwallet/TaskScheduler.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.bitcoin.wallet | ||
package com.bitcoin.slpwallet | ||
|
||
/* | ||
* Copyright 2018 Google LLC | ||
|
4 changes: 2 additions & 2 deletions
4
.../java/com/bitcoin/wallet/WalletBalance.kt → ...va/com/bitcoin/slpwallet/WalletBalance.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../java/com/bitcoin/wallet/WalletService.kt → ...va/com/bitcoin/slpwallet/WalletService.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
...a/com/bitcoin/wallet/WalletServiceImpl.kt → ...om/bitcoin/slpwallet/WalletServiceImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ava/com/bitcoin/wallet/address/Address.kt → .../com/bitcoin/slpwallet/address/Address.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...com/bitcoin/wallet/address/AddressCash.kt → .../bitcoin/slpwallet/address/AddressCash.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../wallet/address/AddressFormatException.kt → ...pwallet/address/AddressFormatException.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.bitcoin.wallet.address | ||
package com.bitcoin.slpwallet.address | ||
|
||
/** | ||
* @author akibabu | ||
|
4 changes: 2 additions & 2 deletions
4
...m/bitcoin/wallet/address/AddressLegacy.kt → ...itcoin/slpwallet/address/AddressLegacy.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../com/bitcoin/wallet/address/AddressSLP.kt → ...m/bitcoin/slpwallet/address/AddressSLP.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/bitcoin/wallet/address/AddressType.java → ...itcoin/slpwallet/address/AddressType.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.bitcoin.wallet.address; | ||
package com.bitcoin.slpwallet.address; | ||
|
||
/** | ||
* @author akibabu | ||
|
2 changes: 1 addition & 1 deletion
2
.../bitcoin/wallet/address/KeyAddressPair.kt → ...tcoin/slpwallet/address/KeyAddressPair.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.bitcoin.wallet.address | ||
package com.bitcoin.slpwallet.address | ||
|
||
import java.math.BigInteger | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...a/com/bitcoin/wallet/bitcoinj/Mnemonic.kt → ...om/bitcoin/slpwallet/bitcoinj/Mnemonic.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...itcoin/wallet/bitcoinj/NetworkInstance.kt → ...oin/slpwallet/bitcoinj/NetworkInstance.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...in/wallet/encoding/Base58CheckEncoding.kt → ...slpwallet/encoding/Base58CheckEncoding.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../com/bitcoin/wallet/encoding/ByteUtils.kt → ...m/bitcoin/slpwallet/encoding/ByteUtils.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...com/bitcoin/wallet/encoding/Sha256Hash.kt → .../bitcoin/slpwallet/encoding/Sha256Hash.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...com/bitcoin/wallet/persistence/DaoBase.kt → .../bitcoin/slpwallet/persistence/DaoBase.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...oin/wallet/persistence/SlpTokenBalance.kt → .../slpwallet/persistence/SlpTokenBalance.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../wallet/persistence/SlpTokenBalanceDao.kt → ...pwallet/persistence/SlpTokenBalanceDao.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...coin/wallet/persistence/TypeConverters.kt → ...n/slpwallet/persistence/TypeConverters.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...coin/wallet/persistence/WalletDatabase.kt → ...n/slpwallet/persistence/WalletDatabase.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
12 changes: 6 additions & 6 deletions
12
.../wallet/persistence/WalletDatabaseImpl.kt → ...pwallet/persistence/WalletDatabaseImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...itcoin/wallet/presentation/BalanceInfo.kt → ...oin/slpwallet/presentation/BalanceInfo.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package com.bitcoin.wallet.presentation | ||
package com.bitcoin.slpwallet.presentation | ||
|
||
import java.math.BigDecimal | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...in/wallet/presentation/BalanceInfoImpl.kt → ...slpwallet/presentation/BalanceInfoImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...om/bitcoin/wallet/presentation/Blockie.kt → ...bitcoin/slpwallet/presentation/Blockie.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tcoin/wallet/presentation/ProgressTask.kt → ...in/slpwallet/presentation/ProgressTask.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../wallet/presentation/TokenNumberFormat.kt → ...pwallet/presentation/TokenNumberFormat.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...itcoin/wallet/rest/AddressUtxosRequest.kt → ...oin/slpwallet/rest/AddressUtxosRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tcoin/wallet/rest/AddressUtxosResponse.kt → ...in/slpwallet/rest/AddressUtxosResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
.../bitcoin/wallet/rest/BitcoinRestClient.kt → ...tcoin/slpwallet/rest/BitcoinRestClient.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
.../java/com/bitcoin/wallet/rest/Retrofit.kt → ...va/com/bitcoin/slpwallet/rest/Retrofit.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...tcoin/wallet/rest/SlpValidateTxRequest.kt → ...in/slpwallet/rest/SlpValidateTxRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...coin/wallet/rest/SlpValidateTxResponse.kt → ...n/slpwallet/rest/SlpValidateTxResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...m/bitcoin/wallet/rest/TxDetailsRequest.kt → ...itcoin/slpwallet/rest/TxDetailsRequest.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...ava/com/bitcoin/wallet/rest/TxResponse.kt → .../com/bitcoin/slpwallet/rest/TxResponse.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
...a/com/bitcoin/wallet/slp/SLPWalletImpl.kt → ...om/bitcoin/slpwallet/slp/SLPWalletImpl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.