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

[MEX-397] xmex position energy increase #1219

Merged

Conversation

claudiulataretu
Copy link
Collaborator

Reasoning

  • proxy dex can now support update of xmex energy from locked tokens

Proposed Changes

  • added query to generate transactions for update energy from proxy locked tokens

How to test

query IncreaseProxyPairTokenEnergy {
	increaseProxyPairTokenEnergy(
		payment: {
			tokenID: "XMEXLP-87c08d",
			nonce: 1,
			amount: "1"
		},
		lockEpochs: 360
	) {
		data
	}
}

Copy link

codecov bot commented Nov 13, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (42cedea) 56.14% compared to head (f9d849b) 56.16%.
Report is 8 commits behind head on feat/xexchange-v3.

Additional details and impacted files
@@                  Coverage Diff                  @@
##           feat/xexchange-v3    #1219      +/-   ##
=====================================================
+ Coverage              56.14%   56.16%   +0.02%     
=====================================================
  Files                    235      235              
  Lines                   7826     7846      +20     
  Branches                 519      522       +3     
=====================================================
+ Hits                    4394     4407      +13     
- Misses                  2990     2994       +4     
- Partials                 442      445       +3     
Flag Coverage Δ
unittests 56.16% <0.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ices/proxy-pair/proxy.pair.transactions.service.ts 60.46% <0.00%> (-1.44%) ⬇️

... and 6 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@claudiulataretu claudiulataretu merged commit e22b72e into feat/xexchange-v3 Nov 20, 2023
2 of 3 checks passed
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.

3 participants