Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Further bringing package up to snuff (#2)
* start on adding automated tests * missing const * lint error, latest ds-arc * more improvements locate contracts in root contracts folder fixes to package deployment moved scripts into package-scripts.js (for nps) * ability to customize paths in the build scripts * clear out travis build stuff for now * oops, travis file again * Try Travis again * just remove the friggin' thing for now * another try * All the tests are passing! * more scripts improvements * don't maintain local copy of contracts * remove contracts folder from published package * backed-out removal of contracts folder * Committing missed files * fix merge blunder, more scripts * first try at getting travis to run automated tests * fixed lint errors * try to install nps for travis * another try at installing travis test dependencies * travis try again * encore, npm * getting somewhere now * attempt to install travis dependencies locally * trying again * On ne lache pas * On lache a rien * fixed missing double quote * Clean testrpcDb, fetchDaoStackContractsFromNodeModules * v 17 of daostack-arc. Also more comments on scripts. * Cleanups, changed package name to daostack-arc-js. * Fix the wallet tests * more script improvements. * .gitignore is now working * remove contracts folder * remove contracts folder * remove contracts folder * exclude contracts folder * fixed organization.schemes, changed default value for autoRegister * improved exceptios handling, hardcode autoRegister value * fixed lint error * Update to latest arc@alpha.18 Also fixed test failures * fix travis script * another try to fix travis * another meek attempt to fix travis * compute hashes properly * dist files * fixed lint errors * fixed organization.schemes * updated testrpcDb * Changes to accomodate new arc package structure The Arc package no longer contains a build\contracts folder. So now arc-js must always migrate mainnet contracts itself. So this commit includes contracts file in repo, and associated build script changes. * Kovan contracts and further fix to org.schemes() * fixed lint errors * fixed schemeRegistrar bug. added console.log to help diagnose avatar contract issue. * lint fixes
- Loading branch information