EOSIO / eosio-java-android-rpc-provider

Pluggable RPC provider for EOSIO SDK for Java
https://eosio.github.io/eosio-java-android-rpc-provider/
MIT License
9 stars 8 forks source link

Initial implementation of the core 5 rpc provider calls and unit tests. #8

Closed opi-smccoole closed 5 years ago

opi-smccoole commented 5 years ago

Positive and negative tests are included. An example unit test executing a call with AsyncTask is also provided for reference.

opi-smccoole commented 5 years ago

Will have to be separate PR. This one was already merged.

opi-smccoole commented 5 years ago

Ok will change. All work now in PR # 9 though

Sent from my iPhone. Auto correct typos likely.

On Apr 9, 2019, at 1:56 PM, GonnaGitYou notifications@github.com wrote:

@GonnaGitYou commented on this pull request.

In eosiojavarpcprovider/src/main/java/one/block/eosiojavarpcprovider/error/EosioJavaRpcProviderCallError.java:

@@ -0,0 +1,65 @@ +package one.block.eosiojavarpcprovider.error; + +import one.block.eosiojava.error.rpcProvider.RpcProviderError; +import one.block.eosiojava.models.rpcProvider.response.RPCResponseError; +import org.jetbrains.annotations.NotNull; +import org.jetbrains.annotations.Nullable; + +// +// EosioJavaRpcProviderCallError +// eosio-java-android-rpc-provider +// +// Created by mccoole on 4/8/19 Brandon says that we should leave out the Created by.... headers throughout the code.

— You are receiving this because you modified the open/close state. Reply to this email directly, view it on GitHub, or mute the thread.