adridadou / eth-propeller-core

Core library for Ethereum propeller
Apache License 2.0
26 stars 16 forks source link

GH-8 - rxJava + web3j updated and unit tests fixed #27

Closed fforbeck closed 5 years ago

fforbeck commented 5 years ago

Closes #8

fforbeck commented 5 years ago

Some notes:

@adridadou please take a look when you get a chance.

fforbeck commented 5 years ago

Please don't merge that yet. I am writing some stress tests.

fforbeck commented 5 years ago

This is ready for review @adridadou I've changed from Observable to Flowable to add buffer backpressure support. It is recommend when we have larger streams that have IO and blocking ops. Besides that, minor fixes + a simple test scenario that sends concurrent transactions.