Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Refactor types #29

Merged
merged 6 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

### [0.1.16] - 2024-04-16
- Created nodebase.py for all Node base type for AST1 and AST2 nodes
- NodeDataclass/NodeList parenting mechanism added to AST1
- Created types.py for shared AST1 and AST2 types

### [0.1.15] - 2024-03-20
- Cleaned up AST2 ErrorHandler
- Removed code_errors from AST2Builder, moved to ErrorHandler.caught_errors
Expand Down
10 changes: 0 additions & 10 deletions example/Aave/interfaces/ITransferHook.sol

This file was deleted.

185 changes: 0 additions & 185 deletions example/Aave/main/AaveToken.sol

This file was deleted.

Loading
Loading