Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: rename encodeAbi & decodeAbi + add inferred return types to decodeAbiParameters #85

Merged
merged 9 commits into from Feb 27, 2023

Conversation

jxom
Copy link
Member

@jxom jxom commented Feb 22, 2023

  • Renaming encodeAbi and decodeAbi to encodeAbiParameters and decodeAbiParameters to align closer with the terminology of future ABI utilities such as: parseAbiParameters, parseAbi, etc...
  • Adding in inferred return types to decodeAbiParameters.

@changeset-bot
Copy link

changeset-bot bot commented Feb 22, 2023

🦋 Changeset detected

Latest commit: 17dfe66

The changes in this PR will be included in the next version bump.

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Feb 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
viem-playground ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 27, 2023 at 8:46PM (UTC)
viem-site ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 27, 2023 at 8:46PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 22, 2023

Size Change: +260 B (+1%)

Total Size: 43.6 kB

Filename Size Change
dist/chains.js 1.3 kB -3 B (0%)
dist/chunk-4B2N36KZ.js 0 B -5.77 kB (removed) 🏆
dist/chunk-D7YEIB4Z.js 0 B -23.8 kB (removed) 🏆
dist/chunk-JRZGGDNZ.js 0 B -1.39 kB (removed) 🏆
dist/chunk-OC4K5YEX.js 0 B -1.74 kB (removed) 🏆
dist/chunk-TVS6NBV3.js 0 B -1.72 kB (removed) 🏆
dist/contract.js 486 B +9 B (+2%)
dist/index.js 4.55 kB +8 B (0%)
dist/public.js 469 B -2 B (0%)
dist/utils/index.js 945 B +6 B (+1%)
dist/abi.js 217 B +217 B (new file) 🆕
dist/chunk-26L5MHSI.js 1.74 kB +1.74 kB (new file) 🆕
dist/chunk-EAS5XXPP.js 1.38 kB +1.38 kB (new file) 🆕
dist/chunk-SOOKYAUG.js 1.72 kB +1.72 kB (new file) 🆕
dist/chunk-T2VRNBVO.js 5.77 kB +5.77 kB (new file) 🆕
dist/chunk-WVHYXFHT.js 23.8 kB +23.8 kB (new file) 🆕
ℹ️ View Unchanged
Filename Size
dist/ens.js 354 B
dist/test.js 520 B
dist/wallet.js 306 B
dist/window.js 67 B

compressed-size-action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant