Skip to content

Commit

Permalink
Merge pull request #3 from dapperlabs/pivot-to-1271
Browse files Browse the repository at this point in the history
Pivot to ERC-1271 from ERC-725
  • Loading branch information
pazams committed Mar 27, 2019
2 parents aa5f78d + bee7df8 commit b228270
Show file tree
Hide file tree
Showing 7 changed files with 417 additions and 637 deletions.
25 changes: 25 additions & 0 deletions ERCs/ERC1271.abi
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
[
{
"constant": true,
"inputs": [
{
"name": "hash",
"type": "bytes32"
},
{
"name": "_signature",
"type": "bytes"
}
],
"name": "isValidSignature",
"outputs": [
{
"name": "magicValue",
"type": "bytes4"
}
],
"payable": false,
"stateMutability": "view",
"type": "function"
}
]
199 changes: 199 additions & 0 deletions ERCs/ERC1271.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b228270

Please sign in to comment.