-
Notifications
You must be signed in to change notification settings - Fork 461
Refactor createNewAccount function to be an internal function and remove unused password argument #815
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
Merged
JeneaVranceanu
merged 280 commits into
web3swift-team:develop-4.0
from
jskskjnekd:develop
May 3, 2023
Merged
Refactor createNewAccount function to be an internal function and remove unused password argument #815
Changes from all commits
Commits
Show all changes
280 commits
Select commit
Hold shift + click to select a range
1486d88
Upgrade GitHub Action checkout
cclauss 3850262
Fix typos discovered by codespell
cclauss 1bed846
Merge pull request #742 from cclauss/patch-1
janndriessen fb796ea
Make typos in code
cclauss 04b3cfe
Let's spell stripped correctly
cclauss de45e2b
Merge pull request #743 from cclauss/patch-2
yaroslavyaroslav 987fa5e
remove module_name from Web3Core.podspec
zhangliugang be3f55a
update Web3Core.spec source file path
zhangliugang 58b2e4f
feat: convertToData handles Bool
JeneaVranceanu 5edb12d
chore: Let's spell parameters correctly (#745)
cclauss 60d7896
chore: Let's spell beginning correctly (#746)
cclauss 4ec728f
chore: refactoring of func publicToAddressData and docs
JeneaVranceanu 600b883
test: added test cases for `func publicToAddress`
JeneaVranceanu 8349152
chore: Let's spell tuple correctly (#748)
cclauss 44e5965
fix: attempt to encode uint with a negative value results in a crash
JeneaVranceanu c5f82ff
Merge pull request #747 from cclauss/patch-4
yaroslavyaroslav b32bcb3
GitHub Actions: Add codespell to find typos
cclauss 239f17c
pip install codespell
cclauss 3f1f80a
Update macOS-tests.yml
cclauss 2af0c29
Update macOS-tests.yml
cclauss 7226a79
Let's spell should correctly
cclauss 1ac6df5
update podspec version
zhangliugang 47288df
feat: git hooks implementation
JeneaVranceanu 467b4b9
chore: doc refactoring for init_hooks.sh
JeneaVranceanu 0f18c39
fix: surrond source call with file existence check
JeneaVranceanu dfa960a
chore: a few swiftlint rules to ignore for now
JeneaVranceanu c5cf027
fix: EthereumKeystoreV3 ignore cyclomatic complexity
JeneaVranceanu 638fa77
Merge pull request #725 from JeneaVranceanu/fix/anyobject-usage-removed
JeneaVranceanu e90dfb2
chore: swiftlint --fix
JeneaVranceanu a069946
Merge branch 'develop-upstream' into chore/swift-lint-cleanup
JeneaVranceanu c86697c
chore: swiftlint --fix
JeneaVranceanu 08f3d00
Delete again
janndriessen e9c0fdb
Merge pull request #741 from janndriessen/task/remove-obsolete-core-m…
yaroslavyaroslav d05e46d
chore: installed pre-commit
JeneaVranceanu afc373a
chore: README.md update to explain pre-commit
JeneaVranceanu 2f6e72e
Merge branch 'develop' into feat/git-hooks
JeneaVranceanu 2a25ffa
ci: Add codespell to find typos #753
JeneaVranceanu 3ff360a
fix: conflict issues
JeneaVranceanu 08762d2
Merge branch 'feat/git-hooks' of github.com:JeneaVranceanu/web3swift …
JeneaVranceanu e298263
Let’s spell parameters correctly
cclauss df935fb
Merge pull request #752 from JeneaVranceanu/fix/abi-encoder-uint
yaroslavyaroslav 84ce50f
Merge pull request #757 from cclauss/patch-1
yaroslavyaroslav a6d8e52
Update .pre-commit-config.yaml
JeneaVranceanu 6986a33
fix: added new folders to skip
JeneaVranceanu e9fc109
fix: quotes mismatch
JeneaVranceanu 8483827
fix: removed explicitly inserted typo that was intended only for testing
JeneaVranceanu 50d6458
fix: commented out SwiftLint hook
JeneaVranceanu a5f270d
chore: merge with develop
JeneaVranceanu f8f9f2a
chore: disable swiftlint indentation_width rule as it doesn't allow m…
JeneaVranceanu 8b37e6f
fix: swiftlint errors in SECP256K1.swift
JeneaVranceanu 662e3bf
fix: swiftlint errors in Web3+Instance.swift
JeneaVranceanu 5dcb100
fix: swiftlint errors in Web3+Eventloop.swift
JeneaVranceanu ded3fee
fix: swiftlint errors in Web3.swift
JeneaVranceanu ae205a7
fix: swiftlint errors in Web3+InfuraProviders.swift
JeneaVranceanu a5a528a
fix: swiftlint issues in Web3+Utils.swift
JeneaVranceanu 9f8f8fc
fix: commented_out_code rule regular expression
JeneaVranceanu d3a427b
fix: swiftlint issues in Web3+EIP1559.swift
JeneaVranceanu 60560c3
fix: swiftlint issues in ENSReverseRegistrar.swift
JeneaVranceanu e96d426
fix: swiftlint issues in NameHash.swift
JeneaVranceanu 909b323
fix: swiflint issues in ETHRegistrarController.swift
JeneaVranceanu 78c8f6c
fix: swiftlint commented_out_code rule fixes
JeneaVranceanu b18fbe7
fix: removed swiflint:disable nested rule from Web3+Utils.swift
JeneaVranceanu ae4ba9e
fix: swiftlint issues in EIP4361.swift
JeneaVranceanu 4330304
fix: ERC1155 swiftlint fixes
JeneaVranceanu 3ad9a6b
chore: minor refactoring of guard statements
JeneaVranceanu 275d2cd
fix: ERC721 swiftlint
JeneaVranceanu 42bb154
fix: ERC712 swiftlint
JeneaVranceanu ac05664
chore: implemented EthereumAddress tests
JeneaVranceanu 1b991c6
fix: fixed tests
JeneaVranceanu 1018a9f
fix: added space around return statements in '{return nil}'
JeneaVranceanu 14ffe58
fix: EIP67Code swiftlint issues
JeneaVranceanu 3ed6d08
chore: merge with develop
JeneaVranceanu 7da5477
fix: SECP256K1.swift more swiflint fixes
JeneaVranceanu e08de34
Merge pull request #750 from JeneaVranceanu/feat/convert-bool-to-data
yaroslavyaroslav 705704c
Merge pull request #751 from JeneaVranceanu/test/public-key-to-address
yaroslavyaroslav 93bdc1c
fix: commited incomplete swiftlint fix (broken Swift code)
JeneaVranceanu 52919e7
fix: re-enabled indentation_width; fixed SECP256K1.swift indentation_…
JeneaVranceanu 06b67c3
chore: spacing fix
JeneaVranceanu 2c171a9
fix: BIP32HDNode.swift refactoring to fix swiftlint issues
JeneaVranceanu d37280f
fix: swiftlint configuration file
JeneaVranceanu d1d2d9a
fix: ran swiflint --fix
JeneaVranceanu 5b2884e
Merge branch 'chore/swiftlint-auto-fixes' into chore/swift-lint-cleanup
JeneaVranceanu 1b8cb6b
Merge branch 'chore/swift-lint-cleanup' into chore/bip32hdnode/swift-…
JeneaVranceanu 87f8aa2
fix: EIP1559BlockTests import of Web3Core
JeneaVranceanu 9f8f820
chore: merge with chore/swiftlint-auto-fixes
JeneaVranceanu 5edaeda
chore: merge with chore/swift-lint-cleanup
JeneaVranceanu 61a8f6c
swapped the order of spm and cocoapods
VaishaliDesai 6d22623
added warning for cocoapods
VaishaliDesai 66558d3
fix: README SPM - mention web3swift instead of Alamofire
JeneaVranceanu 1978d3b
chore: alphabetical order for rules and excluded files + alignment of…
JeneaVranceanu d1ba370
Updated recommended words
VaishaliDesai 61e2f01
chore: a few clarifications
JeneaVranceanu 592d6ce
chore: fixed wrong update; added explanation reference about adding p…
JeneaVranceanu ce274a2
chore: swiftlint will run with --fix by default
JeneaVranceanu 61b9f1b
fix: web3 wallet example
JeneaVranceanu 081a552
Update README.md
yaroslavyaroslav b0425af
Moved the `decodeInputData(:methodEncoding:inputs)` method into `ABI.…
yaroslavyaroslav ae022a7
Fixes due to PR review.
yaroslavyaroslav 380c0c6
Merge pull request #762 from VaishaliDesai/update-readme
yaroslavyaroslav 1c226f0
chore: web3swift.podspec - version set to 3.1.1
JeneaVranceanu c09e631
chore: Web3Core.podspec - version set to 3.1.1
JeneaVranceanu 57463b8
Merge pull request #749 from zhangliugang/fix/podspec_module_name
yaroslavyaroslav 70202c1
Merge pull request #765 from yaroslavyaroslav/feat/pod-fix
yaroslavyaroslav fff111c
Merge pull request #755 from JeneaVranceanu/feat/git-hooks
yaroslavyaroslav 27e9d65
Merge pull request #760 from JeneaVranceanu/fix/swiftlint-config
yaroslavyaroslav 99c9b55
chore: merge with develop branch
JeneaVranceanu 8550dc7
chore: merged with develop
JeneaVranceanu 3081a92
Merge pull request #761 from JeneaVranceanu/chore/swiftlint-auto-fixes
JeneaVranceanu b1c168d
chore: merge with develop
JeneaVranceanu 2c3a236
Merge branch 'develop' into fix/web3-wallet-example
JeneaVranceanu cdf789b
Merge pull request #764 from JeneaVranceanu/fix/web3-wallet-example
JeneaVranceanu ebc9f53
parent 3081a92b772f4d961eb3b2af33c3df8ef8f5273d
JeneaVranceanu 9bd3042
Merge pull request #773 from cclauss/swift-lint-cleanup-whitespace-ch…
JeneaVranceanu 809d1d8
chore: merged with develop
JeneaVranceanu bce743e
Merge pull request #756 from JeneaVranceanu/chore/swift-lint-cleanup
JeneaVranceanu 717c778
chore: merged with develop
JeneaVranceanu efe14a3
fix: web3 infura and http provider alternative throwing initalizers
JeneaVranceanu 1c0f2f7
fix: docs fix in Web3.Personal
JeneaVranceanu 85f7261
chore: spacing + removed redundant comments
JeneaVranceanu 0a40422
chore: some more docs updates
JeneaVranceanu 2a155d3
chore: hashECRecover and personalECRecover are identical except 1 line
JeneaVranceanu 7b2e03a
chore: multiline docs update
JeneaVranceanu 82a9089
fix: renamed new functions from ecrecover to recoverAddress
JeneaVranceanu 141ab59
fix: swiftlint issues in Utilities.swift
JeneaVranceanu 931026a
Merge pull request #779 from JeneaVranceanu/fix/swiftlint-fixes-conti…
JeneaVranceanu 58219ae
Merge pull request #775 from JeneaVranceanu/chore/docs-fix
JeneaVranceanu f8bf43f
Merge branch 'develop' into chore/ec-recover-message-and-hash
JeneaVranceanu 7f8230e
Merge pull request #776 from JeneaVranceanu/chore/ec-recover-message-…
JeneaVranceanu 892959f
Merge branch 'develop' into chore/bip32hdnode/swift-lint-cleanup
JeneaVranceanu 0c314e2
pre-commit: SwiftLint: Disable failing tests
cclauss 6a29977
Update pre-commit.yml
cclauss 92db962
Merge pull request #759 from JeneaVranceanu/chore/bip32hdnode/swift-l…
JeneaVranceanu 763f307
Merge pull request #774 from JeneaVranceanu/fix/http-provider-init-al…
JeneaVranceanu 561eb1c
Don’t analyze
cclauss 58c12c3
added EthereumAddress conformance to CustomStringConvertible. added s…
albertopeam 57e282e
chore: added comment about --fix flag in CI
JeneaVranceanu 985210c
pre-commit: SwiftLint: Disable failing tests #781
JeneaVranceanu 86b01a3
SwiftLint recommends a double run when fixing
cclauss 3ffeb49
Enable `git diff` in GitHub Actions
cclauss cf25386
chore: removed obsolete comment
JeneaVranceanu 374bd1d
git diff origin/${GITHUB_REF##*/} origin/${GITHUB_HEAD_REF}
cclauss 6effeb4
git diff origin/develop origin/${GITHUB_HEAD_REF}
cclauss 17e7890
Update macOS-tests.yml
cclauss dbc1e4b
Update macOS-tests.yml
cclauss b0ded20
Update macOS-tests.yml
cclauss e00f053
Update macOS-tests.yml
cclauss 767bb49
Update .swiftlint.yml
cclauss 2df196a
Update .swiftlint.yml
cclauss c52e1c4
removed dead print
albertopeam f5c38f3
added address to test
albertopeam 316ad9b
added hash to test
albertopeam 43f1e9a
complete from assertion
albertopeam 69b52b2
Merge pull request #784 from cclauss/patch-1
JeneaVranceanu 8cb9a20
Merge pull request #783 from albertopeam/feature/transaction-descript…
JeneaVranceanu 037f227
Merge branch 'develop' of https://github.com/pharms-eth/web3swift int…
pharms-eth a9b4a46
Update EthereumKeystoreV3.swift
pharms-eth 2244902
Update Data+Extension.swift
pharms-eth 4108edd
Update Encodable+Extensions.swift
pharms-eth 0847410
Update String+Extension.swift
pharms-eth dd93a0c
Update WriteOperation.swift
pharms-eth c0506de
add the tests
pharms-eth 951ba0c
add support for array as phrase
pharms-eth 1846070
some cleanup
pharms-eth 4cdd87c
cleanup
pharms-eth 2a12ec4
fix: updated EIP4361 (aka SIWE) regular expressions to more precisely…
JeneaVranceanu e616a03
fix: fixed EIP4361 tests and added a new one for domain
JeneaVranceanu 261ab36
chore: EIP4361 tests renamed to match the code style requirements
JeneaVranceanu 3e742db
chore: added EIP4361 test for missing domain
JeneaVranceanu 9040f3e
Merge pull request #793 from JeneaVranceanu/fix/eip4361-regex-improve…
JeneaVranceanu 0308f9b
PR request
pharms-eth 40d3477
revert per PR comments
pharms-eth 5a91bb5
revert changes
pharms-eth 709e422
fix error?
pharms-eth 6b6f791
chore(typos): fix typos
stavares843 7f5e70e
revert change
stavares843 c786c0f
revert change
stavares843 111885e
revert change
stavares843 74b54ec
revert changes
stavares843 2041e5d
Merge branch 'develop' of github.com:stavares843/web3swift into develop
stavares843 77f0db9
revert change
stavares843 c3abf93
chore: fixed spacing; KeystoreParamsV3 init - removed local names of …
JeneaVranceanu 95214d9
chore: removed pathToAddress; replaced En/Decodable with Codable
JeneaVranceanu 368c80a
chore: fixed typo in a comment in ENSBaseRegistrar.swift
JeneaVranceanu 4ff3f35
chore: fixed trailing whitespaces
JeneaVranceanu 9746b23
chore: fixed typo in a comment in ENSBaseRegistrar.swift #796
JeneaVranceanu c8827b6
chore: ran swiftlint --fix
JeneaVranceanu c103517
chore: static constants marked as `let`
JeneaVranceanu 4450b0f
fix: computed variables cannot bet declared as let
JeneaVranceanu 5937537
chore: removed extra space
JeneaVranceanu b5fb56a
chore: dropped extra line; avoiding convertion from error to optional
JeneaVranceanu 2e7a37b
Merge pull request #4 from web3swift-team/develop
pharms-eth cedbad9
address review
stavares843 605ce5b
cleanup per PR comments
pharms-eth d1623b8
address review
stavares843 27b76f7
address review
stavares843 ef0a008
address review
stavares843 5b0dba3
address review
stavares843 faba3e1
address review
stavares843 8954763
address review
stavares843 81357c5
address review
stavares843 224c2ea
address review
stavares843 58fcb13
address review
stavares843 7ce0ab6
fix: conflicting variable names
JeneaVranceanu fd931fa
chore(typos): fix typos #795 from stavares843/develop
JeneaVranceanu 28b1334
feat: transaction polling task
JeneaVranceanu b855b91
chore: changed order of access control keyword
JeneaVranceanu 1861aa6
chore: spacing update
JeneaVranceanu d146895
chore: removed redundant variable
JeneaVranceanu 5014bc4
chore: HDversion refactoring + documentation
JeneaVranceanu 02c8992
chore: HDNode.HDversion test for prefixes
JeneaVranceanu 3d2d912
chore: docs update + func entropyOf now throws if entropy failed to b…
JeneaVranceanu 62cd241
chore: a couple of new tests for BIP39.generateMnemonics
JeneaVranceanu 7c0b51c
Add remote test
janndriessen f909499
Merge pull request #797 from JeneaVranceanu/feat/transaction-awaiting
JeneaVranceanu 49c8634
Merge branch 'develop-upstream' into task/transaction-awaiting-remote…
JeneaVranceanu 2357868
Merge pull request #798 from janndriessen/task/transaction-awaiting-r…
yaroslavyaroslav e33de2e
- ABIDecoding getting data slice in followTheData changed to using st…
6od9i e37bdca
- Safe getting bounds from data slices in decoding added
6od9i fb19ec4
- boundses in data fixed
6od9i 723e4d7
- boundses in contract protocol fixed
6od9i 7591bbe
return a new instance of Data in decodeSingleType
zhangliugang 93af1e8
add decode multicall test
zhangliugang 15ea969
fix lint
zhangliugang a6eb0c3
minify multicall contract string
zhangliugang f909a00
chore: docs instead of a comment
JeneaVranceanu b773e16
chore: docs instead of a comment
JeneaVranceanu 81e1c51
chore: spacing fix
JeneaVranceanu 83b4f64
chore: added docs to test suite
JeneaVranceanu 02846e2
chore: docs for BIP39ArrayTests + renamed file
JeneaVranceanu 3788524
chore: renamed BIP39StringTests -> BIP32MnemonicPhraseStringTests
JeneaVranceanu b515690
chore: checking mnemonics.count with range ~=
JeneaVranceanu e23a33e
chore: replaced if with guard
JeneaVranceanu 9683e3e
remove comments
zhangliugang 3b28de6
- Test slices decoding added
6od9i 203c41a
Merge pull request #803 from zhangliugang/fix/decoding
JeneaVranceanu b15e063
Merge pull request #802 from 6od9i/develop
JeneaVranceanu bfcf028
fix: moved test to a different file
JeneaVranceanu 8cd4c44
fix: using Data.startIndex to safely handle decoding of Data and Data…
JeneaVranceanu f18cfba
updates per comments
pharms-eth 5205653
Merge remote-tracking branch 'upstream/develop' into Mnemonic-array
pharms-eth ffbf4e7
chore: replaced data.indices.startIndex with data.startIndex
JeneaVranceanu 9c28cae
fix: argument name fix
JeneaVranceanu d397626
chore: wrapped data slice into Data
JeneaVranceanu 241e009
feat: parsing mnemonic phrase from [String]
JeneaVranceanu d5cf381
Merge pull request #808 from web3swift-team/fix/abi-decoder
yaroslavyaroslav bf93168
chore: merged with develop
JeneaVranceanu 62b7437
fix: marked pathAddressPairs as public internal(set) var
JeneaVranceanu cdfb984
Merge pull request #790 from pharms-eth/develop
yaroslavyaroslav 5ebb1d9
Make -createNewAccount- an internal function and remove -password- ar…
1035db1
chore: merged with develop-4.0
JeneaVranceanu File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
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.
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.
As a result of fixing merge conflicts, I've added a couple of variable renamings.
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.
From
options
totransaction
.