Skip to content

Commit

Permalink
chore: demo.tape & gitignore updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 14, 2024
1 parent 34e627d commit 2aee426
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -124,4 +124,5 @@ version.py
*.swp
*.swo

Notes.md
Notes.md
sPost*
32 changes: 28 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,36 @@

All notable changes to this project will be documented in this file.

## [0.0.5] - 2024-07-14

### 🚀 Features

- Functions with multiple parameters can be called using the call method

### 🐛 Bug Fixes

- Test_call_a_view_contract test fixed

### ⚙️ Miscellaneous Tasks

- Pyblish workflow updated

## [0.0.4] - 2024-07-13

### 📚 Documentation

- Fixed docs no rendering issue
- Authors.md added & mkdocs updated

### ⚙️ Miscellaneous Tasks

- Updated workflows
- Pyproject.toml refactored to work as a plugin for ape & usage gif updated & version updated to 0.0.4
- Changelog updated with version 0.0.4 logs
- Readme updated with new plugin example use

## [0.0.3] - 2024-07-13

### 🚀 Features

- Added functions to Decode ABI-encoded input & ABI encode the given function arguments
Expand All @@ -24,8 +52,6 @@ All notable changes to this project will be documented in this file.
- Updated demo.gif
- Readme updated
- Changelog updated
- Fixed docs no rendering issue
- Authors.md added & mkdocs updated

### 🧪 Testing

Expand All @@ -44,7 +70,5 @@ All notable changes to this project will be documented in this file.
- Renamed cli tool to ape_utils & added method to just print the encoded signature
- Workflows updated
- Deps added for commitizen
- Updated workflows
- Pyproject.toml refactored to work as a plugin for ape & usage gif updated & version updated to 0.0.4

<!-- generated by git-cliff -->
2 changes: 1 addition & 1 deletion demo.tape
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Set Framerate 60
Type "ape_utils --help"
Enter 1
Sleep 3s
Type "ape_utils call --function-sig 'call_this_view_function(uint256)(string)' --address '0x80E097a70cacA11EB71B6401FB12D48A1A61Ef54' --args 6147190 --network :sepolia:infura"
Type "ape_utils call --function-sig 'call_this_view_function(uint256)(string)' --address '0x80E097a70cacA11EB71B6401FB12D48A1A61Ef54' --args [6147190] --network :sepolia:infura"
Enter 1
Sleep 5s
Type "# Run as ape plugin"
Expand Down

0 comments on commit 2aee426

Please sign in to comment.