Skip to content

Commit

Permalink
Merge pull request #29 from Zellic/refactor-types
Browse files Browse the repository at this point in the history
Refactor types
  • Loading branch information
t81lal authored Apr 17, 2024
2 parents 66fa625 + 99530e7 commit a5f7adc
Show file tree
Hide file tree
Showing 52 changed files with 2,744 additions and 15,326 deletions.
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

0 comments on commit a5f7adc

Please sign in to comment.