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/famous-mayflies-switch.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/hungry-kings-applaud.md

This file was deleted.

40 changes: 24 additions & 16 deletions apps/web/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,52 +1,60 @@
# web

## 0.1.8

### Patch Changes

- Updated dependencies [bf4a5fc]
- Updated dependencies [fb481d6]
- @3loop/transaction-decoder@0.6.0

## 0.1.7

### Patch Changes

- Updated dependencies [8310ae5]
- @3loop/transaction-decoder@0.5.0
- Updated dependencies [8310ae5]
- @3loop/transaction-decoder@0.5.0

## 0.1.6

### Patch Changes

- Updated dependencies [a6d534a]
- @3loop/transaction-decoder@0.4.0
- Updated dependencies [a6d534a]
- @3loop/transaction-decoder@0.4.0

## 0.1.5

### Patch Changes

- Updated dependencies [bcd03ed]
- Updated dependencies [eb73069]
- @3loop/transaction-decoder@0.3.0
- Updated dependencies [bcd03ed]
- Updated dependencies [eb73069]
- @3loop/transaction-decoder@0.3.0

## 0.1.4

### Patch Changes

- Updated dependencies [879da09]
- @3loop/transaction-decoder@0.2.0
- Updated dependencies [879da09]
- @3loop/transaction-decoder@0.2.0

## 0.1.3

### Patch Changes

- Updated dependencies [3c8bd17]
- @3loop/transaction-decoder@0.1.4
- Updated dependencies [3c8bd17]
- @3loop/transaction-decoder@0.1.4

## 0.1.2

### Patch Changes

- Updated dependencies [cec2752]
- @3loop/transaction-decoder@0.1.1
- Updated dependencies [cec2752]
- @3loop/transaction-decoder@0.1.1

## 0.1.1

### Patch Changes

- Updated dependencies [2010280]
- Updated dependencies [e39622b]
- @3loop/transaction-decoder@0.1.0
- Updated dependencies [2010280]
- Updated dependencies [e39622b]
- @3loop/transaction-decoder@0.1.0
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.7",
"version": "0.1.8",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
27 changes: 17 additions & 10 deletions packages/transaction-decoder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,61 @@
# @3loop/transaction-decoder

## 0.6.0

### Minor Changes

- bf4a5fc: Add automatic resolvers for contract metadata
- fb481d6: Change interpretation from jsonata to js code using QuickJS

## 0.5.0

### Minor Changes

- 8310ae5: Breaking change, update transaction decoder to use viem instead of ethers.js
- 8310ae5: Breaking change, update transaction decoder to use viem instead of ethers.js

## 0.4.0

### Minor Changes

- a6d534a: Update Effect to stable version
- a6d534a: Update Effect to stable version

## 0.3.0

### Minor Changes

- bcd03ed: Add all addresses involved in the transaction in the decode output
- eb73069: Allow having custom abi loader strategy per each chain
- bcd03ed: Add all addresses involved in the transaction in the decode output
- eb73069: Allow having custom abi loader strategy per each chain

## 0.2.0

### Minor Changes

- 879da09: Add helpers for tx interpretations using jsonata
- 879da09: Add helpers for tx interpretations using jsonata

## 0.1.4

### Patch Changes

- 3c8bd17: Use tsup to build transaction-decoder
- 3c8bd17: Use tsup to build transaction-decoder

## 0.1.1

### Patch Changes

- cec2752: Fix wrong import from effect
- cec2752: Fix wrong import from effect

## 0.1.0

### Minor Changes

- 2010280: Add a new API for resolving contract abi and contract meta
- 2010280: Add a new API for resolving contract abi and contract meta

### Patch Changes

- e39622b: Add vanila api, proxy contract resolver and other small fixes
- e39622b: Add vanila api, proxy contract resolver and other small fixes

## 0.0.1

### Major Changes

- Initial release
- Initial release
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.5.0",
"version": "0.6.0",
"description": "A library for decoding Ethereum transactions",
"types": "dist/index.d.ts",
"main": "dist/index.cjs",
Expand Down