-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
jsonrpc
package to org.consensusj
- Loading branch information
1 parent
2b9b5aa
commit 36d24fe
Showing
49 changed files
with
92 additions
and
85 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
bitcoinj-cli/src/main/java/com/msgilligan/bitcoinj/cli/BitcoinJCli.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-cli/src/main/java/com/msgilligan/bitcoinj/cli/CliCommand.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-cli/src/main/java/com/msgilligan/bitcoinj/cli/GetBlockCount.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
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
bitcoinj-proxy/src/main/java/com/msgilligan/bitcoinj/proxy/BitcoinRpcProxyModule.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
4 changes: 2 additions & 2 deletions
4
bitcoinj-proxy/src/main/java/com/msgilligan/bitcoinj/proxy/ChainStatusHandler.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
4 changes: 2 additions & 2 deletions
4
bitcoinj-proxy/src/main/java/com/msgilligan/bitcoinj/proxy/GenerateHandler.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-proxy/src/main/java/com/msgilligan/bitcoinj/proxy/ProxyMain.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
6 changes: 3 additions & 3 deletions
6
...lligan/jsonrpc/ratpack/JsonRpcClient.java → ...ensusj/jsonrpc/ratpack/JsonRpcClient.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
4 changes: 2 additions & 2 deletions
4
.../jsonrpc/ratpack/JsonRpcClientModule.java → .../jsonrpc/ratpack/JsonRpcClientModule.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
4 changes: 2 additions & 2 deletions
4
...igan/jsonrpc/ratpack/RpcProxyHandler.java → ...susj/jsonrpc/ratpack/RpcProxyHandler.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
4 changes: 2 additions & 2 deletions
4
...ratpack/authext/BasicAuthCallFactory.java → ...ratpack/authext/BasicAuthCallFactory.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
2 changes: 1 addition & 1 deletion
2
...illigan/jsonrpc/ratpack/package-info.java → ...sensusj/jsonrpc/ratpack/package-info.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 @@ | ||
/** | ||
* An asynchronous JSON-RPC client for Ratpack (using Jackson and Retrofit) | ||
*/ | ||
package com.msgilligan.jsonrpc.ratpack; | ||
package org.consensusj.jsonrpc.ratpack; |
2 changes: 1 addition & 1 deletion
2
bitcoinj-rpcclient/src/integ/groovy/com/msgilligan/bitcoinj/BaseMainNetTestSpec.groovy
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
bitcoinj-rpcclient/src/integ/groovy/com/msgilligan/bitcoinj/BaseRegTestSpec.groovy
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
bitcoinj-rpcclient/src/integ/groovy/com/msgilligan/bitcoinj/alpha/AlphaSpec.groovy
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
bitcoinj-rpcclient/src/integ/groovy/com/msgilligan/bitcoinj/integ/WalletSendSpec.groovy
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
bitcoinj-rpcclient/src/integ/groovy/com/msgilligan/bitcoinj/rpc/DynamicRPCClientSpec.groovy
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
bitcoinj-rpcclient/src/main/groovy/com/msgilligan/bitcoinj/rpc/BitcoinScriptingClient.groovy
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
bitcoinj-rpcclient/src/main/groovy/com/msgilligan/bitcoinj/rpc/BlockchainSyncing.groovy
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
bitcoinj-rpcclient/src/main/groovy/com/msgilligan/bitcoinj/test/BTCTestSupport.groovy
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
...inj-rpcclient/src/main/groovy/com/msgilligan/bitcoinj/test/JTransactionTestSupport.groovy
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
...oinj-rpcclient/src/main/groovy/com/msgilligan/ethereum/rpc/EthereumScriptingClient.groovy
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
...inj-rpcclient/src/main/groovy/com/msgilligan/namecoinj/rpc/NamecoinScriptingClient.groovy
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
3 changes: 1 addition & 2 deletions
3
...sgilligan/jsonrpc/DynamicRPCClient.groovy → ...onsensusj/jsonrpc/DynamicRPCClient.groovy
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
2 changes: 1 addition & 1 deletion
2
...vy/com/msgilligan/jsonrpc/Loggable.groovy → ...vy/org/consensusj/jsonrpc/Loggable.groovy
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
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
bitcoinj-rpcclient/src/main/java/com/msgilligan/bitcoinj/test/RegTestEnvironment.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-rpcclient/src/main/java/com/msgilligan/bitcoinj/test/RegTestFundingSource.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
6 changes: 3 additions & 3 deletions
6
bitcoinj-rpcclient/src/main/java/com/msgilligan/ethereum/rpc/EthereumClient.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-rpcclient/src/main/java/com/msgilligan/namecoinj/cli/NmcLookup.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
2 changes: 1 addition & 1 deletion
2
bitcoinj-rpcclient/src/main/java/com/msgilligan/namecoinj/rpc/NamecoinClient.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
2 changes: 1 addition & 1 deletion
2
...msgilligan/jsonrpc/AbstractRPCClient.java → ...consensusj/jsonrpc/AbstractRPCClient.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
2 changes: 1 addition & 1 deletion
2
.../msgilligan/jsonrpc/JsonRPCException.java → .../consensusj/jsonrpc/JsonRPCException.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.msgilligan.jsonrpc; | ||
package org.consensusj.jsonrpc; | ||
|
||
import java.io.IOException; | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...ligan/jsonrpc/JsonRPCStatusException.java → ...nsusj/jsonrpc/JsonRPCStatusException.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
2 changes: 1 addition & 1 deletion
2
.../com/msgilligan/jsonrpc/JsonRpcError.java → .../org/consensusj/jsonrpc/JsonRpcError.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.msgilligan.jsonrpc; | ||
package org.consensusj.jsonrpc; | ||
|
||
/** | ||
* JSON-RPC Error Object POJO | ||
|
2 changes: 1 addition & 1 deletion
2
...om/msgilligan/jsonrpc/JsonRpcRequest.java → ...rg/consensusj/jsonrpc/JsonRpcRequest.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
2 changes: 1 addition & 1 deletion
2
...m/msgilligan/jsonrpc/JsonRpcResponse.java → ...g/consensusj/jsonrpc/JsonRpcResponse.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.msgilligan.jsonrpc; | ||
package org.consensusj.jsonrpc; | ||
|
||
/** | ||
* = JSON-RPC Response POJO | ||
|
4 changes: 2 additions & 2 deletions
4
...ava/com/msgilligan/jsonrpc/RPCClient.java → ...ava/org/consensusj/jsonrpc/RPCClient.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
2 changes: 1 addition & 1 deletion
2
.../msgilligan/jsonrpc/UntypedRPCClient.java → .../consensusj/jsonrpc/UntypedRPCClient.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
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 |
---|---|---|
|
@@ -26,4 +26,4 @@ | |
* .... | ||
* | ||
*/ | ||
package com.msgilligan.jsonrpc; | ||
package org.consensusj.jsonrpc; |
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
...msgilligan/jsonrpc/util/package-info.java → ...consensusj/jsonrpc/util/package-info.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 @@ | ||
/** | ||
* Utility support classes for JSON-RPC | ||
*/ | ||
package com.msgilligan.jsonrpc.util; | ||
package org.consensusj.jsonrpc.util; |
Oops, something went wrong.