8000 Lp shade swap by DrPresident · Pull Request #213 · securesecrets/shade · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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

Merged
merged 57 commits into from
Jun 21, 2022
Merged

Lp shade swap #213

merged 57 commits into from
Jun 21, 2022

Conversation

DrPresident
Copy link
Collaborator

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.

@DrPresident DrPresident changed the base branch from main to dev May 13, 2022 16:49
@FloppyDisck
Copy link
Contributor

'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()))?;
Copy link
Contributor

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

Copy link
Collaborator Author

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

@DrPresident DrPresident merged commit 5a01aee into dev Jun 21, 2022
@DrPresident DrPresident deleted the lp-shade-swap branch June 21, 2022 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants