Skip to content

Tags: iotaledger/iota

Tags

v1.14.0-alpha

Toggle v1.14.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.13.1

Toggle v1.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump `iota` to `v1.13.1` (#9642)

Bump iota to `v1.13.1` in preparation for Mainnet release.

wallet-v1.5.0

Toggle wallet-v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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>

v1.13.1-rc

Toggle v1.13.1-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump `iota` to `v1.13.1-rc` (#9570)

# Description of change

Bump `iota` to `v1.13.1-rc` in preparation for `Testnet` release.

v1.13.0-beta

Toggle v1.13.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump `iota` to `v1.13.0-beta` (#9540)

Bump `iota` to `v1.13.0-beta`.

v1.13.0-alpha

Toggle v1.13.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
alexsporn Alexander Sporn
feat: bump version to v1.12.0

v1.12.0-rc

Toggle v1.12.0-rc's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump version to v1.12.0-rc (#9434)

# Description of change

Bump version to `v1.12.0-rc`.

v1.12.0-beta

Toggle v1.12.0-beta's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: bump version to v1.12.0-beta (#9387)

# Description of change

Bump version to `v1.12.0-beta` for Devnet

v1.12.0-alpha

Toggle v1.12.0-alpha's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
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