orenyodfat

Results 52 comments of orenyodfat

@dkent600 re "That functionality does not allow one to go back in time, only to watch going forward" you can get past events also using web3

re the api : How about make it simpler api ? something like : `arc.js.subscribesToEvents(contractsAddressesList,EventsNameList,fromBlock,toBlock,callback) ` The callback will be called back once there is an event in the blocks...

Thanks @dkent600 . which function the client need to call to get these events ? It suppose to be simple

@dkent600 could you please share how the api will looks like (its name and signature) and how it could be used ?

this funcs will not be removed. we might consider to make these internal.

@dkent600 how do you know if it is arc or non-arc voting machine ?

Arc.js should support offchain threshold calculation . If it can so why not On Fri, 27 Jul 2018 at 17:34 Doug Kent wrote: > See daostack/arc#500 (comment) > > >...

Let’s remember that we would like to enable cheap and fast usage of the stack .following this concept the user:client should access the Blockchain only if it must to and...

we are using @openzeppelin/upgrades and @openzeppelin/contracts-ethereum-package in our project . We implemented a [DAOFactory ](https://github.com/daostack/arc/blob/arc-factory/contracts/utils/DAOFactory.sol) contract which is based(and use) on @openzeppelin/upgrades. We would like to be able to compile...