Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup changelogs #950

Merged
merged 7 commits into from
Apr 17, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 17 additions & 0 deletions zingo-memo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

17 changes: 17 additions & 0 deletions zingo-netutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

17 changes: 17 additions & 0 deletions zingo-status/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

17 changes: 17 additions & 0 deletions zingo-testutils/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

17 changes: 17 additions & 0 deletions zingo-testvectors/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

17 changes: 17 additions & 0 deletions zingocli/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

### Deprecated

### Added

### Changed

### Removed

7 changes: 4 additions & 3 deletions zingoconfig/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- pub fn get_wallet_pathbuf
- `get_wallet_pathbuf` fn
- `wallet_path_exists` fn

### Changed

- wallet_exists renamed -> wallet_path_exists

### Deprecated

- `wallet_exists` fn

### Removed
32 changes: 15 additions & 17 deletions zingolib/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Deprecated

- LightClient::do_list_transactions
- `lightclient::LightClient::do_list_transactions`

### Added

- GrpcConnector::get_client --> pub
- LightClient pub fn export_save_buffer_runtime
- LightClient pub fn get_wallet_file_location
- LightClient pub fn get_wallet_dir_location
- `wallet::keys::is_transparent_address`
- pub struct crate::wallet::notes::NoteRecordIdentifier
- `lightclient::LightClient` methods
- `export_save_buffer_runtime`
- `get_wallet_file_location`
- `get_wallet_dir_location`
- `wallet::keys::is_transparent_address` fn
- `wallet::notes::NoteRecordIdentifier` struct
- `utils` mod
- `utils::txid_from_hex_encoded_str` fn

### Changed

- load_client_config fn moves from zingolib to zingoconfig
- `wallet::keys`:
- `is_shielded_address` takes a `&ChainType` instead of a `&ZingoConfig`
- zingolib/src/wallet/transaction_record_map.rs -> zingolib/src/wallet/transaction_records_by_id.rs
- TransactionRecordMap -> TransactionRecordsById
- `wallet::keys::is_shielded_address` takes a `&ChainType` instead of a `&ZingoConfig`
- `wallet::transaction_record_map::TransactionRecordMap` -> `wallet::transaction_records_by_id::TransactionRecordsById`

### Removed

- LightClient pub fn do_save
- LightClient pub fn do_save_to_buffer
- LightClient pub fn do_save_to_buffer_sync
- LightWallet pub fn fix_spent_at_height
- `load_clientconfig` moved to zingoconfig crate
- `lightclient::LightClient`
- `do_save`
- `do_save_to_buffer`
- `do_save_to_buffer_sync`
- `fix_spent_at_height`