Commit Graph

1322 Commits

Author SHA1 Message Date
eugene-shevchenko f2bf688f85 Pending Transaction - save in external datasource
context initialization fix
2015-03-27 22:30:24 +02:00
eugene-shevchenko f87a0f5fea Pending Transaction - save in external datasource
Created redis cloud entry point. Pending transactions storages in Redis depending 'redis.enabled' property and Redis availability.
2015-03-27 17:48:43 +02:00
eugene-shevchenko 52d9d19a18 redis.enabled property added 2015-03-27 17:36:43 +02:00
Roman Mandeleil ebfdb860a8 Finalize only master push feature 2015-03-27 17:21:28 +03:00
Roman Mandeleil 28b39a90ca Empty commit 2015-03-27 17:17:34 +03:00
eugene-shevchenko 339b0e57e4 Pending Transaction - save in external datasource 2015-03-27 12:59:54 +02:00
eugene-shevchenko a5ca9cffd0 Merge branch 'master' into pending-transaction-datasource 2015-03-27 12:50:06 +02:00
eugene-shevchenko 4ef20af5e0 Pending Transaction - save in external datasource 2015-03-27 12:49:32 +02:00
Roman Mandeleil eb72c20f6d Pushing empty commit 2015-03-27 12:47:15 +03:00
Roman Mandeleil 6e92c3a5e0 Fix branch name env var 2015-03-27 12:43:45 +03:00
Roman Mandeleil 114595bb01 Fix branch name env var 2015-03-27 12:38:05 +03:00
Roman Mandeleil 1fb2e0af0c Fix publish only on master 2015-03-27 12:34:41 +03:00
Roman Mandeleil 1e7217ea3d Test not publishing build 2015-03-27 12:29:04 +03:00
Roman Mandeleil 0356258999 Fix: publish one if building on master branch 2015-03-27 12:21:07 +03:00
Roman Mandeleil 0599ba0be2 Publish one if building on master branch 2015-03-27 12:03:42 +03:00
Roman Mandeleil 96fb4f875d Empty commit 2015-03-27 11:54:52 +03:00
eugene-shevchenko 8fd961ecaf version up 2015-03-27 10:53:05 +02:00
eugene-shevchenko 40e1019d5b Pending Transaction - save in external datasource 2015-03-26 23:32:40 +02:00
eugene-shevchenko 1ee5629fe4 Merge branch 'master' into pending-transaction-datasource 2015-03-26 10:30:04 +02:00
eugene-shevchenko 43b956a106 Pending transaction save in external datasource 2015-03-26 10:25:49 +02:00
Roman Mandeleil 99d135c034 Update for genesis cpp mater poc-8 compatibility 2015-03-24 21:56:13 +02:00
Roman Mandeleil 2c2a0f2f37 Reduce warning noise 2015-03-17 00:30:07 +02:00
Roman Mandeleil ccd8eb4b07 Set testing setup and upgrade gradle wrapper version 2015-03-16 23:53:18 +02:00
Roman Mandeleil 722da1e76a Temporary ignore failures 2015-03-16 20:35:37 +02:00
Roman Mandeleil c8aadee01e Bump basic version 2015-03-16 19:40:55 +02:00
Roman Mandeleil 7c2bae4524 Test encode/decode round trip with ECIESCoder 2015-03-13 12:54:02 +02:00
Roman Mandeleil 4b51c8dd80 Merge branch 'master' of https://github.com/ethereum/ethereumj 2015-03-13 00:43:37 +02:00
Roman Mandeleil edd5eb1694 Merge pull request #238 from devrandom/ecies
ECIES encryption
2015-03-13 00:43:34 +02:00
Roman Mandeleil b0548ea0ae Introduce Coder/Decoder for ECIES 2015-03-13 00:42:20 +02:00
Devrandom c960d2aa8c ECIES encryption 2015-03-12 15:41:51 -07:00
Roman Mandeleil 18994693e6 Merge pull request #237 from devrandom/master
stray javafx import
2015-03-12 23:57:49 +02:00
Devrandom d0e41de81e stray javafx import 2015-03-12 14:46:16 -07:00
Roman Mandeleil d007c0d700 Merge pull request #236 from devrandom/ecies
ECIES matching go-ethereum
2015-03-12 21:18:04 +02:00
Devrandom 3f79565b69 ECIES matching go-ethereum 2015-03-12 12:12:07 -07:00
Roman Mandeleil 134589a3ca Merge branch 'master' of https://github.com/ethereum/ethereumj 2015-03-11 15:08:46 +02:00
Roman Mandeleil 4d55f020dd Merge pull request #232 from faizkhan00/freezehash
Add per-commit testing
2015-03-11 15:03:16 +02:00
Faiz Khan c1c6f3eb9e Add per-commit testing 2015-03-10 07:10:43 -05:00
Roman Mandeleil f9b0772182 Merge pull request #231 from faizkhan00/add-commit-testloader-2
Auto loader for per-commit tests
2015-03-09 10:24:14 +02:00
Roman Mandeleil 13a3b4bb03 Introduce messages from wire to data parse 2015-03-08 21:28:53 +02:00
Faiz Khan 2102792f23 Auto loader for per-commit tests 2015-03-06 11:11:34 -06:00
Roman Mandeleil 1135db55b3 Merge pull request #229 from faizkhan00/quadraticmemory
Quadraticmemory
2015-03-03 11:07:42 +02:00
Faiz Khan f1c4cd529c Excluded tests (and comments for why) 2015-03-02 22:36:07 -06:00
Faiz Khan 196be7cf44 More of CJ's tests 2015-03-02 16:23:21 -06:00
Faiz Khan 3bb69e3180 Add Test for quadratic cost 2015-03-02 15:50:24 -06:00
Roman Mandeleil bf769478f9 Fix typo 2015-02-27 09:33:09 +02:00
Roman Mandeleil eb202cd2a4 Introduce Kademlia tree concept 2015-02-27 09:24:41 +02:00
Roman Mandeleil 841c4adb62 Polish message creation 2015-02-27 09:23:26 +02:00
Faiz Khan 6f66552f00 Quadratic memory cost 2015-02-26 16:27:16 -06:00
Roman Mandeleil 8af4556a4f Hack cpp uncertain ECDSA behaivour:
+ cpp sends v = 0/1 on the RLPx level when java works with v = 27/28
   with the current hack full traffic interoperability achieved
2015-02-25 22:47:05 +02:00
Roman Mandeleil 552b86507f Introduced signature generation and validation 2015-02-25 20:39:58 +02:00