shorebird icon indicating copy to clipboard operation
shorebird copied to clipboard

feat: provide more information for debugging dex changes

Open eseidel opened this issue 1 year ago • 3 comments

When users get a warning about dex changes they sometimes don't know why.

We could probably do more to show them what changed. There exist "dex diffing" programs afaict.

eseidel avatar Jun 12 '24 17:06 eseidel

Do we have any easy way to reproduce dex changes?

erickzanardo avatar Jun 19 '24 18:06 erickzanardo

https://github.com/sisbell/dexd is another (old) attempt at this.

eseidel avatar Mar 16 '25 21:03 eseidel

https://github.com/linkedin/dex-test-parser https://github.com/bunseokbot/dexparser https://crates.io/crates/dexparser are all parser implementations.

Honestly it looks a lot like a dart snapshot, except documented, so probably not very hard to parse. We already have an LEB128 parser.

eseidel avatar Mar 16 '25 21:03 eseidel