Closed
Description
This mainly ships these different items:
- Changes JSON library used for RADON, fixing a very old known limitation regarding processing of big numbers (RADON parses JSON integers as floats, rounding them to a different value #2315, RUSTSEC-2022-0081: json is unmaintained #2338, feat(rad): decode JSON more efficiently #2373)
- Fixes the "gaps in internal keychain" bug in the wallet component (Wallet is using internal addresses in a non-sequential way #2384, fix(wallet): allow generating transactions without persisting change addresses #2385)
- Updates codebase to latest Rust
- Fixes Prevent bridge from putting requests into oblivion if it fails to read the bytecode #2388