arc.js_legacy
arc.js_legacy copied to clipboard
This repository is deprecated
There is a request to get/watch for Arc-related events as each block is generated, returning the found set of events in the order in which they were fired in each...
Create wrappers for all missing schemes. This includes all the schemes in Arc/contract/schemes and several missing ones in Arc/contracts/universalSchemes.
Implement IOC/dependency injection. This will help manage (circular) dependencies and in writing more modular automated test code.
Provide config setting for globally adjusting truffle's timeout waiting for mined transactions. In `Utils.requireContract` we can do for every contract: `contract.constructor.synchronization_timeout=[number in seconds]` where 0 means no timeout
Create an event that merges CR and GP redeem events into a single PubSub event.
To eliminate calls to : getRedeemableTokensStaker getRedeemableReputationStaker getRedeemableTokensVoter getRedeemableReputationVoter getRedeemableReputationProposer getRedeemableTokensStakerBounty see daostack/arc#501
Genesis Protocol threshold function is a gas consuming function. The threshold can be calculated off chain by tracking the number of booster proposal and the parameters .
Provide finer precision on the LoggingService LogLevel. For example, allow us to turn on messages for just single modules or subsystems, particularly debugging-level messages. Otherwise the debug-level messages can be...
The Web3EventService code is complicated and I think would benefit from reorganizing for clarity and maybe a little refactoring
Enable wildcards in pubsub event specifications. For example: "TxTracking.*.kickoff" would grab all the kickoff events. If this is too hard to implement, or not considered necessary, then require that each...