-
Notifications
You must be signed in to change notification settings - Fork 69
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
Add macro to list currency id constants (list_assets) #1138
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 4 Ignored Deployments
|
7ceeb90
2079b96
to
bd5b873
Compare
@benluelo can you rebase this? |
bd5b873
to
f70f34e
Compare
1416f79
Deployment failed with the following error:
|
Codecov Report
@@ Coverage Diff @@
## main #1138 +/- ##
==========================================
+ Coverage 57.96% 57.99% +0.03%
==========================================
Files 317 317
Lines 39850 39825 -25
==========================================
- Hits 23098 23097 -1
+ Misses 16752 16728 -24
Continue to review full report at Codecov.
|
bors r+ |
Build succeeded: |
Description
I noticed the list_assets function and the defined
CurrencyId
consts were going out of sync periodically, so I added a simple macro to define thelist_assets
function.NOTE: parity-scale-codec-derive is broken as of 3.1.3: paritytech/parity-scale-codec#348, added a patch.