This repository has been archived by the owner on Dec 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… inconsistency Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com> # Conflicts: # BlockchainSdk/Extensions/TWCoin+.swift
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
m3g0byt3
commented
Sep 5, 2024
Comment on lines
-19
to
-20
let linkResolver = APINodeInfoResolver(blockchain: blockchain, config: config) | ||
let apiKeyInfoProvider = APIKeysInfoProvider(blockchain: blockchain, config: config) |
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.
Код не юзается
Проверил - приватная апишка тона с ключем (которая https://toncenter.com/api/v2
) сейчас резолвится и работает без проблем
🟠 12:09:43:739: Response: https://toncenter.com/api/v2/jsonRPC
🟠 12:09:43:740: body: {
"result" : {
"account_state" : "uninitialized",
"last_transaction_id" : {
"@type" : "internal.transactionId",
"hash" : "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA=",
"lt" : "0"
},
"wallet" : false,
"balance" : 0
},
"id" : "CF15D329-86AB-458D-9158-EA086894BF50",
"jsonrpc" : "2.0",
"ok" : true
}
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
tureck1y
approved these changes
Sep 5, 2024
fedorov-d
approved these changes
Sep 6, 2024
dbaturin
approved these changes
Sep 6, 2024
AlekseiMuraveinik1
approved these changes
Sep 6, 2024
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
tureck1y
pushed a commit
that referenced
this pull request
Sep 16, 2024
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
IOS-7578