René's URL Explorer Experiment


Title: cannot list ADA addresses · Issue #19 · fireblocks/java-sdk · GitHub

Open Graph Title: cannot list ADA addresses · Issue #19 · fireblocks/java-sdk

X Title: cannot list ADA addresses · Issue #19 · fireblocks/java-sdk

Description: api returns addressFormat":"BASE, which is missing in enums openapi.yaml file, so you need to update that one: VaultWalletAddress: example: bip44AddressIndex: 0 legacyAddress: legacyAddress address: address assetId: assetId addressFormat...

Open Graph Description: api returns addressFormat":"BASE, which is missing in enums openapi.yaml file, so you need to update that one: VaultWalletAddress: example: bip44AddressIndex: 0 legacyAddress: legacyAddress address...

X Description: api returns addressFormat":"BASE, which is missing in enums openapi.yaml file, so you need to update that one: VaultWalletAddress: example: bip44AddressIndex: 0 legacyAddress: legacyAddre...

Opengraph URL: https://github.com/fireblocks/java-sdk/issues/19

X: @github

direct link

Domain: patch-diff.githubusercontent.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"cannot list ADA addresses","articleBody":"api returns `addressFormat\":\"BASE`, which is missing in enums openapi.yaml file, so you need to update that one:\r\n\r\n```\r\n   VaultWalletAddress:\r\n      example:\r\n        bip44AddressIndex: 0\r\n        legacyAddress: legacyAddress\r\n        address: address\r\n        assetId: assetId\r\n        addressFormat: SEGWIT\r\n        userDefined: true\r\n        enterpriseAddress: enterpriseAddress\r\n        description: description\r\n        tag: tag\r\n        type: type\r\n        customerRefId: customerRefId\r\n      properties:\r\n        assetId:\r\n          type: string\r\n          x-fb-entity: asset\r\n        address:\r\n          type: string\r\n        description:\r\n          type: string\r\n        tag:\r\n          type: string\r\n        type:\r\n          type: string\r\n        customerRefId:\r\n          type: string\r\n        addressFormat:\r\n          enum:\r\n          - SEGWIT\r\n          - LEGACY\r\n############          - BASE  is missing here #############\r\n          type: string\r\n        legacyAddress:\r\n          type: string\r\n        enterpriseAddress:\r\n          type: string\r\n        bip44AddressIndex:\r\n          type: integer\r\n        userDefined:\r\n          type: boolean\r\n      type: object\r\n```\r\n\r\nand regenerate java code, because now listing ADA addresses fails with:\r\n\r\n\r\n```\r\nCaused by: com.fasterxml.jackson.databind.exc.ValueInstantiationException: Cannot construct instance of `com.fireblocks.sdk.model.VaultWalletAddress$AddressFormatEnum`, problem: Unexpected value 'BASE'\r\n at [Source: (String)\"{\"addresses\":[{\"assetId\":\"ADA_TEST\",\"address\":\"addr_test1qrw7kkhv5vcwwvsfpwvflmdmn0myyttxxszr92vj4q07phyp5aw6kmh7rfjha3a00r7gr692yjse84l6yl2s03cv0qnsa2xsmx\",\"description\":\"\",\"tag\":\"\",\"type\":\"Permanent\",\"addressFormat\":\"BASE\",\"legacyAddress\":\"\",\"enterpriseAddress\":\"addr_test1vrw7kkhv5vcwwvsfpwvflmdmn0myyttxxszr92vj4q07phq6nuep4\",\"bip44AddressIndex\":0,\"userDefined\":false},{\"assetId\":\"ADA_TEST\",\"address\":\"addr_test1vrw7kkhv5vcwwvsfpwvflmdmn0myyttxxszr92vj4q07phq6nuep4\",\"description\":\"\",\"tag\":\"\",\"ty\"[truncated 735 chars]; line: 1, column: 219] (through reference chain: com.fireblocks.sdk.model.PaginatedAddressResponse[\"addresses\"]-\u003ejava.util.ArrayList[0]-\u003ecom.fireblocks.sdk.model.VaultWalletAddress[\"addressFormat\"])\r\n\tat com.fasterxml.jackson.databind.exc.ValueInstantiationException.from(ValueInstantiationException.java:47)\r\n\tat com.fasterxml.jackson.databind.DeserializationContext.instantiationException(DeserializationContext.java:1735)\r\n\tat com.fasterxml.jackson.databind.DeserializationContext.handleInstantiationProblem(DeserializationContext.java:1109)\r\n\tat com.fasterxml.jackson.databind.deser.std.FactoryBasedEnumDeserializer.deserialize(FactoryBasedEnumDeserializer.java:146)\r\n\tat com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:129)\r\n\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:288)\r\n\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:151)\r\n\tat com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:286)\r\n\tat com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:245)\r\n\tat com.fasterxml.jackson.databind.deser.std.CollectionDeserializer.deserialize(CollectionDeserializer.java:27)\r\n\tat com.fasterxml.jackson.databind.deser.impl.MethodProperty.deserializeAndSet(MethodProperty.java:129)\r\n\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.vanillaDeserialize(BeanDeserializer.java:288)\r\n\tat com.fasterxml.jackson.databind.deser.BeanDeserializer.deserialize(BeanDeserializer.java:151)\r\n\tat com.fasterxml.jackson.databind.ObjectMapper._readMapAndClose(ObjectMapper.java:4218)\r\n\tat com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3214)\r\n\tat com.fasterxml.jackson.databind.ObjectMapper.readValue(ObjectMapper.java:3197)\r\n\tat com.fireblocks.sdk.api.VaultsApi.lambda$getVaultAccountAssetAddressesPaginated$19(VaultsApi.java:1545)\r\n\t... 7 more\r\n```","author":{"url":"https://github.com/PavelNiedoba","@type":"Person","name":"PavelNiedoba"},"datePublished":"2024-05-29T13:22:07.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":3},"url":"https://github.com/19/java-sdk/issues/19"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:cad4db3d-1c47-2212-85e2-22606e1b0178
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-idBE04:26D883:E0AB5:1281E4:698D3715
html-safe-noncec7ea347b7adc2a96e9b4e3d100d22984d6faf16742e24c0c73056ac0e3932d14
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJCRTA0OjI2RDg4MzpFMEFCNToxMjgxRTQ6Njk4RDM3MTUiLCJ2aXNpdG9yX2lkIjoiNjc4MzIxNTEzNzA5NDE4Njc3MyIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmac8e92300d3f22267ebe5f81dd78c6376b27e7b5c3b9d94938410b9b00a142d5ad
hovercard-subject-tagissue:2323323192
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/fireblocks/java-sdk/19/issue_layout
twitter:imagehttps://opengraph.githubassets.com/0e493dd477a30ec7ccdf8724bb89745d9b1d5a02ccad3c76895b87199ac20b46/fireblocks/java-sdk/issues/19
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/0e493dd477a30ec7ccdf8724bb89745d9b1d5a02ccad3c76895b87199ac20b46/fireblocks/java-sdk/issues/19
og:image:altapi returns addressFormat":"BASE, which is missing in enums openapi.yaml file, so you need to update that one: VaultWalletAddress: example: bip44AddressIndex: 0 legacyAddress: legacyAddress address...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamePavelNiedoba
hostnamegithub.com
expected-hostnamegithub.com
Nonec0818105fa276287e9369cfdefa0a0fa7953719791ceff9b94d69623c0a4fe8a
turbo-cache-controlno-preview
go-importgithub.com/fireblocks/java-sdk git https://github.com/fireblocks/java-sdk.git
octolytics-dimension-user_id40918269
octolytics-dimension-user_loginfireblocks
octolytics-dimension-repository_id653280893
octolytics-dimension-repository_nwofireblocks/java-sdk
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id653280893
octolytics-dimension-repository_network_root_nwofireblocks/java-sdk
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasebc912d4349851e5f32c76bbb213754e40947d7a6
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/19#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffireblocks%2Fjava-sdk%2Fissues%2F19
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Ffireblocks%2Fjava-sdk%2Fissues%2F19
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=fireblocks%2Fjava-sdk
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/19
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/19
Reloadhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/19
fireblocks https://patch-diff.githubusercontent.com/fireblocks
java-sdkhttps://patch-diff.githubusercontent.com/fireblocks/java-sdk
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Fork 5 https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Star 15 https://patch-diff.githubusercontent.com/login?return_to=%2Ffireblocks%2Fjava-sdk
Code https://patch-diff.githubusercontent.com/fireblocks/java-sdk
Issues 11 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues
Pull requests 6 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulls
Actions https://patch-diff.githubusercontent.com/fireblocks/java-sdk/actions
Projects 0 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/projects
Security 0 https://patch-diff.githubusercontent.com/fireblocks/java-sdk/security
Insights https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulse
Code https://patch-diff.githubusercontent.com/fireblocks/java-sdk
Issues https://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues
Pull requests https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulls
Actions https://patch-diff.githubusercontent.com/fireblocks/java-sdk/actions
Projects https://patch-diff.githubusercontent.com/fireblocks/java-sdk/projects
Security https://patch-diff.githubusercontent.com/fireblocks/java-sdk/security
Insights https://patch-diff.githubusercontent.com/fireblocks/java-sdk/pulse
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fireblocks/java-sdk/issues/19
New issuehttps://patch-diff.githubusercontent.com/login?return_to=https://github.com/fireblocks/java-sdk/issues/19
cannot list ADA addresseshttps://patch-diff.githubusercontent.com/fireblocks/java-sdk/issues/19#top
https://github.com/PavelNiedoba
https://github.com/PavelNiedoba
PavelNiedobahttps://github.com/PavelNiedoba
on May 29, 2024https://github.com/fireblocks/java-sdk/issues/19#issue-2323323192
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.