Skip to content
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: 0 additions & 5 deletions .changeset/olive-keys-draw.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/silent-games-double.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/unlucky-boxes-behave.md

This file was deleted.

10 changes: 10 additions & 0 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# web

## 0.1.21

### Patch Changes

- Updated dependencies [fddbd89]
- Updated dependencies [ff61db4]
- Updated dependencies [ff61db4]
- @3loop/transaction-decoder@0.16.0
- @3loop/transaction-interpreter@0.5.3

## 0.1.20

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "web",
"version": "0.1.20",
"version": "0.1.21",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
11 changes: 11 additions & 0 deletions packages/transaction-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# @3loop/transaction-decoder

## 0.16.0

### Minor Changes

- fddbd89: Add support for decoding calldata recursively for Multicall3 contract
- ff61db4: Return array of ABIs from AbiStrategy, this will allow us to match over multiple fragments when we have multiple matches for the same signature

### Patch Changes

- ff61db4: Propagate errors from loading ABIs up to the decoding

## 0.15.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-decoder/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3loop/transaction-decoder",
"version": "0.15.2",
"version": "0.16.0",
"description": "A library for decoding Ethereum transactions",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down
9 changes: 9 additions & 0 deletions packages/transaction-interpreter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# @3loop/transaction-interpreter

## 0.5.3

### Patch Changes

- Updated dependencies [fddbd89]
- Updated dependencies [ff61db4]
- Updated dependencies [ff61db4]
- @3loop/transaction-decoder@0.16.0

## 0.5.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/transaction-interpreter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@3loop/transaction-interpreter",
"version": "0.5.2",
"version": "0.5.3",
"description": "",
"license": "GPL-3.0-only",
"type": "module",
Expand Down