Skip to content
#

smartcontracts

Here are 148 public repositories matching this topic...

jeromesimeon
jeromesimeon commented Feb 17, 2020

Is your feature request related to a problem? Please describe.
Cicero server only supports a single version of the cicero trigger call through the /trigger endpoint. It might be interesting to extend the cicero server API to the rest of the commands (e.g., draft invoke parse).

Other improvements could include the ability to pass or create the template from a string (binary encode

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
lorenzb
lorenzb commented Aug 27, 2018

This issue is for tracking various things that we should document:

  • "I can envision a scenario where a given client wants to prove that a transaction at index x of block y is not transaction z, but instead is transaction z'. I guess this would simply be a proof of inclusion of transaction z' and the business logic around z and z' would have to be handled at a higher customer/library consumer c
frol
frol commented Mar 25, 2020

There are plenty of big numbers represented as strings in nearcore RPC since JS does not support big integer types (u64, u128), but there are also many numbers currently incorrectly represented as JS numbers (I consider it to be a major bug in nearcore RPC, which has to be fixed before mainnet).

It makes a lot of sense to expose these values as big numbers. It is going to be a breaking change f

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

You can’t perform that action at this time.