quorum/internal/jsre
Brian Schroeder 370b9024ec Poll chain state for contract callback invocation
Previously we relied on filters to watch for block events for firing contract-
creation callback functions. With this change, we now poll the chain's state on
the javascript side using `setInterval`.

This is necessary for low-latency consensus mechanisms like Raft, where a block
event reguarly fires before the web3 layer is able to set the filter to watch
for such events.

This fixes #86.
2017-04-10 11:55:55 -04:00
..
bignumber_js.go cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
completion.go cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
completion_test.go cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
ethereum_js.go Poll chain state for contract callback invocation 2017-04-10 11:55:55 -04:00
jsre.go internal/jsre: ensure Stop can be called more than once 2016-06-02 22:49:33 +02:00
jsre_test.go cmd, console: split off the console into a reusable package 2016-05-30 17:25:23 +03:00
pretty.go rpc: add new client, use it everywhere 2016-07-22 23:21:27 +02:00