Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
146 commits
Select commit Hold shift + click to select a range
4b98ddc
Bump node version
ryangoree Feb 9, 2025
dc6e1e8
Delete library specific sdks
ryangoree Feb 9, 2025
d7a6df5
Rename sdk to council-js
ryangoree Feb 9, 2025
3d93ccb
Reset version
ryangoree Feb 9, 2025
bc3fa0b
Update sdk package.json
ryangoree Feb 9, 2025
a7eb7fc
Update monorepo package.json, remove lint hook
ryangoree Feb 9, 2025
ec81bdb
Update turbo.json
ryangoree Feb 9, 2025
c89d9f1
Delete old utils that will come from drift
ryangoree Feb 9, 2025
14a049b
Add drift utils
ryangoree Feb 9, 2025
7c582ea
Rename models dir to entities
ryangoree Feb 9, 2025
8384738
Add token clients
ryangoree Feb 9, 2025
a06a02d
Rename SdkClient, simplify, update tokens
ryangoree Feb 9, 2025
acd48f2
Simplify tokens
ryangoree Feb 9, 2025
146198a
Update airdrop entities
ryangoree Feb 9, 2025
92b61ac
Update drift
ryangoree Feb 9, 2025
891b556
Bump drift, remove unused dependencies
ryangoree Feb 12, 2025
34b6254
Refactor and simplify SDK
ryangoree Feb 12, 2025
b5988fa
Update tsup and package.json
ryangoree Feb 12, 2025
9d2c672
Remove old typedoc tags
ryangoree Feb 12, 2025
8ee2e87
Remove unnecessary config
ryangoree Feb 12, 2025
c621ae5
Fix test and types
ryangoree Feb 12, 2025
b9ee365
Remove postinstall hook
ryangoree Feb 12, 2025
e8ac0dc
Add client config to entity constructor params
ryangoree Feb 12, 2025
e2edf68
Bump UI dependencies
ryangoree Feb 12, 2025
b8d6355
Delete unnecessary eslint
ryangoree Feb 12, 2025
23f049a
Bump sdk starter deps, rename
ryangoree Feb 12, 2025
d6e91c3
Bump remaining deps
ryangoree Feb 12, 2025
7d28eb7
Added `createCouncil` fn
ryangoree Feb 12, 2025
872cb25
Fix type import
ryangoree Feb 12, 2025
acdadca
Add executeProposal
ryangoree Feb 12, 2025
1abb2a1
Add `getProposalResults` to ReadCoreVoting
ryangoree Feb 12, 2025
c626acc
Update scripts
ryangoree Feb 12, 2025
b91e7ed
Add `Council` type to sdk
ryangoree Feb 12, 2025
6763ef7
Bump turbo
ryangoree Feb 18, 2025
f88fc3e
Bump drift
ryangoree Feb 18, 2025
454c06f
Add `getProposalExecution` to `ReadCoreVoting`
ryangoree Feb 18, 2025
9457b40
Combine hook and extension in `Entity`
ryangoree Feb 19, 2025
d1da813
Add test for `getProposalVotingPower`
ryangoree Feb 19, 2025
c23deab
Remove scripts for non-existent script
ryangoree Feb 19, 2025
0e1afbd
Update ui lib files
ryangoree Feb 19, 2025
2ce51ec
Update UI utils
ryangoree Feb 19, 2025
9d99eb3
Update core UI hooks
ryangoree Feb 19, 2025
bb3d81a
Update proposals page
ryangoree Feb 19, 2025
0757c3e
Update `ProposalsTable`
ryangoree Feb 19, 2025
ab37d2a
Bump drift
ryangoree Feb 26, 2025
13df545
Cleanup
ryangoree Feb 27, 2025
4848701
Bump drift, export abis from sdk
ryangoree Feb 27, 2025
814f9ba
Improve `ReadCoreVoting` API
ryangoree Feb 27, 2025
7c6ae68
Update tailwind
ryangoree Feb 27, 2025
951c66e
Init wasm module in sdk
ryangoree Feb 27, 2025
2523bbd
Cleanup wagmi client
ryangoree Feb 27, 2025
aa80687
Update config types
ryangoree Feb 27, 2025
e6cf267
Export configs `as const`
ryangoree Feb 27, 2025
3f34d9c
Infer supported `SupportedChainId` from `councilConfigs`
ryangoree Feb 27, 2025
0783218
Add config utils
ryangoree Feb 27, 2025
198c1f9
Update `useSupportedChainId`
ryangoree Feb 27, 2025
748e5d9
Add `getDrift`
ryangoree Feb 27, 2025
41ee860
Bump drift
ryangoree Feb 27, 2025
a3b7100
Update SDK with new utils
ryangoree Feb 27, 2025
ee5a515
Delete `getProposalStatus`
ryangoree Feb 27, 2025
ff977bf
Update `getAirdropData`
ryangoree Feb 27, 2025
c26eb61
Update `getBlockDate`
ryangoree Feb 27, 2025
3ad7cb0
Update `getBulkEnsRecords`
ryangoree Feb 27, 2025
205015d
Update sdk exports
ryangoree Feb 27, 2025
c191e3c
Update `tooltipsByStatus`
ryangoree Feb 27, 2025
4b40496
Add `getProposalCreations` method
ryangoree Feb 27, 2025
c146a31
add core voting address to proposal args
ryangoree Feb 27, 2025
af6a793
Nit
ryangoree Feb 27, 2025
6ebf687
Make fields required on `ProposalCreation`
ryangoree Feb 27, 2025
55d5150
Make `Proposal` generic and add `chainId` field
ryangoree Feb 27, 2025
5bb12cc
Update proposals index
ryangoree Feb 27, 2025
c22d7ea
update `useReadCouncil`
ryangoree Feb 27, 2025
2b4b310
Update use council hooks
ryangoree Feb 27, 2025
8334e22
Update `ProposalsTable`
ryangoree Feb 27, 2025
2b14824
Remove unused props
ryangoree Feb 27, 2025
b2d87fa
Fix `useSupportedChainId` usage
ryangoree Feb 27, 2025
585a2f8
Update `useCouncilConfig`
ryangoree Feb 27, 2025
c2b47b7
Update `useGscMembers`
ryangoree Feb 27, 2025
64e67e2
Update `useReadGscVault`
ryangoree Feb 27, 2025
58050a3
Nit
ryangoree Feb 27, 2025
e85d504
Cleanup `wagmi`
ryangoree Feb 27, 2025
eaabcf5
Patch `getBulkEnsRecords`
ryangoree Feb 27, 2025
e613019
Remove type param from `getCouncilConfig`
ryangoree Feb 27, 2025
83338b5
Add `getCoreVotingConfig` and `getProposalConfig`
ryangoree Feb 27, 2025
d00c357
Improve `getVotingContractConfig` return type
ryangoree Feb 27, 2025
91433de
Update proposal details page
ryangoree Feb 27, 2025
6d8cb82
Update config
ryangoree Feb 27, 2025
4af8a92
Update `useVotingPowerByVault`
ryangoree Feb 28, 2025
730226d
update `useVotingPower`
ryangoree Feb 28, 2025
d9bc3b9
Delete hooks for deleted proposal class
ryangoree Feb 28, 2025
a1a3742
Add `ExtendedVotingContractConfig`
ryangoree Feb 28, 2025
a6fe745
Add `useProposalCreation`
ryangoree Feb 28, 2025
eb15422
Add `useProposal`
ryangoree Feb 28, 2025
690b696
Update `useVote`
ryangoree Feb 28, 2025
2648443
Update use council hooks
ryangoree Feb 28, 2025
9197c68
Add `vote` method
ryangoree Feb 28, 2025
81c603e
Update `useSubmitVote`
ryangoree Feb 28, 2025
35fd080
Update `ProposalVoting`
ryangoree Feb 28, 2025
5848dee
Update airdrop page
ryangoree Feb 28, 2025
20956a5
Update airdrop page and hooks
ryangoree Feb 28, 2025
9c030ca
Update vault details page and hooks
ryangoree Feb 28, 2025
f933b12
Bump drift
ryangoree Mar 2, 2025
9007dd0
Delete unused utils
ryangoree Mar 2, 2025
e98af48
Fix test
ryangoree Mar 2, 2025
15a09bd
Update vaults page
ryangoree Mar 2, 2025
c2bea0e
Update voters page
ryangoree Mar 2, 2025
bc49053
Update voter details page
ryangoree Mar 3, 2025
92c6b38
Update GSC details page
ryangoree Mar 3, 2025
94a24b4
Update
ryangoree Mar 3, 2025
621c017
Add `getVoters`
ryangoree Mar 3, 2025
4beeeef
Update `FrozenLockingVaultDetails`
ryangoree Mar 3, 2025
af555df
Update `useChangeDelegate`
ryangoree Mar 3, 2025
75dd120
Update `VotingActivityTable`
ryangoree Mar 3, 2025
833ea6b
Update `Quorum`
ryangoree Mar 3, 2025
bdf64a7
Update `ProposalStatsRow`
ryangoree Mar 3, 2025
9dabb67
Update `LockingVaultDetails`
ryangoree Mar 3, 2025
a05e4c9
Update `VestingVaultDetails`
ryangoree Mar 3, 2025
7c78f71
Update `GenericVaultDetails`
ryangoree Mar 3, 2025
ce98a0e
Update vesting vault `useChangeDelegate`
ryangoree Mar 3, 2025
6fb2a68
Update `GscVaultDetails`
ryangoree Mar 4, 2025
a8e89ab
Move type into components
ryangoree Mar 4, 2025
d3d37ae
Update `GscMembersTable`
ryangoree Mar 4, 2025
a3f0e0b
Update `VoterAddress`
ryangoree Mar 4, 2025
aed8bb1
Update `useKickGscMember`
ryangoree Mar 4, 2025
a8a9a13
Patches
ryangoree Mar 4, 2025
92983c7
Init fixed-point-wasm
ryangoree Mar 4, 2025
48d6e99
Address typecheck
ryangoree Mar 5, 2025
ec475f5
More fixes
ryangoree Mar 5, 2025
8d7ba31
More progress
ryangoree Mar 5, 2025
cf86360
Progress
ryangoree Mar 5, 2025
0bedb08
Bump deps
ryangoree Mar 5, 2025
57d94c6
Add `getProposalArgs` to `ReadCoreVoting`, make `targets` & `calldata…
ryangoree Mar 7, 2025
25bbb08
Update CLI
ryangoree Mar 7, 2025
6f40629
Update sandbox
ryangoree Mar 7, 2025
6c540cc
More UI progress
ryangoree Mar 7, 2025
39d5a32
Update landing page
ryangoree Mar 8, 2025
8946362
Cleanup
ryangoree Mar 8, 2025
04ce8b4
Fix type errors
ryangoree Mar 8, 2025
81ac2f3
Bump fixed-point-wasm
ryangoree Mar 8, 2025
696ec5a
Fix CLI
ryangoree Mar 12, 2025
d9487a3
More CLI fixes
ryangoree Mar 13, 2025
b349b09
Move pages into src
ryangoree Mar 13, 2025
70f23c4
Add "unlocked", "closed", "failed" to `ProposalStatus`
ryangoree Mar 14, 2025
9463a75
CLI patches
ryangoree Mar 14, 2025
cc243fc
UI Cleanup
ryangoree Mar 14, 2025
f29f615
Add execute button to proposal details page
ryangoree Mar 14, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
5 changes: 5 additions & 0 deletions .changeset/fifty-months-brake.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@delvtech/council-cli": patch
---

Updated and improved the CLI
4 changes: 0 additions & 4 deletions .husky/pre-commit

This file was deleted.

2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
45 changes: 19 additions & 26 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,20 @@
{
"eslint.workingDirectories": [
"./apps/council-ui"
],
"dotenv.enableAutocloaking": false,
"json.schemas": [
{
"fileMatch": [
"*.deployments.json"
],
"url": "./packages/council-deploy/src/deployments/deployments.schema.json"
}
],
"markdown.extension.toc.levels": "2..6",
"cSpell.words": [
"abitype",
"calldatas",
"Delegators",
"delvtech",
"merkle",
"Timelock",
"tsup",
"typecheck",
"unvested",
"Viem"
]
}
"eslint.workingDirectories": ["./apps/council-ui"],
"markdown.extension.toc.levels": "2..6",
"cSpell.words": [
"abitype",
"calldatas",
"delegators",
"delvtech",
"keccak",
"linea",
"merkle",
"signale",
"timelock",
"tsup",
"typecheck",
"unvested",
"viem",
"wagmi"
]
}
5 changes: 0 additions & 5 deletions apps/.eslintrc

This file was deleted.

2 changes: 0 additions & 2 deletions apps/council-sdk-starter/.env.example

This file was deleted.

56 changes: 0 additions & 56 deletions apps/council-sdk-starter/README.md

This file was deleted.

30 changes: 0 additions & 30 deletions apps/council-sdk-starter/package.json

This file was deleted.

20 changes: 0 additions & 20 deletions apps/council-sdk-starter/src/client.ts

This file was deleted.

3 changes: 0 additions & 3 deletions apps/council-sdk-starter/src/index.ts

This file was deleted.

30 changes: 0 additions & 30 deletions apps/council-sdk-starter/src/scripts/changeVaultStatus.ts

This file was deleted.

78 changes: 0 additions & 78 deletions apps/council-sdk-starter/src/scripts/createProposal.ts

This file was deleted.

30 changes: 0 additions & 30 deletions apps/council-sdk-starter/src/scripts/executeProposal.ts

This file was deleted.

44 changes: 0 additions & 44 deletions apps/council-sdk-starter/src/scripts/getGSCMembers.ts

This file was deleted.

Loading
Loading