Tags: erasureprotocol/erasure-protocol
Tags
deploy protocol v1.3.x (#319) * wip * draft v1.3 * fix breaking tests * update etherlime to v2.2.4 (#321) * broken emitWithArgs * more broken emitWithArgs * fixed tests * update testenv * bump protocol version * combine feed and stakedfeed * remove logging * add mock Dai and Uniswap to testenv * import openzeppelin contracts from source * add RegistryManager * deploy to testnet * add zeppelin contracts to testenv * update state machine version * point state machine to release branch * fix testenv CI * add staked feed test * update test runner * publish encodeCreateCall * add BurnDAI tests * add test for getters * add TokenManager tests * subgraph v1.3.0 (#329) * fix graph WIP * remove helper * fix wrong feed factory address * add contract address to all events * Fixing Feed.hashes to avoid null * Added Erasure Graph v1.3.0 on kovan, rinkeby and mainnet * Updated Graph v1.2.0 to match with pr to master Co-authored-by: Stephane Gosselin <thegostep@gmail.com> * add Deposit tests * Added v1, v2, v3 abis for @erasure/abis (#337) * Added v1, v2, v3 abis for @erasure/abis * update package.json version * Added git link to npmjs info * fixed main entry for package * remove mainnet addresses Co-authored-by: Stephane Gosselin <thegostep@gmail.com> * Added bytecode for v3 abis (#338) * Added bytecode for v3 abis * update @erasude/abis package version * Added contractObj into V2 for testEnv * v1.2.5 * bump crypto-ipfs package * clarify ratio param * Updating V3 @erasure/abis (#340) * Added contractObj into V2 for testEnv * simplify artifact and added more contracts for v3 * revert temp script in package.json * bump package version Co-authored-by: Stephane Gosselin <thegostep@gmail.com> * add graph client * update kovan address * update v100 abis * v1.3.15 * Copy v1.3 files from packages/the-graph into testenv * v1.3.17 * update authereum interface * Dynamically generate testenv/subgraph.yaml based on deploy.js addresses (#346) * Fix addresses for new contracts in testenv * Dynamically generate testenv/subgraph.yaml based on deploy.js addresses * remove authereum from testenv * move abi package * v1.3.18 * v1.3.19 * v1.3.20 * v1.3.21 * v1.3.22 * v1.3.23 * isolate testenv * 1.3 fix graphql (#348) * Get thegraph deploys working * Fix testenv CI * Remove `compile` command from testenv It now uses the pre-compiled abis * Remove unneeded yarn install for testenv * v1.3.24 * add mint() to mockERC20 * Add fields to thegraph needed by bay bot (#349) * Fix formatting for schema.graphql * Add fields to thegraph needed by bay bot * Fix handleDataSubmitted for thegraph (#350) * v1.3.0 * v1.3.1 * update kovan deployment (#351) * v1.3.25 * bump solidity version * update deps * redeploy rinkeby * set token to mainnet * fix ci * fix mock uniswap * fix failing opcode * Bump thegraph abi version to 1.3.25 (#352) * deploy v1.3.0 * v1.3.26 * update readme Co-authored-by: propulsor <propulsor.ichimoku@gmail.com> Co-authored-by: Jason Paryani <github@jparyani.com>
v1.0.0 Mainnet Deployment (#161) * add mainnet deployment scripts * typo renounceOperator, complete coverage Operated * complete coverage for Registry.sol * copy over test for transferOperator/renounceOperator * fix deployment scripts * deploy to mainnet * add fixed commit