Skip to content
#

smartcontracts

Here are 281 public repositories matching this topic...

axic
axic commented Jun 28, 2022

Whiskers' regex looks for <..> as opposed to tokenizing the input, so it is not able to detect truncated/mistyped input.

For example it can't detect that <!b is not terminated in<?b> X <!b Y </b>.

With some heuristics it could be improved: match for <?, <! and </ and only allow identifiers which are terminated with >, otherwise it is invalid.

_Originally posted by @axic in h

relyt29
relyt29 commented Nov 20, 2018

Update the compiler version for the Auction Example to 0.5.0 so we can use abi.decode. Currently not possible until the OpenZeppelin folks update their code to use the newer compiler version. On-hold, but should be an easy change

openzeppelin-solidity/contracts/access/roles/MinterRole.sol:1:1: SyntaxError: Source file requires different compiler version (current compiler is 0.5.0+commit.1d
good first issue
AnnaShaleva
AnnaShaleva commented Feb 8, 2022

Currently implemented strategy for configuration reload is not supported on Windows. SIGHUP is supported on POSIX-compliant systems, so we may want to think about another way to reload node configuration on Windows (e.g. like nats-io/nats-server#521). Affects the nspcc-dev/neo-go#1949 if we're going to support this feature on Windows.

feature helpWanted good first issue windows

Improve this page

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

Learn more