Skip to content

Commit

Permalink
chore: updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Aviksaikat committed Jul 13, 2024
1 parent 080b491 commit ff09396
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Release

on:
release:
types: [released]
push:
tags:
- 'v*'

jobs:
test:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
python-version: ["3.9", "3.10", "3.11"]
# * Don't need to run on all versions as hatch matrix will do the job
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand Down
16 changes: 15 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,32 @@

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

## \[0.0.3\] - 2024-07-12
## \[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

Expand All @@ -28,5 +40,7 @@ All notable changes to this project will be documented in this file.
- 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

<!-- generated by git-cliff -->

0 comments on commit ff09396

Please sign in to comment.