Releases: hashgraph/hedera-transaction-tool
Releases · hashgraph/hedera-transaction-tool
v0.7.0
What's Changed
Enhancements
- feat: reorder buttons in migration personal by @SvetBorislavov in #1393
- feat: upgrade pinia from 2.2.6 to 2.3.0 by @hedera-eng-infrastructure in #1405
- feat: application loading optimizations by @SvetBorislavov in #1417
- feat: update dependencies versions by @SvetBorislavov in #1422
- feat: allow creation of sign-only transactions and export them by @SvetBorislavov in #1440
- feat: allow manual execution by @SvetBorislavov in #1455
- feat: valid group start by @icoxxx in #1441
Fixes
- fix: active dropdown colors in light mode by @icoxxx in #1395
- chore: add repo maintainers in the CODEOWNERS file by @PavelSBorisov in #1374
- fix: text in Recovery phrase password form by @icoxxx in #1407
- 1401 restore key descriptions recreate by @SimiHunjan in #1408
- Update README.md by @SimiHunjan in #1397
- Update description text for transactions by @SimiHunjan in #1409
- fix: remove step from Import by @icoxxx in #1394
- fix: button style in ComplexKey by @icoxxx in #1406
- chore: Update playwright dependency by @yiliev0 in #1421
- fix: transaction group action redirect by @SvetBorislavov in #1423
- chore(deps): bump step-security/harden-runner from 2.10.2 to 2.10.3 by @dependabot in #1439
- Fix front end readme by @jbair06 in #1444
- test: Add tests for organization transaction group by @yiliev0 in #1430
- chore: fix CODEOWNERS file by @mishomihov00 in #1452
- fix: custom network highlighting by @SvetBorislavov in #1457
- fix: page not scrollable for large groups by @SvetBorislavov in #1456
Versioning
- [Snyk] Upgrade dotenv from 16.4.5 to 16.4.6 by @hedera-eng-infrastructure in #1410
- [Snyk] Upgrade axios from 1.7.8 to 1.7.9 by @hedera-eng-infrastructure in #1411
- [Snyk] Upgrade electron-log from 5.2.3 to 5.2.4 by @hedera-eng-infrastructure in #1414
- [Snyk] Upgrade better-sqlite3 from 11.6.0 to 11.7.0 by @hedera-eng-infrastructure in #1415
- version: updating backend/frontend versions to 0.7.0 by @jbair06 in #1460
Full Changelog: v0.6.0...v0.7.0
v0.6.0
What's Changed
Enhancements
- feat: mnemonic caching update by @SvetBorislavov in #1292
- feat: update node js types requirements by @SvetBorislavov in #1298
- feat: update DAB transactions by @Sheng-Long in #1289
- feat: Select all, fix: selectedAccountIds logic by @icoxxx in #1296
- feat: simplify temporary passwords without sacrificing security by @jbair06 in #1309
- feat: increase max key size for backend by @SvetBorislavov in #1315
- feat: add internal/external labels for gossip endpoints by @Sheng-Long in #1319
- feat: Remove all keypairs button, fix: Modal messages by @icoxxx in #1297
- feat: update recovery phrase hashing with migration page by @SvetBorislavov in #1339
- feat: update dev env variables by @SimiHunjan in #1345
- 1147 add feature to resend new user emails by @icoxxx in #1343
- feat: sort contact list by @icoxxx in #1359
- feat: update front-end README by @SvetBorislavov in #1358
- feat: update back-end README by @SimiHunjan in #1351
- [Snyk] Upgrade electron-log from 5.2.2 to 5.2.3 by @hedera-eng-infrastructure in #1371
- [Snyk] Upgrade better-sqlite3 from 11.5.0 to 11.6.0 by @hedera-eng-infrastructure in #1370
- [Snyk] Upgrade prettier from 3.3.3 to 3.4.0 by @hedera-eng-infrastructure in #1368
- [Snyk] Upgrade vue-router from 4.4.0 to 4.5.0 by @hedera-eng-infrastructure in #1369
- feat: password input form and logic updates by @jbair06 in #1373
- feat: allow user to select keys for migration by @icoxxx in #1366
- feat: add focus on form fields by @icoxxx in #1364
- feat: add mnemonic nickname by @SvetBorislavov in #1377
- feat: improve keychain explanation by @SvetBorislavov in #1380
- feat: update @hashgraph/sdk to test DAB transactions by @jbair06 in #1382
- feat: improve accounts & files pages by @icoxxx in #1381
- bump: upgrade version numbers to
0.6.0
by @SimiHunjan in #1389
Fixes
- refactor: create composables for globally injected items by @SvetBorislavov in #1278
- ci: Roll-back of codecov version due to issues with latest one. #395 by @san-est in #1294
- fix: balance label by @icoxxx in #1295
- fix: account id update by @icoxxx in #1302
- chore(deps): bump actions/cache from 4.0.2 to 4.2.0 by @dependabot in #1306
- 915 account setup button issues by @icoxxx in #1312
- fix: restore deleted user by @SvetBorislavov in #1314
- fix: node create & update incorrect draft loading and service points by @SvetBorislavov in #1303
- fix: limit node description to 100 characters by @Sheng-Long in #1304
- fix: remove extra new lines if they exist in grpccert input by @Sheng-Long in #1316
- fix: added legacy encryption support by @jbair06 in #1318
- fix: pkg installation needs to overwrite the app whether the appId is… by @jbair06 in #1323
- fix: updated color of the dropdown to be the same as other components by @jbair06 in #1328
- test: Add tests for group tx in personal mode by @yiliev0 in #1329
- test: fix automation hashing by @yiliev0 in #1356
- chore(deps): bump nanoid from 3.3.7 to 3.3.8 in /front-end by @dependabot in #1357
- fix: global duration option for toast messages by @icoxxx in #1360
- fix: electron-builder.yml by @icoxxx in #1362
- update personal mode by @SimiHunjan in #1355
- fix: error handling try statements by @SvetBorislavov in #1361
- refactor: IPC communication setup by @SvetBorislavov in #1365
- fix: force inherited the is-invalid class by @jbair06 in #1383
- test: Fix failing registration tests by @yiliev0 in #1387
- fix: transaction group bugs by @SvetBorislavov in #1385
New Contributors
Notes
Front-end and Back-end versions must match. If you are unable to connect to a properly setup back-end, be sure that the versions match.
Full Changelog: v0.5.0...v0.6.0
v0.5.0
What's Changed
Enhancements
- feat: minor changes & enhancements by @SvetBorislavov in #1223
- feat: add transfer labels in groups, fix count when at 1 in groups by @Sheng-Long in #1217
- feat: change update artifacts by @SvetBorislavov in #1226
- feat: add /InputFiles suffix when migrating by @SvetBorislavov in #1227
- feat: button group colors update by @SvetBorislavov in #1230
- feat: update keychain modal message by @SvetBorislavov in #1229
- feat: generated notice by @RAMTO in #1232
- bump: version bump for the microservices by @jbair06 in #1255
- feat: update repo URL and author by @SvetBorislavov in #1252
- feat: add accounts from account list in AccountId by default by @SvetBorislavov in #1256
- [Snyk] Security upgrade axios from 1.7.7 to 1.7.8 by @hedera-eng-infrastructure in #1257
- feat: add delete for endpoints in node form data, clean up endpoint s… by @Sheng-Long in #1205
- feat: personal mode instead of My transactions by @RAMTO in #1261
- feat: allow multiple mnemonic phrases by @SvetBorislavov in #1277
Fixes
- fix: vulnerable package by updating the eslint by @SvetBorislavov in #1214
- fix: switch cert field sizes by @Sheng-Long in #1158
- fix: profile initialization bugs by @SvetBorislavov in #1228
- chore: Fix network tab selector by @yiliev0 in #1236
- fix: add border, add instruction, dont hide next button by @Sheng-Long in #1233
- fix: save payer ids in drafts, attempt at making balance update on load by @Sheng-Long in #1221
- fix: sort dependecies after fetch by @SvetBorislavov in #1259
- fix: style of fullscreen modal by @SvetBorislavov in #1264
- refactor: remove code duplication by @SvetBorislavov in #1271
Automation
Infrastructure improvements
- chore(deps): bump codecov/codecov-action from 5.0.2 to 5.0.5 by @dependabot in #1222
- chore: Fix failing ci by @yiliev0 in #1231
- chore(deps): bump codecov/codecov-action from 5.0.5 to 5.0.7 by @dependabot in #1225
- chore: replace pnpm/action-setup with a step-security maintained one by @PavelSBorisov in #1263
Thank you to all the contributors who worked on this release:
Full Changelog: v0.4.2...v0.5.0
v0.4.1
What's Changed
Enhancements
- feat: add custom network support by @SvetBorislavov in #1067
- feat: transaction group execution update by @SvetBorislavov in #1085
- feat: app update change by @SvetBorislavov in #1090
- feat: add system delete & undelete transactions by @SvetBorislavov in #1096
- feat: update migration update directory by @SvetBorislavov in #1097
- feat: add required symbol to group name by @Sheng-Long in #1101
- fix: change 'Transaction Group Name' to 'Transaction Group Descriptio… by @Sheng-Long in #1100
- Secondary button colors updated by @RAMTO in #1102
- feat: change default network to mainnet by @SvetBorislavov in #1109
- feat: remove add new user button if not admin by @SvetBorislavov in #1107
- feat: passthrough the nickname if existing key is used by @SvetBorislavov in #1115
- feat: add version in settings by @SvetBorislavov in #1114
- feat: add notification badge in 'Transactions' menu item by @SvetBorislavov in #1113
- feat: add transaction oversized on create message by @SvetBorislavov in #1117
Fixes
- chore: Fix proper color for fee schedule part status by @yiliev0 in #1087
- fix: node create gossip field crash by @SvetBorislavov in #1091
- feat: system transactions minors by @SvetBorislavov in #1098
- fix: node transaction issues by @SvetBorislavov in #1099
- fix: migration issues by @SvetBorislavov in #1103
- fix: file chunking (file append) by @SvetBorislavov in #1089
- fix: murlock timeout increased by @SvetBorislavov in #1111
- fix: button color in migration modal by @SvetBorislavov in #1110
- feat: add node transaction details by @SvetBorislavov in #1108
- fix: validate status for chain service ha by @SvetBorislavov in #1112
- feat: design doc for how front end requests to backend by @Sheng-Long in #1088
Automation
- test: Add test ids for system file updates tests by @yiliev0 in #1084
- test: Add tests for file update related to system files by @yiliev0 in #1086
- chore: ignore bin files for automation project by @yiliev0 in #1105
Infrastructure improvements
- chore(deps): bump actions/checkout from 4.1.7 to 4.2.2 by @dependabot in #1072
Thank you to all the contributors who worked on this release:
Full Changelog: v0.4.0...v0.4.1
v0.4.0
Enhancements
- Enhance uiux where there might be 100 keys to choose from when building a key structure by @RAMTO in #1040
- Set fee payer for system updates & refactor by @SvetBorislavov in #1041
- Add error codes for descriptive messages by @SvetBorislavov in #1060, #918, #989 and #934
- Add transactions for NodeCreate, NodeUpdate, and NodeDelete by @Sheng-Long in #1020
Fixes
- Csv import fix by @jbair06 in #1031
- Feat-update-auth-token-location by @SvetBorislavov in #1061
Automation
- Change test ids, fix double presence of menu in DOM tree by @yiliev0 in #1055
- Add tests for transfer and allowance with complex account by @yiliev0 in #1057
Infrastructure improvements
- Add kubernetes secrets to gitignore by @jbair06 in #1025
- Change default "contents" permissions by @mishomihov00 in #1062
Thank you to all the contributors who worked on this release:
Full Changelog: v0.3.9...v0.4.0