Skip to content

Instantly share code, notes, and snippets.

View GriffGreen's full-sized avatar

Griff Green GriffGreen

View GitHub Profile
/// title: Will Manager to for a Non-Devs' Enjoyment!
/// author: Griff Green
/// notice: This Contract gives the user a chance to interact with the
///blockchain as a novice, it is not actually for Will Validation
contract WillManager {
/// notice: Making these variables public displays them in the Ethereum Wallet.
address public willOwner;
bytes32 public hashOfWill;
bytes32 public hashOfWillBeingChecked;
Raising the Proposal Deposit to 11 ETH \n
This Proposal will raise the deposit required to make a Proposal to The DAO from 2 ETH to 11 ETH. \n \n
An increase of the Proposal Deposit to **11 ETH** is expected to:\n \n
\n \n - decrease the number of poorly thought-out proposals.
\n \n - help avoid the confusion and concern that could be caused by hundreds of proposals that cannot be adequately assessed by DAO Token Holders.
\n \n - reduce the number of spam proposals and amount of proposal-graffiti on The DAO.
\n \n \n
Moreover, the time spent on reviewing proposals by DAO Token Holders should be valued. Therefore, additional value will accrue to The DAO because of this Proposal from the proposal deposits that stay with The DAO when proposals fail to reach quorum.
\n \n
Raising the Proposal Deposit to 11 ETH \n
This Proposal will raise the deposit required to make a Proposal to The DAO from 2 ETH to 11 ETH. \n \n
An increase of the Proposal Deposit to **11 ETH** is expected to:\n \n
\n \n - decrease the number of poorly thought-out proposals.
\n \n - help avoid the confusion and concern that could be caused by hundreds of proposals that cannot be adequately assessed by DAO Token Holders.
\n \n - reduce the number of spam proposals and amount of proposal-graffiti on The DAO.
\n \n \n
Moreover, the time spent on reviewing proposals by DAO Token Holders should be valued. Therefore, additional value will accrue to The DAO because of this Proposal from the proposal deposits that stay with The DAO when proposals fail to reach quorum.
\n \n

Keybase proof

I hereby claim:

  • I am griffgreen on github.
  • I am griffgreen (https://keybase.io/griffgreen) on keybase.
  • I have a public key whose fingerprint is 3460 52AB E58C B3D6 E13D 7E75 6BBC 8B72 F7D0 1423

To claim this, I am signing this object:

@GriffGreen
GriffGreen / MultisigABI.json
Created April 10, 2017 00:50
Multisig ABI/JSON
[{"constant":false,"inputs":[{"name":"_owner","type":"address"}],"name":"removeOwner","outputs":[],"type":"function"},{"constant":false,"inputs":[{"name":"_addr","type":"address"}],"name":"isOwner","outputs":[{"name":"","type":"bool"}],"type":"function"},{"constant":true,"inputs":[],"name":"m_numOwners","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[],"name":"m_lastDay","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":true,"inputs":[],"name":"version","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":false,"inputs":[],"name":"resetSpentToday","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"m_spentToday","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":false,"inputs":[{"name":"_owner","type":"address"}],"name":"addOwner","outputs":[],"type":"function"},{"constant":true,"inputs":[],"name":"m_required","outputs":[{"name":"","type":"uint256"}],"type":"function"},{"constant":false,"input
0x839395e20bbB182fa440d08F850E6c7A8f6F0780
@GriffGreen
GriffGreen / LiquidPledging_verification.sol
Created April 25, 2018 19:20
LiquidPledging_verification.sol
///File: ./contracts/ILiquidPledgingPlugin.sol
pragma solidity ^0.4.11;
/*
Copyright 2017, Jordi Baylina
Contributors: Adrià Massanet <adria@codecontext.io>, RJ Ewing, Griff
Green, Arthur Lunn