-
Notifications
You must be signed in to change notification settings - Fork 24
Lp shade swap #213
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
Lp shade swap #213
Conversation
e020d46
to
f5ed77c
Compare
…reasury_manager.holders
'contract-harness' is already fixed and working nicely with make in the latest 'dev' branch so you can revert those changes. Reverting the changes should also make your checks pass since they seem to be related to that. |
@@ -91,7 +91,10 @@ pub fn allowance<S: Storage, A: Api, Q: Querier>( | |||
owner: HumanAddr, | |||
spender: HumanAddr, | |||
) -> StdResult<QueryAnswer> { | |||
let allowance = Allowance::load(&deps.storage, (owner.clone(), spender.clone()))?; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you revert this and then pull from dev
? This change is already merged
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It is adding in the may_load
, not sure why its showing as my change
Added a little bit of treasury stuff, added some contract harnesses, Also got a shell contract for shadeswap LP providing but waiting on a merge into dev from shadeswap for the in progress AMM contract.