Skip to content

Releases: iotaledger/iota

[Devnet] v0.8.1-beta

08 Jan 08:45
5942874
Compare
Choose a tag to compare
[Devnet] v0.8.1-beta Pre-release
Pre-release

Important Changes

  • Enables protocol version 2 on all networks.
    • Slashed validator rewards do not get redistributed but are burnt during epoch change.
    • Internal computation of SystemEpochInfoEventV1 fixed, no changes in fields.
  • Genesis creation accepts an optional address_swap_map.csv file, which may be empty but has to contain the correct headers. iota-genesis-builder supports a new flag, --address-swap-map-path.
  • Adds back support for metrics pushing to our metrics infrastructure

What's Changed

Read more

IOTA Wallet v0.4.0

19 Dec 14:55
9fb6665
Compare
Choose a tag to compare

Changelog

  • chore(wallet): bump to v0.4.0 (#4552) in #c5ea33a527
  • fix(pnpm): Fix npm medium alerts (#4478) in #70ac44cda8
  • feat(wallet): improve dapp account selection in darkmode (#4531) in #22394e9854
  • fix(pnpm): Update happy-dom to 15.11.7 (#4468) in #3090a3b79d
  • feat(wallet & dashboard): fix review & send icon (#4373) in #7dbce35c6d
  • refactor(wallet,dashboard): move TransactionReceipt to core (#4280) in #21f80724fd
  • feat(wallet): polish darkmode (#4356) in #34b0e777b7
  • refactor(tooling): remove debris from tailwind.configs (#4168) in #f47fff055c
  • feat(wallet-dashboard): style stake overview (#4315) in #2fdc59eb16
  • fix(wallet-dashboard): sending max amount doesn't send the correct amount (#4252) in #fdd1b8aa33
  • fix(wallet): Proper check of tx result after signing (#4328) in #5d9ca13a47
  • feat(wallet-dashboard): style selected visual Assets (#4085) in #c7aa8e5267
  • chore(sdk): improve npm documentation (#4205) in #cedefa7e87
  • fix(tooling-wallet): Fix staking with ledger (#4296) in #e0e63a1c16
  • fix(wallet): use correct gas estimation in preview send form (#4339) in #130ccae339
  • feat(tooling): fix logo/avatar/icon image, move to core and cleanup debris (#4249) in #d12200cd20
  • refactor(tooling): Split Theme into Theme and ThemePreference (#4239) in #5494cff825
  • feat(core): Add hook with logic to check if an asset is 'Transferable'. (#4159) in #d899a6c404
  • feat(wallet): change delete account action to destructive color (#4253) in #7f082f2e82
  • fix(wallet, dashboard): use validator image when possible (#4247) in #c010a5ddd4
  • fix(wallet): toast overlay connecting dapp buttons (#4243) in #ea7499c5f4
  • feat(wallet): improve displaying assets (#4038) in #e435aa58ae
  • refactor(wallet, dashboard): remove isPayAllIota from FormValues (#4184) in #3742d78fa2
  • feat(wallet-dashboard): style selected stake (#3832) in #3662450673
  • feat(wallet): Allow ledger address verification (#4151) in #28692bfb93
  • add missing dark color in #13d3a67fc8
  • feat(wallet): add theme route and polish view (#4064) in #bd3e08add6
  • feat(wallet): update pending styles to complete darkmode support (#4058) in #6f6f5d7c85
  • feat(wallet-dashboard): add styles for Review & Send screen (#3787) in #c74d85fc1f
  • fix tooltip and positon (#4146) in #c11685e99d
  • feat(wallet-dashboard): style send entry screen (#3807) in #bacfda4489
  • feat(ui-kit): update checkbox so it is more clear when is not checked (#4141) in #3af1f53cfd
  • feat(wallet): allow unstaking at any time (#4138) in #6179e92ebf
  • chore(wallet): bump wallet to v0.3.1 (#4143) in #50ed90df61
  • fix(wallet): Handle case where timestamp is undefined in transaction-card (#4126) in #59705870bc
  • (wallet): add missing wallet identify event (#4070) in #4d8a1a920d
  • feat(wallet): add darkmode/lightmode theme selection logic (#4053) in #a6277f74cb
  • chore(wallet): bump to v0.3.0 (#4029) in #858b8360bd
  • chore(wallet): update wallet terms of service link (#4027) in #209b8d1501
  • refactor(tooling-general): Update docs links (#3980) in #f9f7c4fd17
  • feat(ts-sdk): Update .env defaults (#4025) in #d59008e850
  • feat(tooling): add sentry and amplitude analytics to wallet and explorer (#3945) in #2d8a73c85c
  • fix(wallet): show insufficient remaining funds warning logic (#3910) in #6f6971af68
  • feat(wallet-dashboard): add unstaking confirmation dialog (#3917) in #9594b82b76
  • feat(wallet-dashboard): add styles for non visual assets (#3761) in #90fdcf7cd9

[Devnet] v0.8.0-alpha

12 Dec 12:29
2b73ad7
Compare
Choose a tag to compare
[Devnet] v0.8.0-alpha Pre-release
Pre-release

Important Changes

  • Enables protocol version 2 on all networks.
    • Slashed validator rewards do not get redistributed but are burnt during epoch change.
    • Internal computation of SystemEpochInfoEventV1 fixed, no changes in fields.
  • Genesis creation requires an address_swap_map.csv file to succeed, which may be empty but has to contain the correct headers. iota-genesis-builder awaits a new flag, --address-swap-map-path.

What's Changed

Read more

IOTA Wallet v0.3.1

05 Dec 08:40
64a147f
Compare
Choose a tag to compare

Changelog

  • fix(wallet): Proper check of tx result after signing (#4328) in #64a147f825
  • fix tooltip and positon (#4146) in #b0c207d857
  • feat(ui-kit): update checkbox so it is more clear when is not checked (#4141) in #386911c586
  • feat(wallet): allow unstaking at any time (#4138) in #3cf8429dd0
  • chore(wallet): bump wallet to v0.3.1 (#4143) in #ccf4dc868f
  • fix(wallet): Handle case where timestamp is undefined in transaction-card (#4126) in #44c1fda4aa
  • (wallet): add missing wallet identify event (#4070) in #943a1f5137

[Testnet] v0.7.3-rc

29 Nov 08:41
34da09d
Compare
Choose a tag to compare

Description

  • Fixes rust total ordering panic on validators
  • System events can be queried via the Indexer RPC

What's Changed (v0.7.2-rc -> v0.7.3-rc)

  • cherry pick: feat: remove private repository ssh workarounds by @muXxer in #4139
  • fix(iota-network): PeerBalancer::new peers total order (#4197) by @lzpap in #4211
  • [cherry-pick] Fix StructTag conversion for iotax_queryEvents Indexer-RPC method (#4289) by @alexsporn in #4298
  • feat: bump iota to v0.7.3-rc by @lzpap in #4213

Full Changelog: v0.7.2-rc...v0.7.3-rc

[Testnet] v0.7.2-rc: Launch of The Public Testnet! 🎉

17 Nov 23:23
bf98615
Compare
Choose a tag to compare

What's Changed (v0.7.1-rc -> v0.7.2-rc)

Full Changelog: v0.7.1-rc...v0.7.2-rc

[Testnet] v0.7.1-rc

14 Nov 13:53
98a6820
Compare
Choose a tag to compare

What's Changed (v0.7.1-beta -> v0.7.1-rc)

What's Changed (v0.7.0-alpha -> v0.7.1-beta)

  • [cherry-pick] fix(iota-indexer): add fallback query to get total packages metric (#4043) by @lzpap in #4050
  • [cherry-pick] feat(iota/iota-sdk/iota-tool): update network URLs and docs (#4023) by @lzpap in #4051
  • feat: bump iota to v0.7.1-beta by @lzpap in #4052

What's Changed (v0.6.0-alpha -> v0.7.0-alpha)

Full Changelog: v0.6.0-alpha...v0.7.1-rc

[Devnet] v0.7.1-beta

14 Nov 11:26
0a673d4
Compare
Choose a tag to compare
[Devnet] v0.7.1-beta Pre-release
Pre-release

What's Changed (v0.7.0-alpha -> v0.7.1-beta)

  • [cherry-pick] fix(iota-indexer): add fallback query to get total packages metric (#4043) by @lzpap in #4050
  • [cherry-pick] feat(iota/iota-sdk/iota-tool): update network URLs and docs (#4023) by @lzpap in #4051
  • feat: bump iota to v0.7.1-beta by @lzpap in #4052

What's Changed (v0.6.0-alpha -> v0.7.1-beta)

Full Changelog: v0.6.0-alpha...v0.7.1-beta

[Alphanet] v0.7.0-alpha

11 Nov 14:38
daf2393
Compare
Choose a tag to compare
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0-alpha...v0.7.0-alpha

[Alphanet] v0.6.0-alpha

05 Nov 10:22
3e7e44b
Compare
Choose a tag to compare
Pre-release

Details

  • Cleanup deprecated code in protocol
  • Cleanup deprecated types in framework

What's Changed

Full Changelog: v0.5.0-alpha...v0.6.0-alpha