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

chore: version bump #113

Merged
merged 1 commit into from
Jul 22, 2024
Merged
Show file tree
Hide file tree
Changes from all 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
121 changes: 121 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,127 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 2024-07-22

### Changes

---

Packages with breaking changes:

- [`nekoton_repository` - `v0.36.0-dev.4`](#nekoton_repository---v0360-dev4)

Packages with other changes:

- There are no other changes in this release.

---

#### `nekoton_repository` - `v0.36.0-dev.4`

- **REFACTOR**: updateClockOffset takes Duration instead of int (#86).
- **FIX**: update adding seed with name (#64).
- **FIX**: subscribing for external wallets (#106).
- **FIX**: transport usage (#104).
- **FIX**: bumpb bridge (#102).
- **FIX**: bump bridge (#100).
- **FIX**: methods to account (#96).
- **FIX**: contract state changed stream (#74).
- **FIX**: allow subscribing multiple tokens at time (#90).
- **FIX**: flutter_nekoton_bridge version.
- **FIX**: removing seed name (#82).
- **FIX**: add keys sorting by accound id (#80).
- **FIX**: logging version.
- **FIX**: added loading accounts after transport changed (#77).
- **FIX**: change interface to pure class (#26).
- **FIX**: deleting pending transaction (#28).
- **FIX**: update props for seed (#12).
- **FIX**: add GenericContract to NekotonRepository (#65).
- **FEAT**: bump bridge version (#72).
- **FEAT**: add send unawaited version (#70).
- **FEAT**: update bridge, add staking info, add updating contracts after transport changed (#68).
- **FEAT**: add seed list change hooks (#66).
- **FEAT**: revert JRPC (#75).
- **FEAT**: add multiple tokens and update transaction (#94).
- **FEAT**: implement GenericContractRepository (#61).
- **FEAT**: update bridge and replace jrpc transport (#59).
- **FEAT**: update mapping external accounts (#58).
- **FEAT**: update TonWalletMultisigPendingTransaction (#56).
- **FEAT**: update subscriptions. Add TonWallet test. Add TokenWallet test (#53).
- **FEAT**: update transaction fields (#43).
- **FEAT**: update token wallet (#39).
- **FEAT**: seed detail (#4).
- **FEAT**: add local custodians getter (#35).
- **FEAT**: replace Fixed to BigInt (#34).
- **FEAT**: add cancellable operation (#32).
- **FEAT**: add registering currency after transport update (#30).
- **FEAT**: ntp time (#84).
- **FEAT**: add seed names to Seed instance (#7).
- **FEAT**: add transactions mapping (#24).
- **FEAT**: add TokenWalletRepository (#23).
- **FEAT**: add TonWalletRepository (#22).
- **FEAT**: use flutter templates repository (#21).
- **FEAT**: add rename method to Seed (#10).
- **FEAT**: clear nekoton directly (#15).
- **FEAT**: add stack to logger (#98).
- **FEAT**: add logging subscriptions (#37).
- **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14).
- **BREAKING** **CHANGE**: rework subscription logic, now TonWalletState & TokenWalletState available (#92).

## 0.36.0-dev.4

> Note: This release has breaking changes.

- **REFACTOR**: updateClockOffset takes Duration instead of int (#86).
- **FIX**: update adding seed with name (#64).
- **FIX**: subscribing for external wallets (#106).
- **FIX**: transport usage (#104).
- **FIX**: bumpb bridge (#102).
- **FIX**: bump bridge (#100).
- **FIX**: methods to account (#96).
- **FIX**: contract state changed stream (#74).
- **FIX**: allow subscribing multiple tokens at time (#90).
- **FIX**: flutter_nekoton_bridge version.
- **FIX**: removing seed name (#82).
- **FIX**: add keys sorting by accound id (#80).
- **FIX**: logging version.
- **FIX**: added loading accounts after transport changed (#77).
- **FIX**: change interface to pure class (#26).
- **FIX**: deleting pending transaction (#28).
- **FIX**: update props for seed (#12).
- **FIX**: add GenericContract to NekotonRepository (#65).
- **FEAT**: bump bridge version (#72).
- **FEAT**: add send unawaited version (#70).
- **FEAT**: update bridge, add staking info, add updating contracts after transport changed (#68).
- **FEAT**: add seed list change hooks (#66).
- **FEAT**: revert JRPC (#75).
- **FEAT**: add multiple tokens and update transaction (#94).
- **FEAT**: implement GenericContractRepository (#61).
- **FEAT**: update bridge and replace jrpc transport (#59).
- **FEAT**: update mapping external accounts (#58).
- **FEAT**: update TonWalletMultisigPendingTransaction (#56).
- **FEAT**: update subscriptions. Add TonWallet test. Add TokenWallet test (#53).
- **FEAT**: update transaction fields (#43).
- **FEAT**: update token wallet (#39).
- **FEAT**: seed detail (#4).
- **FEAT**: add local custodians getter (#35).
- **FEAT**: replace Fixed to BigInt (#34).
- **FEAT**: add cancellable operation (#32).
- **FEAT**: add registering currency after transport update (#30).
- **FEAT**: ntp time (#84).
- **FEAT**: add seed names to Seed instance (#7).
- **FEAT**: add transactions mapping (#24).
- **FEAT**: add TokenWalletRepository (#23).
- **FEAT**: add TonWalletRepository (#22).
- **FEAT**: use flutter templates repository (#21).
- **FEAT**: add rename method to Seed (#10).
- **FEAT**: clear nekoton directly (#15).
- **FEAT**: add stack to logger (#98).
- **FEAT**: add logging subscriptions (#37).
- **BREAKING** **REFACTOR**: add PublicKey and Address dataclasses (#14).
- **BREAKING** **CHANGE**: rework subscription logic, now TonWalletState & TokenWalletState available (#92).


## 2024-07-02

### Changes
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 1,6 @@
name: nekoton_repository
description: Nekoton repository package
version: 0.36.0-dev.3
version: 0.36.0-dev.4
repository: https://github.com/broxus/nekoton_repository

environment:
Expand Down
Loading