emeraldpay / emeraldpay/dshackle

Select enabled chains for grpc upstream

Open
#37 0 comments 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Rust
Stars
350
Forks
57
PR merge metrics
No merged PRs in 30d

Description

Currently Dshackle uses all available blockchain if connected through gRPC. Make is possible to specify list of allowed blockchain that should be used instead of all.

Use only ethereum blockchain:
```
- id: remote-1
chain: ethereum
connection:
grpc: ...
```

Use only ethereum and kovan blockchains:
```
- id: remote-2
chain: [ethereum, kovan]
connection:
grpc: ...
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.