Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
8ceb4b2
feat: maxSupplyCap minter vault
dmytro-horbatenko Dec 2, 2025
f83e35c
feat: implement maxSupplyCap in minter vault configuration and migrat…
dmytro-horbatenko Dec 2, 2025
289872b
refactor: remove migrate-minter-vault script
dmytro-horbatenko Dec 2, 2025
74cc2b0
fix: move local scripts to verify
dmytro-horbatenko Dec 8, 2025
7790383
Merge pull request #15 from midas-apps/feat/max-supply-cap
dmytro-horbatenko Dec 8, 2025
6f9c085
feat: add safe approval methods for mint and redeem requests with sup…
dmytro-horbatenko Dec 11, 2025
7e0cd4c
refactor: update vault_common account attributes in mint and redeem r…
dmytro-horbatenko Dec 11, 2025
831d781
fix: improve error handling in amount conversion for redeemer
dmytro-horbatenko Dec 11, 2025
e1eccb7
fix: pull feed util
dmytro-horbatenko Dec 22, 2025
6ad2028
fix: approve redeem request script args
dmytro-horbatenko Dec 22, 2025
3ce30d4
Merge pull request #16 from midas-apps/feat/approve-at-price
dmytro-horbatenko Dec 23, 2025
22e1b53
Merge branch 'main' into feat/chainlink-feed
kostyamospan Feb 11, 2026
f16970e
feat: arithemtic operaitions panic replaced with error code
kostyamospan Feb 13, 2026
1befe7b
chore: basic timelock tests
kostyamospan Feb 13, 2026
dc7314b
chore: more squads scripts
kostyamospan Feb 14, 2026
4644d35
chore: timelock deployment scripts
kostyamospan Feb 14, 2026
4cf5cbe
chore: upgrade scripts
kostyamospan Feb 16, 2026
f79eb80
fix: comments
kostyamospan Feb 16, 2026
56f8695
chore: timelock scripts
kostyamospan Feb 17, 2026
de43bdd
fix: timelock scripts
kostyamospan Feb 17, 2026
0f58758
fix: typo
kostyamospan Feb 17, 2026
fc365d0
fix: log
kostyamospan Feb 18, 2026
bb9f79d
fix: timelock transfer authority
kostyamospan Feb 18, 2026
d4d704d
Merge remote-tracking branch 'origin/main' into feat/timelock
kostyamospan Feb 18, 2026
601a014
fix: tests
kostyamospan Feb 18, 2026
8e08b02
fix: toolchain
kostyamospan Feb 18, 2026
fae25f1
fix: resize instruction
kostyamospan Feb 19, 2026
1b5268c
Merge branch 'feat/timelock' into feat/solana-missing-features
kostyamospan Feb 19, 2026
e221eed
fix: log
kostyamospan Feb 19, 2026
b02cea7
Merge branch 'feat/timelock' into feat/solana-missing-features
kostyamospan Feb 19, 2026
d0c3f5a
fix: target
kostyamospan Feb 19, 2026
abb8ccf
fix: timelock flows
kostyamospan Feb 19, 2026
d3cfbfc
Merge branch 'feat/timelock' into feat/solana-missing-features
kostyamospan Feb 20, 2026
291966a
chore: draft account migration
kostyamospan Feb 20, 2026
0cfa151
chore: migration to anchor 0.32.1
kostyamospan Feb 23, 2026
6575510
fix: box instruction accounts
kostyamospan Feb 23, 2026
52aad9b
feat: chainlink support
kostyamospan Feb 23, 2026
dd023c7
chore: draft growth feed
kostyamospan Feb 23, 2026
becd788
feat: growth feed with tests
kostyamospan Feb 24, 2026
894d903
feat: migration from bankrun to litesvm
kostyamospan Feb 25, 2026
cf57a53
feat: minter vault migration instruction
kostyamospan Feb 25, 2026
051d874
feat: manual feed migration instruction
kostyamospan Feb 25, 2026
cdfa03f
fix: migration folder rename
kostyamospan Feb 25, 2026
563d3cd
fix: bankrun fn names removed
kostyamospan Feb 25, 2026
036018a
chore: log level added tests
kostyamospan Feb 25, 2026
56f9643
fix: todos removed
kostyamospan Feb 25, 2026
f281b36
chore: manual feed growth deployment scripts
kostyamospan Feb 26, 2026
d16fe18
fix: lint config toml
kostyamospan Feb 26, 2026
efd829d
chore: migration ts scripts
kostyamospan Feb 26, 2026
247271d
fix: ts format/lint
kostyamospan Feb 26, 2026
05df587
fix: lint commands package json
kostyamospan Feb 26, 2026
67a81b0
fix: rust codestyle
kostyamospan Feb 26, 2026
c424dd6
fix: tests
kostyamospan Feb 26, 2026
687067b
fix: int errors, clippy configuration
kostyamospan Feb 26, 2026
4578177
fix: price utils additional validation
kostyamospan Feb 27, 2026
9a6e52e
fix: midas vault utils downcast handle
kostyamospan Feb 27, 2026
cbf1619
fix: get deviatioin zero div check
kostyamospan Feb 27, 2026
be91335
fix: squads tests
kostyamospan Feb 27, 2026
75e1c39
fix: transfer upgrade authority
kostyamospan Feb 27, 2026
d963a54
feat: separate roles for price update and request approve/reject
kostyamospan Mar 10, 2026
bf4c78c
fix: package
kostyamospan Mar 10, 2026
554b12d
fix: tests
kostyamospan Mar 17, 2026
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
6 changes: 6 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"rust-analyzer.linkedProjects": ["Cargo.toml"],
"rust-analyzer.server.extraEnv": {
"CARGO_TARGET_DIR": "${workspaceFolder}/target"
}
}
4 changes: 4 additions & 0 deletions Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[toolchain]
anchor_version = "0.32.1"
solana_version = "2.2.20"
package_manager = "yarn"

[features]
resolution = true
Expand Down Expand Up @@ -40,3 +43,4 @@ test-feed = "yarn vitest run test/data-feed.test.ts"
test-minter = "yarn vitest run test/minter-vault.test.ts"
test-redeemer = "yarn vitest run test/redeemer-vault.test.ts"
test-tokens = "yarn vitest run test/mtokens.test.ts"
test-squads= "yarn vitest run test/squads.test.ts"
Loading
Loading