rchain-community / rgov

RChain liquid democracy demo: capability sharing, mailbox, directory, chat, ...
https://rchain-community.github.io/rgov/
10 stars 14 forks source link

use cross-chain transfer voting example as stating point. #25

Closed jimscarver closed 3 years ago

jimscarver commented 4 years ago

https://github.com/rchain/rchain/blob/ce55a8adc349c05f62fb94fa028138ab93c71780/rholang/src/main/rholang/cross-shard.rho

The model of mailboxes and ballots could be used with tickets / unforgeable names

dckc commented 4 years ago

somehow this got into the mater branch already. hm.

https://github.com/rchain-community/rv2020/blob/master/cross-shard.rho

jimscarver commented 4 years ago

I deleted it from the master branch. I do not know if it will be good for anything but it seems worth looking at.

dckc commented 4 years ago

It's definitely worth looking at. I didn't go as far as deleting it... it wasn't much of a problem (certainly no more than the o2r directory). I don't mind that you deleted it for now either... it's still available in any number of places.

But moving forward, let's keep stuff in branches / issues until there's support from multiple participants.

Ideally, code stays on a branch until there are automated tests that have passed a ci process.

Bill-Kunj commented 3 years ago

@dckc @jimscarver Can this issue be closed?

dckc commented 3 years ago

I can't speak for @jimscarver but for my purposes, yes, WorkingGroup.rho has the interesting parts of the cross-chain transfer voting stuff: voting using sealers and unsealers.