Skip to content

Commit

Permalink
rewrote the token balance contract
Browse files Browse the repository at this point in the history
  • Loading branch information
kvhnuke committed Sep 25, 2018
1 parent 9eb1b2b commit 0bdaf54
Show file tree
Hide file tree
Showing 25 changed files with 25,335 additions and 18,696 deletions.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
9 changes: 9 additions & 0 deletions .soliumrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"extends": "solium:recommended",
"plugins": ["security"],
"rules": {
"quotes": ["error", "double"],
"indentation": ["error", 4],
"security/no-inline-assembly": "off"
}
}
9,902 changes: 5,020 additions & 4,882 deletions build/contracts/BytesToTypes.json

Large diffs are not rendered by default.

Loading

0 comments on commit 0bdaf54

Please sign in to comment.