dao
Here are 367 public repositories matching this topic...
I found an issue for support of LocalDate, JetBrains/Exposed#100 but nobody asked for a time support.
https://www.postgresql.org/docs/9.1/datatype-datetime.html#DATATYPE-DATETIME-TABLE
Obviously, time can be stored with timestamp type, but I think it would be nice to have time column type.
-
Updated
May 20, 2020 - Java
-
Updated
May 26, 2020 - Java
-
Updated
Apr 18, 2017 - Java
-
Updated
Jun 4, 2020 - Java
"но надо будет думать, как решить эту траблу нормально (походу только через isCanDo(“startVoting”) и isCanDo(“finishVoting”))
то есть сейчас owner токенов - это DAO
можно туда добавить методы startVoting() isCanDo();
и
finishVoting() isCanDo() а в StdDaoToken оставить только onlyOwner потом"
-
Updated
Aug 15, 2019 - Scala
https://docs.mongodb.com/manual/reference/database-references/#dbrefs
As I understand this is useful when you have for example one-to-many (1-n) relation, and "n" isn't ref to single collection (because of Concrete Table Inheritance strategy )
-
Updated
May 1, 2020 - Java
-
Updated
Dec 5, 2019 - C++
-
Updated
Apr 11, 2020 - C++
-
Updated
Mar 16, 2017 - Scala
-
Updated
Jan 1, 2020 - Java
-
Updated
Jan 15, 2020 - Java
-
Updated
Feb 9, 2018
-
Updated
Mar 13, 2017 - Java
-
Updated
May 8, 2018 - Kotlin
Необходимо предоставить пользователям возможность проверить данные транзакции на покупку / продажу единиц зная уникальный идентификатор транзакции в Ethereum Blockchain.
--
Предлагаю для этого создать раздел на сайте ipci.io /verifytx. В данном разделе показывать поле для ввода номера транзакции и кнопку "verify". После чего сервер обратиться в Blockchain и выведет информацию следующего содерж
Use Web3Connect
-
Updated
Apr 19, 2020 - TypeScript
This should perhaps be an ongoing task to establish a glossary of sorts. Some starting points are:
- Someone connecting to the network as an end user
User - someone accessing the network, either through a DApp or by directly submitting a TX - Someone running a node
Client - a node on the network participating in Denode - Super vs. Regular nodes
Improve this page
Add a description, image, and links to the dao topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dao topic, visit your repo's landing page and select "manage topics."
Describe the bug
Any attempt to test a subscription directly to the Prisma server via Playground returns the following error:
In review of the WS transactions in the browser console, I can see I am receiving this response from the Prisma endpoint, but nothing is being logged by Pri