Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Celo support #8

Merged
merged 5 commits into from Jun 17, 2020
Merged

Add Celo support #8

merged 5 commits into from Jun 17, 2020

Conversation

gakonst
Copy link
Owner

@gakonst gakonst commented Jun 11, 2020

Fixes #7

This feature and its tests are gated behind the celo feature flag.

An example of this feature in action can be found in Celo's DKG CLI

cc @kobigurk @pluriholonomic @prestwich who might be interested

@gakonst gakonst changed the title feat(types): add optional Celo support Add Celo support Jun 17, 2020
@gakonst gakonst merged commit ba5ae5a into master Jun 17, 2020
@gakonst gakonst deleted the gakonst/celo-support branch June 17, 2020 09:22
@@ -19,3 +21,25 @@ async fn pending_txs_with_confirmations_ganache() {
// got the correct receipt
assert_eq!(receipt.transaction_hash, hash);
}

#[cfg(feature = "celo")]
mod celo_tests {
Copy link
Collaborator

Choose a reason for hiding this comment

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

This will occasionally break, as alfajores is reset from time to time - I suggest you do that against mainnet

meetmangukiya pushed a commit to meetmangukiya/ethers-rs that referenced this pull request Mar 21, 2022
* feat: allow providing ens names to call & send

* feat: seth balance (w/ ens support)

* feat: seth resolve-name && lookup-address w/ stdin support

* docs: update docs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Celo support via feature flag
2 participants