Releases: tari-project/tari
Releases · tari-project/tari
v0.46.0
What's Changed
- fix: add missing consensus constants to get_constants grpc by @sdbondi in #5183
- fix: ignores peer seed test that requires external DNS by @sdbondi in #5187
- ci(fix): docker manifest fix - provenance by @leet4tari in #5190
- ci(fix): create archive for libwallet-ios-xcframework by @leet4tari in #5191
- chore(deps): bump libsqlite3-sys from 0.22.2 to 0.25.1 by @dependabot in #5186
- feat: add more burn details to burn command by @stringhandler in #5169
- feat: print out warning if wallet grpc connections fails by @SWvheerden in #5195
- feat!: add key commitment to database main key AEAD by @AaronFeickert in #5188
- chore(release): v0.46.0 by @SWvheerden in #5196
Full Changelog: v0.45.0...v0.46.0
v0.45.0
BREAKING CHANGES
Features
- add
node {word} is in state {word}
(33360cd) - add get tari address to wallet (1b0ed0b)
- add graceful shutdown of base node (c9797c5)
- add kill signal to cucumber nodes (4cb21dc)
- add shutdown clone (ac956c9)
- consolidate stealth payment code (#5171) (b7747a2)
- fix miner (7283eb2)
- gracefully shutdown grpc server (947faf6)
- refactor database encryption (#5154) (41413fc)
- refactor key-related field operations to be atomic (#5178) (1ad79c9)
- remove unused dependencies (#5144) (a9d0f37)
- stagenet network (#5173) (d2717a1)
- update
Argon2
parameters (#5140) (4c4a056) - wallet FFI cucumber (795e717)
- wallet password change (#5175) (7f13fa5)
Bug Fixes
- couple fixes for cucumber (ad92e11)
- dht/test: ban peers who send empty encrypted messages (#5130) (86a9eaf)
- do not propagate unsigned encrypted messages (#5129) (d4fe7de)
- feature flag separation for validation (#5137) (0e83463)
- panic on overflow in release mode (#5150) (5f5808b)
- potential ban (#5146) (9892da6)
- test: broken address test (#5134) (6b125af)
- wallet-grpc: return correct available balance and add timelocked_balance (#5181) (e001125)
v0.44.1
v0.44.1
v0.44.0
BREAKING CHANGES * prune mode sync (#5124) Features * add tx_id_to export ([#5126](https://github.com/tari-project/tari/issues/5126)) ([7eeeff4](https://github.com/tari-project/tari/commit/7eeeff4bbd5a147bd35e9ae7af75dba1da87383b)) * increase wallet FFI error codes ([#5118](https://github.com/tari-project/tari/issues/5118)) ([d5db596](https://github.com/tari-project/tari/commit/d5db596a2f4522427af7ff380b6e4974152d6ada)) * provide password feedback ([#5111](https://github.com/tari-project/tari/issues/5111)) ([a568e04](https://github.com/tari-project/tari/commit/a568e0464c5da047df316356edb856bff34de4f0)) Bug Fixes * add burnt utxos to side chain query ([#5125](https://github.com/tari-project/tari/issues/5125)) ([fb2fa4b](https://github.com/tari-project/tari/commit/fb2fa4b4c7b3a72360926c4d300cd0ce0056dc54)) * automatically set base node fetures on startup, sign only if necessary ([#5108](https://github.com/tari-project/tari/issues/5108)) ([9aa9436](https://github.com/tari-project/tari/commit/9aa9436e945f6db59b34ad9c29a973fdc6515eda)) * **dht:** check for empty body contents in initial msg validation ([#5123](https://github.com/tari-project/tari/issues/5123)) ([48bf2d9](https://github.com/tari-project/tari/commit/48bf2d9302dcc1c8c0953a4576d09dc07577cb3f)) * prune mode sync ([#5124](https://github.com/tari-project/tari/issues/5124)) ([8fa076a](https://github.com/tari-project/tari/commit/8fa076ad0ea5d9c4408b0e863e4f24cfa2a8258a)) * vanity_id example should create id with base node features ([#5107](https://github.com/tari-project/tari/issues/5107)) ([3b21199](https://github.com/tari-project/tari/commit/3b21199dcf4639a7ca5cff727bcb49927b624842))
v0.43.3
Features * add new igor seeds ([#5106](https://github.com/tari-project/tari/issues/5106)) ([61d1b5e](https://github.com/tari-project/tari/commit/61d1b5e80039c4908b6c0207939c22af2fa3e939)) * add to/from json string for unblinded utxo in wallet ffi ([#5098](https://github.com/tari-project/tari/issues/5098)) ([af25b63](https://github.com/tari-project/tari/commit/af25b63d2909af3cdb025532784bdba118d9f876)) Bug Fixes * add const to FixedHash::zero ([#5084](https://github.com/tari-project/tari/issues/5084)) ([2d1bc82](https://github.com/tari-project/tari/commit/2d1bc823274e351b2b413a640bc71aa4d5d6c798)) * console wallet spacing and naming ([#5025](https://github.com/tari-project/tari/issues/5025)) ([e4a6303](https://github.com/tari-project/tari/commit/e4a63033febd01e5b0d4c6dfc9a0b387bb58a5b1)) * functional wallet encryption (issue [#5007](https://github.com/tari-project/tari/issues/5007)) ([#5043](https://github.com/tari-project/tari/issues/5043)) ([7b2311e](https://github.com/tari-project/tari/commit/7b2311e40e2619109dcb4572d9d86d3f4463324e)) * header sync start info ([#5086](https://github.com/tari-project/tari/issues/5086)) ([df53843](https://github.com/tari-project/tari/commit/df53843d4e129fbc1e551f0f1d3560bbc28aed86)) * header sync stuck trying to sync from base node ([#5080](https://github.com/tari-project/tari/issues/5080)) ([0961f49](https://github.com/tari-project/tari/commit/0961f497ebd9e8478313b88738a2c5bde4608eb3)) * improved encryption key handling ([#5027](https://github.com/tari-project/tari/issues/5027)) ([b2bed79](https://github.com/tari-project/tari/commit/b2bed79a744592b99c0f01a957750f12f787072e)) * update message and signature key types ([#5064](https://github.com/tari-project/tari/issues/5064)) ([a94189d](https://github.com/tari-project/tari/commit/a94189d3f5500ddc3222aada0bc30c014f2b7e7a)) * use range proof batch splitting ([#5081](https://github.com/tari-project/tari/issues/5081)) ([70c522b](https://github.com/tari-project/tari/commit/70c522b400d9406855a0b65d78c09e916ccfa274)) * wallet errors ([#5045](https://github.com/tari-project/tari/issues/5045)) ([9b16ffb](https://github.com/tari-project/tari/commit/9b16ffb9925d07f3adeab1f1fd6f4163e493a3c7))
v0.43.1
v0.43.1
v0.41.0
BREAKING CHANGES * update commitment signature (#4943) Features * add default grpc for localnet ([#4937](https://github.com/tari-project/tari/issues/4937)) ([1e2d227](https://github.com/tari-project/tari/commit/1e2d2274626e368011b58e8c15aa3bb6294f4982)) * **ci:** expose iOS libwallet individually ([#4951](https://github.com/tari-project/tari/issues/4951)) ([e69997c](https://github.com/tari-project/tari/commit/e69997cc27f106e6f89e662218dd72f47ba5a0c8)) * only coinbase output features may have metadata set, and is of limited size; ref [#4908](https://github.com/tari-project/tari/issues/4908) ([#4960](https://github.com/tari-project/tari/issues/4960)) ([22b1330](https://github.com/tari-project/tari/commit/22b13307991698e284d2186ad06db663aedcb3d9)) * replace consensus with borsh ([#4920](https://github.com/tari-project/tari/issues/4920)) ([e669443](https://github.com/tari-project/tari/commit/e669443c9a6ca48a03ccd5d0fff2a1a917901ab9)) * timestamp validation ([#4887](https://github.com/tari-project/tari/issues/4887)) ([4be02b6](https://github.com/tari-project/tari/commit/4be02b66ff2b5eb82f8f061d379d10e7414dc84e)) * update commitment signature ([#4943](https://github.com/tari-project/tari/issues/4943)) ([00e98f9](https://github.com/tari-project/tari/commit/00e98f9edede034c9135fcc7a87a01a38bdf01b4)) Bug Fixes * add hidden types and seed words to key manager ([#4925](https://github.com/tari-project/tari/issues/4925)) ([0bdb568](https://github.com/tari-project/tari/commit/0bdb568fb33643665a151d81db847cf82989a7fe)) * **ci:** update GHA release process ([#4945](https://github.com/tari-project/tari/issues/4945)) ([2af6c94](https://github.com/tari-project/tari/commit/2af6c94417a7cdaab35b91d03f6fba5dbb45961f)) * config cleanup ([#4938](https://github.com/tari-project/tari/issues/4938)) ([68f990f](https://github.com/tari-project/tari/commit/68f990fb568293992bb1bad596f9616b1a34610a)) * deleted_txo_mmr_position_to_height_index already exists error ([#4924](https://github.com/tari-project/tari/issues/4924)) ([0269f11](https://github.com/tari-project/tari/commit/0269f1105a5210be41a1da50784a2bc7d9f12069)) * remove unused ffi types and methods ([#4948](https://github.com/tari-project/tari/issues/4948)) ([5703d02](https://github.com/tari-project/tari/commit/5703d02d419b1a5f49f4523707f7f689c01eb1b5)) * use same instance of randomx factory for statemachine and validation ([#4947](https://github.com/tari-project/tari/issues/4947)) ([9aed188](https://github.com/tari-project/tari/commit/9aed188ccd7b2caffa10e061ba0d0c3253fb0b16))
v0.22.0
BREAKING CHANGES
Base node users should delete their node databases and resync
- consensus: add tari script byte size limit check to validation (#3640)
- pruned mode: prune inputs, allow horizon sync resume and other fixes (#3521)
- sending one-sided transactions in wallet_ffi (#3634)
- multiple monerod addresses in tari merge mining proxy (#3628)
- separate peer seeds to common.network (#3635)
- console wallet grpc_console_wallet_addresss config (#3619)
- add tcp bypass settings for tor in wallet_ffi (#3615)
- expose reason for transaction cancellation for callback in wallet_ffi (#3601)
Features
- add ban peers metric (#3605) (65157b0)
- add bulletproof rewind profiling (#3618) (5790a9d)
- add page for detailed mempool in explorer (#3613) (970f811)
- add tcp bypass settings for tor in wallet_ffi (#3615) (1003f91)
- bad block list for invalid blocks after sync (#3637) (5969723)
- consensus: add tari script byte size limit check to validation (#3640) (53a5174)
- display network for console wallet (#3611) (7432c62)
- expose reason for transaction cancellation for callback in wallet_ffi (#3601) (3b3da21)
- implement dht pooled db connection (#3596) (2ac0757)
- improve wallet responsiveness (#3625) (73d862f)
- language detection for mnemonic seed words (#3590) (57f51bc)
- only trigger UTXO scanning when a new block event is received (#3620) (df1be7e)
- prevent banning of connected base node in wallet (#3642) (363b254)
- removed transaction validation redundant events (#3630) (c3dbdc9)
- sending one-sided transactions in wallet_ffi (#3634) (e501aa0)
- standardize output hash for unblinded output, transaction output and transaction input (#3592) (2ba437b)
- track ping failures and disconnect (#3597) (91fe921)
- use CipherSeed wallet birthday for recovery start point (#3602) (befa621)
Bug Fixes
- allow bullet proof value only rewinding in atomic swaps (#3586) (889796a)
- allow bullet proof value only rewinding off one-sided transaction (#3587) (f32a38f)
- be more permissive of responses for the incorrect request_id (#3588) (c0d625c)
- console wallet grpc_console_wallet_addresss config (#3619) (b09acd1)
- get-peer command works with public key again (#3636) (2e1500b)
- improve handling of old base nodes and reorgs in wallet recovery (#3608) (bb94ea2)
- minor improvements to available neighbouring peer search (#3598) (e59d194)
- multiple monerod addresses in tari merge mining proxy (#3628) (ddb9268)
- pruned mode: prune inputs, allow horizon sync resume and other fixes (#3521) (a4341a0)
- remove delay from last request latency call (eb8b815)
- remove delay from last request latency call (#3579) (c82a8ca)
- seed word parsing (#3607) (fff45db)
- separate peer seeds to common.network (#3635) (326579b)
- update daily test start times and seed phrase (#3584) (8e271d7)
- use json 5 for tor identity (regression) (#3624) (7d49fa4)
v0.21.2
v0.21.1
Features
- add atomic swap htlc sending and claiming (#3552) (a185506)
- add error codes to LibWallet for CipherSeed errors (#3578) (2913804)
- add support for MultiAddr in RPC config (#3557) (9f8e289)
- get fee for transactions for stratum transcoder (#3571) (ccf1da0)
- implement multiple read single write for sqlite (#3568) (8d22164)
- implement prometheus metrics for base node (#3563) (433bc46)
- one-click installer - cli edition (#3534) (ec67798)
- trigger time lock balance update when block received (#3567) (11b8afa)
- wallet: import utxo’s as EncumberedToBeReceived rather than Unspent (#3575) (c286d40)
Bug Fixes