permaweb / ao

The ao component and tools Monorepo - 🐰 🕳️ 👈
https://cookbook_ao.arweave.dev
Other
190 stars 63 forks source link

fix(json): modify json.lua to support larger numbers #1053

Open dtfiedler opened 1 month ago

dtfiedler commented 1 month ago

This is one approach, there are many ways to handle. But given wasm64 and lua 5.3+ support 64 bit integers more precision should be given to raw numbers when encoding.

Fixes https://github.com/permaweb/ao/issues/1054