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

fix: bunch of fixes #19

Merged
merged 36 commits into from
Apr 6, 2023
Merged
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
81d2107
init vesting contract
Mar 15, 2023
146a8db
wip
Mar 16, 2023
516cdaa
added vesting base type. Added vesting-lp contract
Mar 17, 2023
35c39f8
moved CONFIG and OWNERSHIP_PROPOSAL to BaseVesting fields
Mar 17, 2023
4ebc213
fix: user info query
ratik Mar 21, 2023
80d94f4
user_address instead of info.sender in handle_withdraw_from_lockup
pr0n00gler Mar 21, 2023
4b4a911
feat: allow airdrop contract set pool info
ratik Mar 22, 2023
a348c74
feat: set pool info on lockdrop when setting pool size
ratik Mar 22, 2023
593f8b7
feat: incentives_share u64 > Uint128
ratik Mar 22, 2023
c67fdca
fix: PoolType keys parsing
ratik Mar 22, 2023
5d240b9
return setting pool info in the init msg of the lockdrop contract
pr0n00gler Mar 22, 2023
deaeede
chore: update schema
ratik Mar 22, 2023
794673d
fix: sort denoms and fix init pool
ratik Mar 23, 2023
5fa00e0
fix: wrong amount
ratik Mar 23, 2023
278b1ef
fix: wrong condititon
ratik Mar 23, 2023
9e782a4
Merge branch 'feat/vesting-and-vault-interface' of github.com:neutron…
ratik Mar 23, 2023
0712db4
chore: lint + formatting for vesting contract
ratik Mar 23, 2023
865b304
Update contracts/vesting-lp/src/lib.rs
swelf19 Mar 24, 2023
7db8e3b
added test. fixed bug. run fmt
swelf19 Mar 24, 2023
659fcd1
Merge remote-tracking branch 'origin/feat/vesting-and-vault-interface…
swelf19 Mar 24, 2023
75a4f64
merged base, more clippy fixes
Mar 23, 2023
abb0ce6
fmt
swelf19 Mar 24, 2023
f84d06c
Merge branch 'main' into feat/vesting-and-vault-interface
swelf19 Mar 24, 2023
1670424
fix: vesting contract fix
ratik Mar 24, 2023
83a68f8
Merge branch 'feat/vesting-and-vault-interface' of github.com:neutron…
ratik Mar 24, 2023
d29131a
fix: query entry point
ratik Mar 24, 2023
d2eaf32
fix: vesting fixes
ratik Mar 25, 2023
cf52ba4
fix: locked amount typo
ratik Mar 25, 2023
dcb8663
Update contracts/vesting-lp/src/contract.rs
swelf19 Mar 27, 2023
d28328b
feat: vesting duration
ratik Mar 27, 2023
a6202e5
Merge branch 'feat/vesting-and-vault-interface' of github.com:neutron…
ratik Mar 27, 2023
0da3c11
Merge pull request #21 from neutron-org/feat/all-we-need
ratik Mar 27, 2023
5a03435
Merge branch 'main' of github.com:neutron-org/neutron-tge-contracts i…
ratik Mar 30, 2023
f1c4ab4
feat: init pool must be permissionless
ratik Mar 30, 2023
446b41e
fix: init lockdrop pool on this pool init
ratik Mar 30, 2023
6597e0c
feat: denom token manager (#23)
ratik Apr 6, 2023
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
137 changes: 60 additions & 77 deletions Cargo.lock

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

Loading