Tags: iotaledger/iota
Tags
fix(ts-sdk): Make the `codegen` script sequential as otherwise it mig… …ht behave incorrectly (#9283) Sometimes I had to run it twice to properly generate what was missing. Whether I was hallucinating or not, these changes are good Co-authored-by: msarcev <mario.sarcevic@iota.org>
feat(wallet): refactor onboarding and fix app tests (#9525) # Description of change Add new assets to the wallet, refactor onboarding pages, add more icons to `ui-icons` and fix app tests ## Links to any relevant issues Fixes #9477 ## How the change has been tested - [x] Basic tests (linting, compilation, formatting, unit/integration tests) - [x] Patch-specific tests (correctness, functionality coverage) - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have checked that new and existing unit tests pass locally with my changes --------- Co-authored-by: Marc Espin <mespinsanz@gmail.com>
chore: bump `roaring` dependency (#9524) ## Links to any relevant issues Fixes #9519 ## How the change has been tested - [ ] Basic tests (linting, compilation, formatting, unit/integration tests) - [ ] Patch-specific tests (correctness, functionality coverage) - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have checked that new and existing unit tests pass locally with my changes
feat(consensus): limit synchronizer parallelism for live and periodic… ( #9344) [run-ci] # Description of change This is a PR to test a potential fix for an issue with the synchronizer. It limits parallelism of fetching blocks in the Synchronizer and implements an additional filter to avoid processing redundantly fetched blocks which should reduce CPU usage. ## Links to any relevant issues Resolves #9357 ## How the change has been tested - [x] Basic tests (linting, compilation, formatting, unit/integration tests) - [x] Patch-specific tests (correctness, functionality coverage) - [x] I have added tests that prove my fix is effective or that my feature works - [x] I have checked that new and existing unit tests pass locally with my changes
PreviousNext