Skip to content
This repository has been archived by the owner on Mar 13, 2023. It is now read-only.

Upgrade Substrate to 31d5d3 #111

Merged
merged 38 commits into from
Apr 27, 2020
Merged

Upgrade Substrate to 31d5d3 #111

merged 38 commits into from
Apr 27, 2020

Conversation

aurexav
Copy link
Member

@aurexav aurexav commented Apr 26, 2020

No description provided.

@aurexav aurexav linked an issue Apr 27, 2020 that may be closed by this pull request
@aurexav aurexav changed the title Upgrade Substrate Upgrade Substrate to 31d5d3 Apr 27, 2020
@aurexav aurexav force-pushed the xavier-upgrade-substrate branch from 8d4507f to 39ec476 Compare April 27, 2020 15:23
@@ -74,40 +107,40 @@ fn test_request_payload_format() {
#[test]
fn test_should_error_when_best_header_not_set() {
ExtBuilder::default().build().execute_with(|| {
assert_noop!(EthOffchain::relay_header(), OffchainError::BestHeaderNE);
// assert_noop!(EthOffchain::relay_header(), EthOffchainError::BestHeaderNE);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this is commented out?

set_shadow_service(None);
ExtBuilder::default()
.set_genesis_header()
.build()
.execute_with(|| {
assert_noop!(EthOffchain::relay_header(), OffchainError::APIRespUnexp);
// assert_noop!(EthOffchain::relay_header(), EthOffchainError::APIRespUnexp);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this is commented out?

ExtBuilder::default()
.set_genesis_header()
.build()
.execute_with(|| {
assert_ok!(EthOffchain::relay_header());
// assert_ok!(EthOffchain::relay_header());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review && TODO

ExtBuilder::default()
.set_genesis_header()
.build()
.execute_with(|| {
assert_ok!(EthOffchain::relay_header());
// assert_ok!(EthOffchain::relay_header());
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Review && TODO

@hackfisher hackfisher merged commit 0f84300 into master Apr 27, 2020
@aurexav aurexav deleted the xavier-upgrade-substrate branch April 28, 2020 04:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Review: Weights to u64 + Balances Weights
2 participants