Skip to content

Commit

Permalink
Point to latest crowdloan changes (#709)
Browse files Browse the repository at this point in the history
* Point cargo lock and unginore tests

* Update types
  • Loading branch information
girazoki authored Aug 19, 2021
1 parent 72953da commit 8fc0f6d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions moonbeam-types-bundle/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -713,6 +713,7 @@ export const moonbeamDefinitions = {
RewardInfo: {
total_reward: "Balance",
claimed_reward: "Balance",
contributed_relay_addresses: "Vec<RelayChainAccountId>",
},
RegistrationInfo: {
account: "AccountId",
Expand Down
2 changes: 0 additions & 2 deletions runtime/moonriver/tests/integration_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -544,7 +544,6 @@ fn initialize_crowdloan_addresses_with_batch_and_pay() {
});
}

#[ignore]
#[test]
fn claim_via_precompile() {
ExtBuilder::default()
Expand Down Expand Up @@ -844,7 +843,6 @@ fn reward_info_via_precompile() {
})
}

#[ignore]
#[test]
fn update_reward_address_via_precompile() {
ExtBuilder::default()
Expand Down

0 comments on commit 8fc0f6d

Please sign in to comment.