|
|
@ -28,6 +28,7 @@ import java.util.concurrent.atomic.AtomicBoolean; |
|
|
|
import io.reactivex.Flowable; |
|
|
|
import io.reactivex.Flowable; |
|
|
|
import io.reactivex.disposables.Disposable; |
|
|
|
import io.reactivex.disposables.Disposable; |
|
|
|
import org.junit.Before; |
|
|
|
import org.junit.Before; |
|
|
|
|
|
|
|
import org.junit.Ignore; |
|
|
|
import org.junit.Test; |
|
|
|
import org.junit.Test; |
|
|
|
import org.web3j.protocol.core.methods.request.EthFilter; |
|
|
|
import org.web3j.protocol.core.methods.request.EthFilter; |
|
|
|
import org.web3j.protocol.core.methods.response.TransactionReceipt; |
|
|
|
import org.web3j.protocol.core.methods.response.TransactionReceipt; |
|
|
@ -45,7 +46,11 @@ public class EventEmitterAcceptanceTest extends AcceptanceTestBase { |
|
|
|
cluster.start(node); |
|
|
|
cluster.start(node); |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* |
|
|
|
|
|
|
|
This test will be fixed on NC-2010 |
|
|
|
|
|
|
|
*/ |
|
|
|
@Test |
|
|
|
@Test |
|
|
|
|
|
|
|
@Ignore |
|
|
|
public void shouldDeployContractAndAllowLookupOfValuesAndEmittingEvents() throws Exception { |
|
|
|
public void shouldDeployContractAndAllowLookupOfValuesAndEmittingEvents() throws Exception { |
|
|
|
final EventEmitter eventEmitter = |
|
|
|
final EventEmitter eventEmitter = |
|
|
|
node.execute(transactions.createSmartContract(EventEmitter.class)); |
|
|
|
node.execute(transactions.createSmartContract(EventEmitter.class)); |
|
|
|