tellor-io / dataSpecs

Data specifications for oracle queries
16 stars 9 forks source link

Change delimiters #13

Closed tkernell closed 2 years ago

tkernell commented 2 years ago

What do we think about changing the queryData delimiters? Instead of double quotes, use single quotes. And instead of commas, use something else? The reasoning for this would be because solidity uses those delimiters in its abi.encode function, causing some conflicts. For example, to concatenate two strings and output bytes in solidity: abi.encode("stringOne","stringTwo")