-
Notifications
You must be signed in to change notification settings - Fork 185
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
Digital Objects #1543
base: staging
Are you sure you want to change the base?
Digital Objects #1543
Conversation
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.
@andrewrothman see my two comments below.
also, what do you think about making the object interface 'hidden' by default and only loading and displaying it after a user receives or holds an object token
@@ -32,8 +33,6 @@ def send_form_response(response_dict): | |||
else: | |||
response_status='invalid pubkey' | |||
pubkey=None | |||
|
|||
print response_dict |
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.
@andrewrothman please do not remove this, it is actually used when checking user reports of tx issues to verify what the api was received
@@ -396,7 +396,9 @@ | |||
"OPTIONS":"Wallet Options", | |||
"OPTIONSTOGGLE":"Toggle Options", | |||
"PORTFOLIO":"Portfolio Composition by value", | |||
"WALLETID":"Wallet ID" | |||
"WALLETID":"Wallet ID", |
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.
@andrewrothman please make sure to update all the lang files in the local folder.
also make sure to update the fallback lang file https://github.com/OmniLayer/omniwallet/blob/master/www/js/lang/en-US.js
Hey @andrewrothman, what's the status of this? |
Adds digital object support to Omniwallet.
Also includes testnet fixes.