Commit Graph

1343 Commits

Author SHA1 Message Date
Yaroslav Dmytrotsa e8c11ac795 add custom eth_transactionHistory method, that receive data from https://etherchain.org/apidoc 2015-08-12 10:49:08 +03:00
Adrian Tiberius a64d216537 Added removeHandler method. 2015-08-05 18:24:40 +03:00
Adrian Tiberius 6340cc47a4 Added ethereum restart with different wallet using init message. 2015-08-04 22:23:13 +02:00
Adrian Tiberius b585afb473 Fix test account private key encoding. 2015-08-04 17:21:25 +02:00
Yaroslav Dmytrotsa 8c9d49e0a8 fix issue with wrong JSON-RPC income data
fix issue with not correctly formatted DATA
2015-08-04 18:17:26 +03:00
Yaroslav Dmytrotsa 1a81061679 convert service from Bound to Started
Add Origin check for JSOIN-RPC Server
2015-08-04 14:25:04 +03:00
Yaroslav Dmytrotsa 1fd463ce31 set default lite JSON-RPC endpoint to http://139.162.13.89:8545/ 2015-08-03 13:27:24 +03:00
Yaroslav Dmytrotsa 2f60df4a2a add new method eth_getTransactionReceipt (from updated JSON-RPC specification). 2015-07-30 13:27:06 +03:00
Adrian Tiberius 97417aa147 Merged latest develop changes 2015-07-13 12:20:29 +02:00
Adrian Tiberius cec379db59 Added ethereum implementation without world manager. 2015-07-09 21:48:42 +02:00
Yaroslav Dmytrotsa 5c9058d980 add addRemoteServer for light JSON-RPC to support multiple servers and auto recurring over them to find working one. 2015-07-09 20:50:50 +03:00
Jarrad Hope b35ffa0581 merge 2015-07-08 15:12:03 +02:00
Adrian Tiberius 56ccc0853a Test fixes. 2015-07-08 14:48:05 +02:00
Adrian Tiberius e376bfc922 Added missing merge files. 2015-07-08 14:25:18 +02:00
Adrian Tiberius 74eca228dc Merged latest develop changes. 2015-07-08 14:23:41 +02:00
Yaroslav Dmytrotsa 805234deb7 set null 2015-07-06 12:08:48 +03:00
Yaroslav Dmytrotsa 1127f0dd88 run JSON-RPC server in separate Thread. 2015-07-06 12:00:01 +03:00
Yaroslav Dmytrotsa 386c94f4bb start JSON-RPC 2015-07-06 11:30:49 +03:00
Yaroslav Dmytrotsa 83e2fda188 typo 2015-07-06 11:02:14 +03:00
Yaroslav Dmytrotsa 56cfca4667 add missed registration 2015-07-06 10:39:31 +03:00
Yaroslav Dmytrotsa df60b74193 typo 2015-07-06 10:25:18 +03:00
Adrian Tiberius a3b331e7f0 Merged latest develop changes. 2015-07-04 01:54:45 +02:00
Yaroslav Dmytrotsa 8199b8a2df remove serpent compiler from full JSON_RPC version 2015-07-03 10:46:38 +03:00
Adrian Tiberius ef546b4557 Remove leveldbjni in android 2015-07-02 22:07:46 +02:00
Adrian Tiberius c6288e295d Merged latest develop changes.
Some interop fixes.
2015-07-02 22:04:25 +02:00
Yaroslav Dmytrotsa a8dbead829 implement light JSON_RPC version and split it from Full version.
List version send all request to remove JSNO-RPC server or proxy and handle only next methods:
eth_coinbase
eth_accounts
eth_sign
eth_sendTransaction
shh_*
2015-07-02 12:28:24 +03:00
Yaroslav Dmytrotsa ae517f349b get transaction relation using -core-android custom OrmLiteBlockStoreDatabase 2015-06-29 12:30:43 +03:00
Adrian Tiberius bc91b5f13b Implemented ethereum event listeners for remote service. 2015-06-28 20:57:25 +02:00
Adrian Tiberius e3ca3aa951 Merged latest develop changes. 2015-06-27 08:44:02 +02:00
Adrian Tiberius a9f208c82d Added storeAllBlocks option to EthereumModule.
Added block_transaction database table and getTransactionLocation method.
2015-06-26 19:01:17 +02:00
Yaroslav Dmytrotsa 44f7ec4ae5 Merge branch 'android-test-poc9-rlpx' of https://opulence.git.beanstalkapp.com/ethereumj into android-test-poc9-rlpx 2015-06-26 15:56:13 +03:00
Yaroslav Dmytrotsa 7e61c3765c additional changes after latest Skype call with Roman. 2015-06-26 15:55:14 +03:00
Adrian Tiberius 961fb203df Implemented remote service using Messenger. 2015-06-26 12:21:17 +02:00
Yaroslav Dmytrotsa 33be741881 clean up TODO list after talk with Roman 2015-06-26 08:50:40 +03:00
Adrian Tiberius cecad8cfd3 Added some debug messages. 2015-06-25 05:01:42 +02:00
Adrian Tiberius bac3393c0b Fix for lollipop explicit intent rule. 2015-06-25 03:14:51 +02:00
Adrian Tiberius c3eb14aafb Fixed merging errors. 2015-06-25 02:18:24 +02:00
Adrian Tiberius 16d6c57c20 Merged latest develop changes. 2015-06-25 00:55:07 +02:00
Adrian Tiberius bc618bacc1 Implemented ethereum remote service using aidl.
Added some activity-fragment communication interfaces.
2015-06-25 00:30:33 +02:00
Yaroslav Dmytrotsa 6c53a30ac6 Merge branch 'android-test-poc9-rlpx' of https://opulence.git.beanstalkapp.com/ethereumj into android-test-poc9-rlpx 2015-06-24 08:43:47 +03:00
Yaroslav Dmytrotsa ca94e13d8f fix 2015-06-24 08:43:24 +03:00
Adrian Tiberius 1482f4cded More missing files from merge. 2015-06-23 21:57:12 +02:00
Adrian Tiberius 8314d132ea Added missing files. 2015-06-23 21:56:14 +02:00
Adrian Tiberius 877e237a27 Merged latest develop. 2015-06-23 21:36:35 +02:00
Yaroslav Dmytrotsa 50ee6adb5b implement EthereumListenerAdapter for Block / Transaction filter. 2015-06-23 20:02:09 +03:00
Jarrad Hope 7ffb5c16e5 Merge branch 'android-test-poc9-rlpx' of opulence.git.beanstalkapp.com:/opulence/ethereumj into android-test-poc9-rlpx 2015-06-23 08:53:20 +02:00
Adrian Tiberius ee842e3a81 Disabled file logs. 2015-06-23 01:14:43 +02:00
Adrian Tiberius 86eec731d6 Changed database and dump location to sdcard with internal memory backup. 2015-06-17 18:44:10 +02:00
Adrian Tiberius 3fc6455c0e Added log configuration for android.
Updated leveldb android implementation.
Fixed ormlite null bug.
2015-06-17 17:17:40 +02:00
Adrian Tiberius 3292f73cb9 Android dependency fix. 2015-06-17 14:57:07 +02:00