Skip to content
#

decentralization

Here are 159 public repositories matching this topic...

beaker
richardcrichardc
richardcrichardc commented Mar 21, 2020

In the text in section 3.3 of the manual it says: Let’s give it tag ID 100

Then in the example, has switched to tag id 10:

  {
    "type": "MATCH_TAGS_DIFFERENCE",
    "not": false,
    "or": false,
    "id": 10,
    "value": 0
  }, 

And following paragraph: difference between tags with tag ID 10 is zero

Looks like a typo and all should either be 10 or 100.

5a384507-18ce-417c-bb55-d4dfcc8883fe
5a384507-18ce-417c-bb55-d4dfcc8883fe commented Mar 4, 2020

Description

The mentioned section should be moved to the wiki since it looks like a better place to archive that kind of information, also each web site listed there can be better described, and it will give the main page a better and smoother appearance.

Instead, a sign that shows people that the wiki exists, and that they could find more in depth information about specific software, pr

vxcamiloxv
vxcamiloxv commented May 31, 2019

Due https://ofirehose.com is down for a while and is promoting a kind of centralized service we should change the default option and suggestions from https://ofirehose.com to something like https://ofirehose.yourdomain.com, the documentation must be updated to redirect to the ofirehose repo and invite to install an instance.

also in my instance and like others, we live without ofirehose

go-spacemesh
almogdepaz
almogdepaz commented Apr 30, 2019

Our conversion functions (from one type to another) use different naming.

E.g. in common/types/encode.go, we have BlockIdsAsBytes ("as"), but BytesToBlockIds ("to").

Some methods on types have the same issue, e.g.

(id BlockID) AsHash32()

vs.

(id NodeID) ToBytes()

We should use the same naming convention for all conversion functions. I personally l

leoloso
leoloso commented Sep 2, 2019

For, at least, the following use cases:

  • Lesson 1 - Hello World!
  • Lesson 2 - Configuration
  • Lesson 3 - Loading Database Data
  • Lesson 4 - Loading Relational Objects
  • Lesson 5 - Filters
  • Lesson 6 - Executing Operations
  • Lesson 7 - Forms
  • Lesson 8 - Posting Data
  • Lesson 9 - Validations and User State
  • Lesson 10 - Preloading Views
  • Lesson 11 - Multidomain
  • Lesson 12 - Changin
AnthonyAkentiev
AnthonyAkentiev commented Jul 20, 2018

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

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

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.