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

[robonomics] sign data and broadcast #46

Closed
Vourhey opened this issue Mar 21, 2020 · 2 comments
Closed

[robonomics] sign data and broadcast #46

Vourhey opened this issue Mar 21, 2020 · 2 comments
Labels
enhancement New feature or request
Milestone

Comments

@Vourhey
Copy link
Member

Vourhey commented Mar 21, 2020

There is a scenario where we need to broadcast a valuable data over network signed by a private key

There were few cases where we didn't need a whole stack for example:

In the examples above we didn't need a liability module (and blockchain part in particular) rather we needed IPFS part only

Launching let's say "signer only" would help to run our framework on low performance hardware like Raspberry Pi and similar ones

@akru akru added the enhancement New feature or request label Mar 22, 2020
@akru akru changed the title Enhancement: sign data and broadcast [robonomics] sign data and broadcast Mar 22, 2020
@akru
Copy link
Member

akru commented Apr 5, 2020

What's about using libp2p PeerId for each message? Every GossipsubMessage has it as source field.

PeerId could be derived by one of the following public keys:

  • Ed25519
  • RSA
  • Secp256k1

https://docs.rs/libp2p/0.17.0/libp2p/identity/enum.PublicKey.html

@akru
Copy link
Member

akru commented May 18, 2020

Implemented in pubsub module, each message has sender ID that could be used in pair with the static link to ETH/Polkadot/etc. account.

@akru akru closed this as completed May 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants