-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0d52185
commit 5eafbed
Showing
2 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# Changelog | ||
|
||
## 1.0.0 (2023-03-01) | ||
|
||
|
||
### Features | ||
|
||
* **add_member:** implement the instruction ([6e984c6](https://github.com/Squads-Protocol/v4/commit/6e984c698231453ed0d8e9251e80670f46158306)) | ||
* **additional_signers:** add additional_signers to transactions ([0acf74b](https://github.com/Squads-Protocol/v4/commit/0acf74bfbe2626fcdd42484e483ff9e2eb3eca21)) | ||
* **create:** Implement create instruction ([e1a2f1a](https://github.com/Squads-Protocol/v4/commit/e1a2f1a191e6be9c5545190a0a0e15066cf76ef8)) | ||
* **create:** use bitmap for Permissions ([8ea8c1e](https://github.com/Squads-Protocol/v4/commit/8ea8c1e8d85f4508f55066b89d385447176b36df)) | ||
* **multisig_add_member,multisig_remove_member:** implement ixs and refactor code to use invariants ([9e72b52](https://github.com/Squads-Protocol/v4/commit/9e72b52f5f2c3a16f89c0bf77be080756c7f24fe)) | ||
* **multisig_create:** make createKey a signer ([0d52185](https://github.com/Squads-Protocol/v4/commit/0d52185f3c0ba285757dfa40e548c929c18f9b5a)) | ||
* **multisig_create:** remove allow_external_execute ([7158f2c](https://github.com/Squads-Protocol/v4/commit/7158f2cd022156b6688d62251269562519ca281d)) | ||
* **permissions:** make `mask` public ([c8f1606](https://github.com/Squads-Protocol/v4/commit/c8f1606dda9e914b67daead04f9f5500af9f360d)) | ||
* **pub-instructions:** expose module ([ebd99fa](https://github.com/Squads-Protocol/v4/commit/ebd99faddc8cbf014fc8250e93b853d394342d43)) | ||
* **scripts:** add publish ([0dc187c](https://github.com/Squads-Protocol/v4/commit/0dc187cd58648927f72750c6a6faf8ab5d3cd3e9)) | ||
* **sdk:** add transactionExecute instruction ([551c11e](https://github.com/Squads-Protocol/v4/commit/551c11ebe735ae34ddb54ef3040d77e1abdf305b)) | ||
* **sdk:** bump the canary version ([f6c3c53](https://github.com/Squads-Protocol/v4/commit/f6c3c53416901498e05d6e2844b69dc0dfbf981f)) | ||
* **sdk:** bump the canary version before release ([828db93](https://github.com/Squads-Protocol/v4/commit/828db938a8f24b29c8edbb0d78985df36deaed39)) | ||
* **sdk:** implement getAvailableMemoSize util ([96a1b18](https://github.com/Squads-Protocol/v4/commit/96a1b1891cfb1b2f37262b6082d213cd014a4a29)) | ||
* **setup:** add sdk ([0fc3fb9](https://github.com/Squads-Protocol/v4/commit/0fc3fb99023304d5d415739926feeaa8d7518eee)) | ||
* **setup:** test scripts and typescript config ([4da5a77](https://github.com/Squads-Protocol/v4/commit/4da5a77ed040bbdab585fcafa8a93617f0751ad8)) | ||
* **transaction_approve:** implement instruction, test and sdk ([55bfeb6](https://github.com/Squads-Protocol/v4/commit/55bfeb61cf37dc80f31a90048a99f34a5dda6482)) | ||
* **transaction_create:** implement the instruction, tests and sdk ([581e260](https://github.com/Squads-Protocol/v4/commit/581e2603a2cce4f704d2795c6f7fd87c18e4dfa0)) | ||
* **transaction_execute:** implement instruction ([9b88ea2](https://github.com/Squads-Protocol/v4/commit/9b88ea293bafd6c59a0c78d791c4d8c574b76a4f)) | ||
* **transaction_execute:** implement sdk ([b827fa9](https://github.com/Squads-Protocol/v4/commit/b827fa9fa224399a897e07cb46afe0a9eb3947ec)) | ||
* **transaction_execute:** implement tests ([9066724](https://github.com/Squads-Protocol/v4/commit/9066724938eefc45732ad247bfb50394d42f0f58)) | ||
* **transaction_execute:** prevent reentrancy ([401eb6c](https://github.com/Squads-Protocol/v4/commit/401eb6c3471d25e7ff13415ffc8cf205427c6ea0)) | ||
* **transaction_reject:** instruction, sdk and tests ([ceef604](https://github.com/Squads-Protocol/v4/commit/ceef604bdee063faa073bca074fd9a04311dbcc1)) | ||
|
||
|
||
### Bug Fixes | ||
|
||
* **dependencies:** add 'assert' as an explicit dependency ([0dc187c](https://github.com/Squads-Protocol/v4/commit/0dc187cd58648927f72750c6a6faf8ab5d3cd3e9)) | ||
* **notes:** more notes ([56feb4e](https://github.com/Squads-Protocol/v4/commit/56feb4e959e9e736cde8372bd1df6b1fe5c037f4)) | ||
* **notes:** placeholder ([af25542](https://github.com/Squads-Protocol/v4/commit/af25542f1bfce5e8b6178a65601bfcd685c6d452)) | ||
* **wip:** added some structs ([0ac185d](https://github.com/Squads-Protocol/v4/commit/0ac185d93b88b3e0dd0cdf6c5136a54ccd9e6270)) | ||
* **workflow:** added semver ([e7a2a23](https://github.com/Squads-Protocol/v4/commit/e7a2a239fc649de4b1aafa2d29f56f7465be6712)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,5 +23,6 @@ | |
"resolutions": { | ||
"@solana/web3.js": "1.70.3", | ||
"typescript": "4.9.4" | ||
} | ||
}, | ||
"version": "1.0.0" | ||
} |