Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 36 million developers.
Sign up- Buenos Aires, Argentina
- Sign in to view email
- https://federicobond.com/
Popular repositories
-
solidity-parser-antlr
A Solidity parser for JS built on top of a robust ANTLR4 grammar
-
eth-mutants
👾 A mutation testing tool for Solidity contractsJavaScript 35
-
solcheck
A Solidity linter written in JS
-
soli
A set of utilities (currently in alpha) for exploring Solidity contracts
JavaScript 19
-
solidity-spec
A Solidity spec suite to test parsers for language compliance.
-
c3-linearization
A package for doing Solidity and Python-style C3-linearization in ECMAScript
394 contributions in the last year
Activity overview
Contribution activity
May 2019
April 2019
- federicobond/django-cachalot Python
Created a pull request in noripyt/django-cachalot that received 9 comments
Created an issue in PyCQA/pylint-django that received 8 comments
UnboundLocalError: local variable 'key_cls' referenced before assignment
I found this failure in my CI logs, but could not reproduce it locally. The corresponding code looks wrong but I don't know exactly how to correct …