Struct ethcore_rpc::v1::tests::helpers::TestUpdater [] [src]

pub struct TestUpdater { /* fields omitted */ }

Test implementation of fetcher. Will always return the same file.

Methods

impl TestUpdater
[src]

Update the (faked) current block.

Update the (faked) current block.

Trait Implementations

impl Default for TestUpdater
[src]

Returns the "default value" for a type. Read more

impl UpdateService for TestUpdater
[src]

Is the currently running client capable of supporting the current chain? We default to true if there's no clear information. Read more

The release which is ready to be upgraded to, if any. If this returns Some, then execute_upgrade may be called. Read more

Actually upgrades the client. Assumes that the binary has been downloaded. @returns true on success. Read more

Our version info.

Information gathered concerning the release.