Skip to content

Commit

Permalink
✨ Improve IDL parsing logic with possibility to mix instructions from…
Browse files Browse the repository at this point in the history
… multiple programs
  • Loading branch information
lukacan committed Sep 14, 2024
1 parent 1332ee1 commit f62e372
Show file tree
Hide file tree
Showing 32 changed files with 2,228 additions and 1,875 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ incremented upon a breaking change and the patch version will be incremented for

**Changed**

- impr/ allow various instructions to be generated in case of multiple programs in the Anchor workspace ([200](https://github.com/Ackee-Blockchain/trident/pull/200))
- feat/ option to add account into Fuzz Test environment with base64 data ([197](https://github.com/Ackee-Blockchain/trident/pull/197))
- impr/ instead of parsing source code and creating our IDL, read anchor IDL ([198](https://github.com/Ackee-Blockchain/trident/pull/196))

Expand Down
23 changes: 11 additions & 12 deletions Cargo.lock

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

Loading

0 comments on commit f62e372

Please sign in to comment.