The Wayback Machine - https://web.archive.org/web/20200926194749/https://github.com/topics/decentralization
Skip to content
#

decentralization

Here are 188 public repositories matching this topic...

go-spacemesh
lrettig
lrettig commented Sep 25, 2020

Description

Many of the tests in https://github.com/spacemeshos/go-spacemesh/blob/develop/cmd/node/node_test.go use goroutines to run and interact with a process concurrently. They have require statements inside these goroutines, which is a no-no because when a require statement fails inside a goroutine it does not stop the test, in some cases causing tests to hang indefinitely. Here's one s

AnthonyAkentiev
AnthonyAkentiev commented Jul 20, 2018

"но надо будет думать, как решить эту траблу нормально (походу только через isCanDo(“startVoting”) и isCanDo(“finishVoting”))

то есть сейчас owner токенов - это DAO
можно туда добавить методы startVoting() isCanDo();
и
finishVoting() isCanDo() а в StdDaoToken оставить только onlyOwner потом"

agregore-browser
RangerMauve
RangerMauve commented Sep 22, 2020

Here's some stuff I'd like to tackle for helping build up the community around agregore and stuff related to it

  • Update feature roadmap better
  • Landing page for Agregore for folks to learn about it
    • Basic overview of what it is / links to resources
    • Serve through hyper
    • Automate releases through GitHub?
    • Serve through Gemini
    • Serve through IPF

Improve this page

Add a description, image, and links to the decentralization topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the decentralization topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.