-
Notifications
You must be signed in to change notification settings - Fork 9
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
Feature/3913 add chia transaction builder #381
Feature/3913 add chia transaction builder #381
Conversation
…/3913-add-chia-transaction-builder # Conflicts: # BlockchainSdk.xcodeproj/project.pbxproj
# Conflicts: # BlockchainSdk/Common/Blockchain+AllCases.swift # BlockchainSdk/Common/Blockchain.swift # BlockchainSdk/Extensions/TWCoin+.swift # BlockchainSdkExample/BlockchainSdkExampleViewModel.swift
…/3913-add-chia-transaction-builder # Conflicts: # BlockchainSdk/Common/Blockchain+AllCases.swift # BlockchainSdk/Common/Blockchain.swift # BlockchainSdk/WalletManagers/Chia/ChiaAddressService.swift
…/3913-add-chia-transaction-builder # Conflicts: # BlockchainSdk.xcodeproj/project.pbxproj # BlockchainSdk/Common/Derivations/DerivationConfigV1.swift # BlockchainSdk/Common/Derivations/DerivationConfigV2.swift # BlockchainSdk/Common/Derivations/DerivationConfigV3.swift # BlockchainSdk/Extensions/BlockchainUtils/Bech32.swift # BlockchainSdk/WalletManagers/Chia/ChiaAddressService.swift # BlockchainSdk/WalletManagers/Chia/Common/ChiaConstant.swift # BlockchainSdk/WalletManagers/Chia/Common/ClvmProgram.swift
…/3913-add-chia-transaction-builder # Conflicts: # BlockchainSdk.xcodeproj/project.pbxproj
Podfile
Outdated
pod 'TangemSdk', :git => 'https://github.com/Tangem/tangem-sdk-ios.git', :tag => 'develop-259' | ||
#pod 'TangemSdk', :path => '../tangem-sdk-ios' | ||
pod 'TangemSdk', :git => 'https://github.com/Tangem/tangem-sdk-ios.git', :tag => 'develop' | ||
# pod 'TangemSdk', :path => '../tangem-sdk-ios' |
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.
тут получается лишнее изменение )
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.
тут получается лишнее изменение )
Жду еще от @tureck1y тег в TangemSdk можно пока пропустить
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.
я просто 7 строку) #
мы же теперь всегда в плотную держим )
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.
Все так, Саня обещал ругаться )
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.
да даже не важно как мы держим, эта строка не должна меняться) Если всем удобнее держать не вплотную, давайте так
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.
Да давайте в плотную, что бы точно одинаково было)
# Conflicts: # BlockchainSdk.xcodeproj/project.pbxproj
7b13438
Реализация сборщика транзакций + сетевой слой. Пока еще тестирую поэтому в драфте