Skip to content
#

smart-contract

Here are 293 public repositories matching this topic...

leo-da
leo-da commented Mar 27, 2020
  • 400 - Bad Request (Client Error)
  • 401 - Unauthorized, authentication required
  • 404 - Not Found

JSON API reports user input errors back to the client, e.g:

{"errors":["JSON parser error: Unexpected character 'f' at input index 27 (line 1, position 28)"],"status":400}

{"errors":["Can't read null as string element for actAs"],"status":401}

However there were multiple requests

framework
fulldecent
fulldecent commented Mar 13, 2019

Large integers, like 9999999999999999999999999 are valid in JSON files and are valid as data parts in the 0xcert conventions. However these numbers are currently not representable in JavaScript in full fidelity. This violates some guarantees made by (or assumptions you might make while using) the 0xcert Framework. Workarounds are available.

Discussion

These examples are running Safari Ver

TlxTejaswi
TlxTejaswi commented Nov 2, 2018

I was researching on the various tools for Ethereum smart contract security and came across Securify. I read through in this document that Securify detects 18 critical vulnerabilities in Ethereum smart contracts. Can someone kindly consider my humble request fo

clesaege
clesaege commented Dec 27, 2017

See the example of should-refill in http://1corp.io/snow/docs

-Function with the prefix should_ and the same parameters.
-Return True if need to call.

Ideally the standard should allow to do:
When function1 with args1 of contract1 returns true, call function2 with args2 of contract.

A deamon could watch the blockchain, calling function1 with args1 of contract1 at repeated interval. When

Improve this page

Add a description, image, and links to the smart-contract 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 smart-contract topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.