Git Commit Signing
Windows
.gitconfig
[user]
signingkey = <GPG_KEY_ID>
[commit]
gpgsign = true
My Awesome Sketch | |
Untouched | |
focus -> Invalid | |
Invalid | |
blur -> Valid | |
Valid |
.gitconfig
[user]
signingkey = <GPG_KEY_ID>
[commit]
gpgsign = true
My Awesome Sketch | |
First State | |
some event -> Second State | |
Second State |
Single-lever mixer tap | |
Closed* | |
flip lever -> Open | |
Open | |
flip lever -> Closed | |
Hot | |
turn tap -> Cold | |
Cold | |
turn tap -> Hot |
Arguments: | |
/usr/local/bin/node /usr/local/Cellar/yarn/1.3.2/libexec/bin/yarn.js | |
PATH: | |
/Users/luke/go/src/github.com/meta-network/go-meta/bin:/Users/luke/go/bin/geth:/Users/luke/go/bin/swarm:/Users/luke/go/bin/geth:/Users/luke/go/bin/swarm:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Users/luke/go/bin:/usr/local/go/bin | |
Yarn version: | |
1.3.2 | |
Node version: |
0x6c8Ac91C398b3a47E6548685e18E0838C301B7a5 |
pragma solidity ^0.4.18; | |
// import './SomeContract.sol'; | |
contract HelloYou { | |
event Hello(address you); | |
function sayHello() public { | |
address _person = msg.sender; | |
pragma solidity ^0.4.18; | |
contract Echo { | |
event Echoed(uint echoValue); | |
function echo(uint _value) public returns (uint) { | |
Echoed(_value); | |
return _value; | |
} |
signatures[_targetmetaid][_metadataitemidhash] = [ | |
{ signer, item_digest, signature_digest } | |
] | |
signatures[sha3('beyonce.id.meta')][sha3('aux/twitter')] = [ | |
{ namehash(sony.id.meta), sha3('@beyonce'), sign(sha3('@beyonce') } | |
] |
compose.js:30 Uncaught TypeError: b.apply is not a function | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:18) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/compose.js?:30:14) | |
at eval (webpack:///./node_modules/redux/es/applyMiddleware.js?:43:100) | |
at eval (webpack:///./node_modules/farce/lib/createHistoryEnhancer.js?:57:51) | |
at configureStore (webpack:///./app/core/store/index.js?:60:15) | |
at eval (webpack:///./app/core/containers/Root.js?:34:65) | |
at Object.<anonymous> (http://localhost:3000/bundle.js:3010:1) | |
at __webpack_require__ (http://localhost:3000/bundle.js:20:30) |