icarus -> update, increase web timeout. (#4165)
* icarus -> update, increase web timeout. * Fix estimate gas
This commit is contained in:
parent
7611bbd3ee
commit
c2f4716ee2
@ -34,7 +34,7 @@ use endpoint::EndpointPath;
|
||||
use handlers::{ContentHandler, StreamingHandler};
|
||||
use page::{LocalPageEndpoint, PageHandlerWaiting};
|
||||
|
||||
const FETCH_TIMEOUT: u64 = 30;
|
||||
const FETCH_TIMEOUT: u64 = 300;
|
||||
|
||||
pub enum ValidatorResponse {
|
||||
Local(LocalPageEndpoint),
|
||||
|
@ -903,7 +903,7 @@ impl BlockChainClient for Client {
|
||||
|
||||
Executive::new(&mut state, &env_info, &*self.engine, &self.factories.vm)
|
||||
.transact(&tx, options.clone())
|
||||
.map(|r| r.exception.is_some())
|
||||
.map(|r| r.exception.is_none())
|
||||
.unwrap_or(false)
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user