Skip to content

Commit

Permalink
0.8.1 (#226)
Browse files Browse the repository at this point in the history
* πŸ“ Add canonical versions

* ✨ Add support for Clock Sysvar manipulation

* πŸ”₯ Remove unnecessary options for account storages methods + add get function that returns simple Pubkey

* ✨ Add support for stake and vote accounts

* ✨ Set custom + some additional docs updates

* ✨ Add macro for sequence construction

* πŸ”₯ Remove AccountsSnapshots

* πŸ”₯ Remove unnecessary fuzz deserialize

* πŸ”₯ Tidy up accountsstorages + remove unnecessary methids for FuzzClient

* ✨ Fix case conversion for program packages

* ✨ Release commit
  • Loading branch information
lukacan authored Nov 14, 2024
1 parent 92d5cab commit 38a731f
Show file tree
Hide file tree
Showing 115 changed files with 6,313 additions and 4,877 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,21 @@ incremented upon a breaking change and the patch version will be incremented for

## [dev] - Unreleased

## [0.8.1] - 2024-11-14

**Removed**

- removed unnecesarry deserialization with AccountsSnapshots, to deserialize data implementation AccountDeserialize can be used ([221](https://github.com/Ackee-Blockchain/trident/pull/221))

**Changed**

- improve AccountsStorage module structure and remove unnecessary methods in FuzzClient ([223](https://github.com/Ackee-Blockchain/trident/pull/223))
- improve manipulations with AccountsStorages in get_accounts() function ([219](https://github.com/Ackee-Blockchain/trident/pull/219))

**Added**

- add pre_sequence!, middle_sequence! and post_sequence! for easier sequence definition ([220](https://github.com/Ackee-Blockchain/trident/pull/220))
- add/ add support for Clock sysvar manipulations with the client(i.e. warp to slot/epoch and forward in time) ([217](https://github.com/Ackee-Blockchain/trident/pull/217))

## [0.8.0] - 2024-10-21

Expand Down
Loading

0 comments on commit 38a731f

Please sign in to comment.