Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Updating #1

Merged
merged 277 commits into from
Jan 12, 2018
Merged

Updating #1

merged 277 commits into from
Jan 12, 2018

Conversation

anistark
Copy link
Owner

- What I did

- How I did it

- How to verify it

- Description for the changelog

- Cute Animal Picture

put a cute animal picture here.

DavidKnott and others added 30 commits November 14, 2017 08:14
Break out `test_parser.py` into test specific files
Add staticcall opcode for constant external function calls
Add checks preventing assigning values on defining types.
Fix issue #451: buggy translation of `repeat` when #iteration <= 0
fix issue #448: buggy translation of LLL operator `sha3_32`
Fix issue #449: inconsistency in checking invalid cases
DavidKnott and others added 29 commits January 3, 2018 09:43
Previously, the compiler would error ungracefully if an undefined
top-level function was called, due to an unhandled case in `Expr.call`.

The compiler now also makes suggestions when a non-existent top-level function
is mistakenly called instead of a contract method.
Add an error message for calls to undefined top-level functions
Add `.gitattributes` syntax highlighting trick
Fix err msg for functions without enough arguments
edited travis script for flake8
Remove as_num256 safety check for bytes32
@anistark anistark merged commit e4f6a17 into anistark:master Jan 12, 2018
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.