Skip to content

Releases: tari-project/tari

v0.48.0-rc.2

09 Mar 10:25
v0.48.0-rc.2
386667c
Compare
Choose a tag to compare
v0.48.0-rc.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.46.0...v0.48.0-rc.2

v0.48.0-pre.1

09 Mar 08:50
v0.48.0-pre.1
8773984
Compare
Choose a tag to compare
v0.48.0-pre.1 Pre-release
Pre-release

What's Changed

Full Changelog: v0.46.0...v0.48.0-pre.1

v0.46.0

21 Feb 11:05
v0.46.0
8abce6f
Compare
Choose a tag to compare
v0.46.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.45.0...v0.46.0

v0.45.0

15 Feb 11:07
v0.45.0
30c0db1
Compare
Choose a tag to compare
v0.45.0 Pre-release
Pre-release

BREAKING CHANGES

  • refactor database encryption (#5154)
  • update Argon2 parameters (#5140)

Features

Bug Fixes

v0.44.1

20 Jan 13:13
v0.44.1
ff9d4e5
Compare
Choose a tag to compare
v0.44.1 Pre-release
Pre-release
v0.44.1

v0.44.0

19 Jan 08:01
v0.44.0
5c50662
Compare
Choose a tag to compare
v0.44.0 Pre-release
Pre-release
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

13 Jan 07:36
v0.43.3
978d2b5
Compare
Choose a tag to compare
v0.43.3 Pre-release
Pre-release
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

12 Dec 08:34
v0.43.1
aecafb8
Compare
Choose a tag to compare
v0.43.1 Pre-release
Pre-release
v0.43.1

v0.41.0

28 Nov 09:48
v0.41.0
2de1c4c
Compare
Choose a tag to compare
v0.41.0 Pre-release
Pre-release
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

07 Dec 18:58
v0.22.0
1de0bda
Compare
Choose a tag to compare
v0.22.0 Pre-release
Pre-release

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)