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

Develop #40

Open
wants to merge 29 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f90a787
Feature/bump deps (#10)
bryzettler Nov 6, 2023
efcf883
add scripts to package.json
bryzettler Nov 6, 2023
a7facc2
chore(release): publish 0.0.6
bryzettler Nov 6, 2023
1c39345
bump deps
bryzettler Nov 7, 2023
5ee87b2
chore(release): publish 0.0.7
bryzettler Nov 7, 2023
896a808
bump deps
bryzettler Nov 10, 2023
1208f11
chore(release): publish 0.0.8
bryzettler Nov 10, 2023
e6cffa4
Merge remote-tracking branch 'origin/main' into develop
ChewingGlass Jan 31, 2024
bdc8e69
Add devnet feature
ChewingGlass Jan 31, 2024
eaa16fb
chore(release): publish 0.0.9
ChewingGlass Mar 13, 2024
af9b632
Merge remote-tracking branch 'origin/main' into develop
ChewingGlass Mar 13, 2024
f96bb03
Merge remote-tracking branch 'origin/main' into develop
ChewingGlass Apr 15, 2024
71326dd
Add recursive delegation for nft-style voting schems (#11)
ChewingGlass Aug 9, 2024
7cf5ec1
conflicts
bryzettler Aug 12, 2024
c369fdb
Chore/publish 0.0.12 (#33)
bryzettler Aug 12, 2024
b6f50ec
Fix mod gov package.json
ChewingGlass Sep 6, 2024
21a23ba
chore(release): publish 0.0.13
ChewingGlass Sep 6, 2024
678073c
Bump version
ChewingGlass Sep 6, 2024
af34eb9
Merge branch 'main' into develop
ChewingGlass Oct 21, 2024
c7bcf86
[HIP-124]: Implement abstain vote (#37)
ChewingGlass Oct 23, 2024
46b2a82
chore(release): publish 0.0.14
ChewingGlass Oct 24, 2024
a5a886b
Bump version
ChewingGlass Oct 24, 2024
ab7c272
bump squads
ChewingGlass Oct 24, 2024
3d4e674
get another release for state controller
ChewingGlass Oct 24, 2024
6065c0f
Add fallbacks for smart contracts used by HPL (#38)
ChewingGlass Dec 6, 2024
9e64627
chore(release): publish 0.0.15
ChewingGlass Dec 6, 2024
ebf582e
Fix bugs in nft and token voter (#39)
ChewingGlass Dec 13, 2024
f7dffee
Merge remote-tracking branch 'origin/main' into develop
ChewingGlass Jan 30, 2025
f62ca7c
Fix build
ChewingGlass Jan 30, 2025
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
10 changes: 5 additions & 5 deletions .github/workflows/develop-release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,13 +90,13 @@ jobs:
program-id: ${{ env.PROGRAM_ID }}

- name: Store so files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.program}}-so
path: |
./target/deploy/${{env.PROGRAM_NAME}}.so
- name: Store idl files
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{matrix.program}}-idl
path: |
Expand Down Expand Up @@ -129,12 +129,12 @@ jobs:
PROGRAM: ${{ matrix.program }}

- name: Download a so files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-so
path: ./target/deploy/
- name: Download idl files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{matrix.program}}-idl
path: ./target/idl/
Expand All @@ -148,7 +148,7 @@ jobs:
program-id: ${{ env.PROGRAM_ID }}
buffer-authority: ${{ secrets.DEVNET_MULTISIG_VAULT }}
- name: Squads program upgrade
uses: helium/[email protected].1
uses: helium/[email protected].3
with:
network-url: "https://api.devnet.solana.com"
program-multisig: ${{ secrets.DEVNET_MULTISIG }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-program.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
buffer-authority: ${{ secrets.MULTISIG_VAULT }}

- name: Squads program upgrade
uses: helium/[email protected].1
uses: helium/[email protected].3
with:
network-url: "https://api.mainnet-beta.solana.com"
program-multisig: ${{ secrets.MULTISIG }}
Expand Down
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](https://github.com/helium/modular-governance/compare/v0.0.14...v0.0.15) (2024-12-06)

**Note:** Version bump only for package modular-governance





## [0.0.14](https://github.com/helium/modular-governance/compare/v0.0.13...v0.0.14) (2024-10-24)

**Note:** Version bump only for package modular-governance





## [0.0.13](https://github.com/helium/modular-governance/compare/v0.0.12...v0.0.13) (2024-09-06)

**Note:** Version bump only for package modular-governance
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
"packages/*"
],
"useWorkspaces": true,
"version": "0.0.13"
"version": "0.0.15"
}
16 changes: 16 additions & 0 deletions packages/docsite/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](https://github.com/helium/modular-governance/compare/v0.0.14...v0.0.15) (2024-12-06)

**Note:** Version bump only for package governance-docs





## [0.0.14](https://github.com/helium/modular-governance/compare/v0.0.13...v0.0.14) (2024-10-24)

**Note:** Version bump only for package governance-docs





## [0.0.13](https://github.com/helium/modular-governance/compare/v0.0.12...v0.0.13) (2024-09-06)

**Note:** Version bump only for package governance-docs
Expand Down
2 changes: 1 addition & 1 deletion packages/docsite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "governance-docs",
"version": "0.0.13",
"version": "0.0.15",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
25 changes: 14 additions & 11 deletions packages/docsite/src/pages/docs/api/state-controller-sdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,14 +124,17 @@ If you are looking for a quick start guide, check out the [Getting Started](/doc

### ResolutionNode

| Variant | Fields |
| ----------------- | ------------------------ |
| Resolved | choices: [object Object] |
| EndTimestamp | end_ts: i64 |
| OffsetFromStartTs | offset: i64 |
| ChoiceVoteWeight | weight_threshold: u128 |
| ChoicePercentage | percentage: i32 |
| Top | n: u16 |
| NumResolved | n: u16 |
| And | |
| Or | |
| Variant | Fields |
| ------------------------- | ------------------------ |
| Resolved | choices: [object Object] |
| EndTimestamp | end_ts: i64 |
| OffsetFromStartTs | offset: i64 |
| ChoiceVoteWeight | weight_threshold: u128 |
| ChoicePercentage | percentage: i32 |
| Top | n: u16 |
| NumResolved | n: u16 |
| And | |
| Or | |
| Not | choice_name: string |
| TotalWeight | weight_threshold: u128 |
| ChoicePercentageOfCurrent | percentage: i32 |
16 changes: 16 additions & 0 deletions packages/modular-governance-hooks/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](https://github.com/helium/modular-governance/compare/v0.0.14...v0.0.15) (2024-12-06)

**Note:** Version bump only for package @helium/modular-governance-hooks





## [0.0.14](https://github.com/helium/modular-governance/compare/v0.0.13...v0.0.14) (2024-10-24)

**Note:** Version bump only for package @helium/modular-governance-hooks





## [0.0.13](https://github.com/helium/modular-governance/compare/v0.0.12...v0.0.13) (2024-09-06)

**Note:** Version bump only for package @helium/modular-governance-hooks
Expand Down
6 changes: 3 additions & 3 deletions packages/modular-governance-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.0.13",
"version": "0.0.15",
"description": "React hooks for modular governance",
"repository": {
"type": "git",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@helium/account-fetch-cache": "^0.5.0",
"@helium/account-fetch-cache-hooks": "^0.5.0",
"@helium/helium-react-hooks": "^0.5.0",
"@helium/modular-governance-idls": "^0.0.13",
"@helium/organization-sdk": "^0.0.13",
"@helium/modular-governance-idls": "^0.0.15",
"@helium/organization-sdk": "^0.0.15",
"@solana/web3.js": "^1.78.4"
},
"devDependencies": {
Expand Down
16 changes: 16 additions & 0 deletions packages/modular-governance-idls/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](https://github.com/helium/modular-governance/compare/v0.0.14...v0.0.15) (2024-12-06)

**Note:** Version bump only for package @helium/modular-governance-idls





## [0.0.14](https://github.com/helium/modular-governance/compare/v0.0.13...v0.0.14) (2024-10-24)

**Note:** Version bump only for package @helium/modular-governance-idls





## [0.0.13](https://github.com/helium/modular-governance/compare/v0.0.12...v0.0.13) (2024-09-06)

**Note:** Version bump only for package @helium/modular-governance-idls
Expand Down
2 changes: 1 addition & 1 deletion packages/modular-governance-idls/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@helium/modular-governance-idls",
"version": "0.0.13",
"version": "0.0.15",
"description": "Exported idls",
"publishConfig": {
"access": "public",
Expand Down

Large diffs are not rendered by default.

16 changes: 16 additions & 0 deletions packages/nft-proxy-sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,22 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## [0.0.15](https://github.com/helium/modular-governance/compare/v0.0.14...v0.0.15) (2024-12-06)

**Note:** Version bump only for package @helium/nft-proxy-sdk





## [0.0.14](https://github.com/helium/modular-governance/compare/v0.0.13...v0.0.14) (2024-10-24)

**Note:** Version bump only for package @helium/nft-proxy-sdk





## [0.0.13](https://github.com/helium/modular-governance/compare/v0.0.12...v0.0.13) (2024-09-06)

**Note:** Version bump only for package @helium/nft-proxy-sdk
Expand Down
2 changes: 1 addition & 1 deletion packages/nft-proxy-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"registry": "https://registry.npmjs.org/"
},
"license": "Apache-2.0",
"version": "0.0.13",
"version": "0.0.15",
"description": "Interface to the nft proxy smart contract",
"repository": {
"type": "git",
Expand Down
Loading
Loading