Commit Graph

  • d410d156ca bounty manager first commit bounty-manager Ricardo Guilherme Schmidt 2018-02-14 21:21:03 -0200
  • 9671bd9f44 Factory and DelegatedCall Instance multiple-tokens Ricardo Guilherme Schmidt 2018-02-13 19:18:33 -0200
  • 9cb7cb31ae lint Ricardo Guilherme Schmidt 2018-02-13 15:52:01 -0200
  • b97d98f1e7 typo fix and more comments Ricardo Guilherme Schmidt 2018-02-13 14:48:59 -0200
  • febb5e65be pragma fix Ricardo Guilherme Schmidt 2018-02-13 14:36:19 -0200
  • 294c3ba7ce add Solidity linguist support master Ricardo Guilherme Schmidt 2018-02-13 14:34:57 -0200
  • a61b1c3d5e add Solidity linguist support Ricardo Guilherme Schmidt 2018-02-13 14:32:15 -0200
  • 7585b369dd improved token support, removed non essential data (strings), added state machine, improved trustlessness, added escape hatch by timeout Ricardo Guilherme Schmidt 2018-02-13 13:51:40 -0200
  • bbb565f8b4 insert approveAndCall support and auto refundable eth deposits Ricardo Guilherme Schmidt 2018-02-02 12:01:12 -0200
  • 1d56f09a3c remove arbitrer Ricardo Guilherme Schmidt 2018-01-19 15:56:36 +0000
  • e40a1805ed rewrote all of the tests, fixed some bugs in the standardbounty contract mbeylin 2018-01-10 15:54:16 -0500
  • 7547cd6228 added contribution refundability (if users so desire) mbeylin 2018-01-05 21:00:04 -0500
  • f28d725ba7 moved initialization out of constructor so proxies may use it mbeylin 2018-01-04 15:32:18 -0500
  • 8cadb6c08e added function to upgrade to a new version of StandardBounty mbeylin 2018-01-03 17:53:18 -0500
  • 514b9827ad finalized revisions mbeylin 2018-01-03 17:44:47 -0500
  • 0644d29bbf added use of libraries mbeylin 2017-12-21 00:53:56 -0500
  • f00b5a933b
    Merge pull request #19 from ConsenSys/no-changing-tokens Mark Beylin 2017-12-19 13:47:39 -0500
  • 48c7069acd updated addresses no-changing-tokens mbeylin 2017-12-19 13:23:44 -0500
  • 018ca9fd78 updated docs mbeylin 2017-12-19 13:22:33 -0500
  • d9c348f9b8 removed changing tokens mbeylin 2017-12-07 17:38:12 -0500
  • 84b8bd919b fixed the way we handle tokens, now each bounty can pay out in a myriad of tokens mbeylin 2017-12-06 01:09:09 -0500
  • 1bed8bf2a9 added gitter button mbeylin 2017-11-15 20:25:07 -0500
  • 2f9e601d82 added codeship chip mbeylin 2017-11-15 18:48:46 -0500
  • 85d93baa17 bumped version numbers to 4.18 as deployed on mainnet mbeylin 2017-11-15 18:39:04 -0500
  • 7f67a468d0 updated truffle.json mbeylin 2017-11-15 18:37:18 -0500
  • bf953940e5 removed comma mbeylin 2017-11-15 18:33:07 -0500
  • 6990c0e0ed removed standard mbeylin 2017-11-15 18:31:23 -0500
  • 9e69f9a5a2 added package for automated installs mbeylin 2017-11-15 18:13:55 -0500
  • 160f72147d updated data schema mbeylin 2017-11-15 17:38:00 -0500
  • 23e5ad649e updated categories and data schema mbeylin 2017-11-15 11:12:10 -0500
  • f31e11cf42 updated readme mbeylin 2017-11-08 15:09:56 -0500
  • 451e9ed3fe updated docs to most recent version of the contract mbeylin 2017-10-30 22:56:09 -0400
  • 610cbb3df6
    Merge pull request #16 from ConsenSys/no-fulfillment-payment Mark Beylin 2017-10-30 12:21:40 -0400
  • f43667d936 fixed balance check no-fulfillment-payment mbeylin 2017-10-30 12:17:39 -0400
  • eb2e8f6a50 updates to tests mbeylin 2017-10-24 15:20:10 -0400
  • d308f0200e passing all tests mbeylin 2017-10-23 16:35:54 -0400
  • 0b64ba637a passes ETH tests, not yet token tests mbeylin 2017-10-23 16:04:02 -0400
  • 86e68f4c0e updated tests mbeylin 2017-10-20 15:12:28 -0400
  • d7d20f04a1 small bug fixes based on Berkely Blockchain team audit mbeylin 2017-10-19 16:03:57 -0400
  • 7da4a5365a updated docs mbeylin 2017-10-09 12:11:01 -0400
  • d37016702b fixed styling mbeylin 2017-10-09 11:43:19 -0400
  • bba3d57494 added data schema + mainnet address mbeylin 2017-10-09 11:42:23 -0400
  • 237d32359d more re-entrancy protections, fixed small bug mbeylin 2017-10-06 13:52:47 -0400
  • 8a5ea978af updated docs mbeylin 2017-10-05 12:14:46 -0400
  • 0b8ab6b98b more re-entrancy protections in killBounty and changePaysTokens() mbeylin 2017-10-05 12:09:47 -0400
  • e04777d82a removed BN, updated userComments, fixed getter mbeylin 2017-10-04 13:01:59 -0400
  • 1056a335c4 fixed getter name mbeylin 2017-10-02 17:50:04 -0400
  • 32507ef5ee added getter for the total number of bounties mbeylin 2017-10-02 16:17:16 -0400
  • ff59204635 updated docs mbeylin 2017-10-02 14:41:59 -0400
  • 4243fac662 implemented sending $ on payout increase mbeylin 2017-10-02 14:40:30 -0400
  • e8e49abf06 added modifier to ensure that a bounty can't have more than 2^256 fulfillments mbeylin 2017-10-02 13:07:29 -0400
  • a06f92f463 added a modifier to ensure the bounty can't overflow the 2^256 limit on the number of bounties the contract can hold. mbeylin 2017-10-02 13:06:03 -0400
  • 2fe3c382f8 updated license, removed comments mbeylin 2017-10-02 12:51:53 -0400
  • 6e66beadc6 Merge pull request #14 from ConsenSys/no-new-contract-no-milestones Mark Beylin 2017-10-02 12:49:03 -0400
  • b782b00863 bumped version number due to breaking changes no-new-contract-no-milestones mbeylin 2017-10-02 12:46:55 -0400
  • 97d00b72d6 bumped version number due to breaking changes mbeylin 2017-10-02 12:46:14 -0400
  • 1f9f037fe6 updated docs, full test suite mbeylin 2017-10-02 12:45:17 -0400
  • 67d668fd30 testing many bounties in the same contract mbeylin 2017-10-02 12:00:17 -0400
  • 5bc2b7231b beginning of multiple bounties in the same contract tests mbeylin 2017-10-02 01:04:30 -0400
  • 875f45ee10 added tokens contracts mbeylin 2017-10-02 00:38:15 -0400
  • 06a2a6a6f4 new tests for ETH bounties mbeylin 2017-10-01 23:25:03 -0400
  • 277995e85b upgraded getbounty function, added issueAndActivate capabilities mbeylin 2017-09-30 15:50:18 -0400
  • 8c46c067b3 added tokens, file name change, bug fixes mbeylin 2017-09-30 14:33:29 -0400
  • 6e63307b3f finally it compiles mbeylin 2017-09-29 20:05:31 -0400
  • 9cd5ec3bb8 better, but stack too deep error persists no-new-contract mbeylin 2017-09-29 18:49:05 -0400
  • aee2d742ce more progress, still getting a recursive error from solidity compiler mbeylin 2017-09-29 18:04:47 -0400
  • e33e2b5f9f first pass mbeylin 2017-09-29 16:59:42 -0400
  • b20b4aeec8 removed whitespace old-version mbeylin 2017-09-28 15:25:48 -0400
  • 5303a174dd removing whitespace mbeylin 2017-09-28 15:18:08 -0400
  • c78be1a4ac Merge pull request #13 from ConsenSys/commenting Mark Beylin 2017-09-28 15:06:15 -0400
  • 2b930132cb removing build folder commenting mbeylin 2017-09-28 15:05:34 -0400
  • 5f6e8c2c52 more testing on increaseFulfillmentAmount function mbeylin 2017-09-28 15:04:36 -0400
  • 65e1975457 updated tests mbeylin 2017-09-28 14:52:29 -0400
  • 7bfdfde51e fixed bugs, updated tests mbeylin 2017-09-28 14:01:55 -0400
  • 25f08946e4 changed how unpaid amount was calculated, added an increaseFulfillmentAmount method mbeylin 2017-09-28 13:21:01 -0400
  • 3f14287951 Merge pull request #12 from ConsenSys/commenting Mark Beylin 2017-09-27 21:19:35 -0400
  • ae793ea4ef based on code review, no more accepting the same bounty twice, stops using tx.origin mbeylin 2017-09-27 21:13:56 -0400
  • 832243dc95 user comments contract mbeylin 2017-09-25 16:52:21 -0400
  • b4bc3e59a7 correct factory used for correct bounty type mbeylin 2017-09-23 20:28:40 -0400
  • 1d4682cd7c protecting against re-entrancy attack mbeylin 2017-09-21 17:37:16 -0400
  • b45e4b7952 changed param ordering, more tests, rearchitected the factory into sub-factories for each type of bounty mbeylin 2017-09-05 11:51:10 -0400
  • 75a84b70d7 reduced contract sizing, factory now allows for token bounty creation mbeylin 2017-09-01 15:31:27 -0400
  • 43ec48cabf added factory tests, ability to remove bounties mbeylin 2017-08-30 18:39:10 -0400
  • 95f6ca42ea removed useless solidity test mbeylin 2017-08-28 16:33:06 -0400
  • 4e037b8071 updated docs mbeylin 2017-08-28 16:25:04 -0400
  • 760ec1609c remove extra files mbeylin 2017-08-28 10:16:58 -0400
  • 47d1f687e4 updated tests mbeylin 2017-08-28 10:16:36 -0400
  • fe2610078c reorganized contracts mbeylin 2017-08-25 11:14:24 -0400
  • d05254189b added safemath mbeylin 2017-08-25 11:10:49 -0400
  • d46699dbae bug fixes and more tests mbeylin 2017-08-24 12:16:31 -0400
  • 008dacce18 tests & fixes mbeylin 2017-08-14 11:15:02 -0400
  • 84b00d56f9 lots of new tests added, a couple of bug fixes, bumped solidity version mbeylin 2017-08-10 15:01:47 -0400
  • 105e100faf updated docs mbeylin 2017-08-09 10:17:17 -0400
  • 1b39ef4c51 more bug fixes mbeylin 2017-08-08 14:47:16 -0400
  • de85bd632e updated readme for change in fulfillment permissions mbeylin 2017-08-08 12:34:37 -0400
  • 074755d4d6 Merge pull request #11 from ConsenSys/multiplemilestones mbeylin 2017-08-08 12:31:15 -0400
  • a426de2798 syntax error multiplemilestones mbeylin 2017-08-08 12:29:12 -0400
  • 74fefc03e7 bug fixes and cleaning up mbeylin 2017-08-08 12:23:25 -0400
  • f22acd7953 more docs, more bug fixes mbeylin 2017-08-07 15:35:40 -0400
  • 96ede393cc Merge pull request #10 from ConsenSys/develop mbeylin 2017-07-05 12:53:45 -0400