fix(rivetkit): fix BigInt serialization in inspector workflow history and state deserialization#5058
Conversation
|
🚅 Deployed to the rivet-pr-5058 environment in rivet-frontend
|
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Code Review — fix(rivetkit): fix BigInt serialization in inspector workflow history and state deserializationOverviewThis PR fixes two distinct BigInt-related bugs in the RivetKit TypeScript runtime:
Correctness
Issues1. Accidental
2. No regression tests added Both bugs are straightforward to reproduce and guard against:
Without these, the bugs could silently regress. Minor Notes
|
f4236b0 to
d9123c0
Compare
73774f1 to
cc6561e
Compare
d9123c0 to
50b18ec
Compare
50b18ec to
e7602e1
Compare
4480579 to
5c16781
Compare
e7602e1 to
e64e5c1
Compare
5c16781 to
c999f19
Compare
…y and state deserialization
e64e5c1 to
2be6cad
Compare

Description
Please include a summary of the changes and the related issue. Please also include relevant motivation and context.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes.
Checklist: