Skip to content
Merged

2.2.1 #210

Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
2f61796
Add new resolver ABI
May 1, 2019
c071915
Add interfaceImplementer function
May 1, 2019
5ab6a9d
Update ENSResolver.swift
May 1, 2019
fb0be8f
Expose errorDescription.
andresousa May 2, 2019
7460ff1
Fix typo in Usage
sweepty May 3, 2019
3256a6c
Update ETHRegistrarController.swift
May 3, 2019
542bc02
Merge pull request #183 from barrasso/patch-5
zkToha May 4, 2019
3c1e8dc
Merge pull request #182 from sweepty/sweepty-patch-1
zkToha May 4, 2019
e2451d4
Merge pull request #181 from andresousa/issue-172
zkToha May 4, 2019
631422a
Merge pull request #180 from barrasso/patch-3
zkToha May 4, 2019
041053d
docs updated
zkToha May 4, 2019
0ac5243
Update ETHRegistrarController.swift
May 5, 2019
282f919
Merge pull request #187 from barrasso/patch-6
zkToha May 6, 2019
6f09b81
websockets improvements and fixes
zkToha May 7, 2019
e17d6b1
Merge pull request #189 from matter-labs/websocketsFix
zkToha May 7, 2019
c7ff246
Update ENSBaseRegistrar.swift
May 19, 2019
f18f1c2
Merge pull request #198 from barrasso/patch-7
zkToha May 28, 2019
5be6ea6
v handle fix
zkToha May 28, 2019
02c7e42
fix
zkToha May 29, 2019
b59e702
Merge pull request #201 from matter-labs/fixV
zkToha May 29, 2019
0d9b2c9
Merge branch 'master' into develop
skywinder Jun 14, 2019
9342d89
add missed spaces
skywinder Jun 14, 2019
34850ad
upfate TOC and structure
skywinder Jun 14, 2019
5c0e7e8
update
skywinder Jun 14, 2019
363955f
infura v3 complete update
zkToha Jun 24, 2019
debe911
update bigint 4.0
zkToha Jun 24, 2019
c5212c1
docs
zkToha Jun 24, 2019
e94f2e1
Merge pull request #209 from matter-labs/infuraV3update
zkToha Jun 24, 2019
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
Prev Previous commit
Next Next commit
Fix typo in Usage
  • Loading branch information
sweepty committed May 3, 2019
commit 7460ff19f89dd350e69004872803b5bf98a43a06
2 changes: 1 addition & 1 deletion Documentation/Usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ if wallet.isHD {
```swift
let password = "web3swift"
let ethereumAddress = EthereumAddress(wallet.address)!
let pkData = try! keysoreManager.UNSAFE_getPrivateKeyData(password: password, account: ethereumAddress).toHexString()
let pkData = try! keystoreManager.UNSAFE_getPrivateKeyData(password: password, account: ethereumAddress).toHexString()
```

## Ethereum Endpoints interaction
Expand Down