Skip to content

Releases: Aviksaikat/ape-utils

0.0.6

21 Jul 20:02
a75a77c
Compare
Choose a tag to compare

Changes

  • feat: added option to read contract storage from slot @Aviksaikat (#13)

Special thanks to: @Aviksaikat

0.0.5

14 Jul 08:19
Compare
Choose a tag to compare

Changes

[0.0.5] - 2024-07-14

🚀 Features

  • Functions with multiple parameters can be called using the call method #9
  • completed: #3 #4 #5

🐛 Bug Fixes

  • Test_call_a_view_contract test fixed

⚙️ Miscellaneous Tasks

  • Published workflow updated

Special thanks to: @Aviksaikat

0.0.4

13 Jul 17:42
Compare
Choose a tag to compare

Changes

⚙ Miscellaneous Tasks

  • Pyproject.toml refactored to work as a plugin for ape

Special thanks to: @Aviksaikat

Full Changelog: v0.0.3...v0.0.4

0.0.3

13 Jul 06:35
Compare
Choose a tag to compare

Changes

[0.0.3] - 2024-07-13

🚀 Features

  • Added functions to Decode ABI-encoded input & ABI encode the given function arguments
  • Implemented encode_calldata, decode_calldata functions to encode calldata for a given function signature and arguments which will use selectors & updated old encode & decode options to abi_encode & abi_decode respectively
  • Added option to pass network and provider using ape's native network parsing. added docs workflows

🐛 Bug Fixes

  • Fixed deps missing the test workflow
  • Missing python version & updated codecov workflow
  • Typo fixed in utils.py file
  • Typo fixed in test.yml workflow

📚 Documentation

  • Changelog added
  • Changelogs updated
  • Updated demo.gif
  • Readme updated
  • Changelog updated

🧪 Testing

  • Added tests

⚙️ Miscellaneous Tasks

  • Project setup & management moved to hatch
  • Trying to figure out a way. updated dependencies of the project
  • Call_view_function function working using multicall for now. have to work on cli version.project restructured to src/ layout
  • Code refactored & working on fixing the cli
  • Pyproject.toml updated & added precommit hooks
  • Readme updated & demo added. Cli fixed & can be used as ape_call
  • Readme updated & cli changed
  • Added ape, ethpm_types as deps
  • Renamed cli tool to ape_utils & added method to just print the encoded signature
  • Workflows updated
  • Deps added for commitizen
  • Updated workflows

Special thanks to: @Aviksaikat, @dependabot[bot]