|
66 | 66 | - [x] [EIP-155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-155.md) (Replay attacks protection) *enforced!*
|
67 | 67 | - [x] [EIP-681](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-681.md) (A standard way of representing various transactions, especially payment requests in Ethers and ERC-20 tokens as URLs)
|
68 | 68 | - [x] [EIP-721](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-721.md) (A standard interface for non-fungible tokens, also known as deeds - ERC-721)
|
| 69 | + - [x] [EIP-165](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md) (Standard Interface Detection, also known as ERC-165) |
| 70 | + - [x] [EIP-777](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md) (New Advanced Token Standard, also known as ERC-777) |
| 71 | + - [x] [EIP-820](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-820.md) (Pseudo-introspection Registry Contract, also known as ERC-820) |
| 72 | + - [x] [EIP-888](https://github.com/ethereum/EIPs/issues/888) (MultiDimensional Token Standard, also known as ERC-888) |
| 73 | + - [x] [EIP-1400](https://github.com/ethereum/EIPs/issues/1411) (Security Token Standard, also known as ERC-1400) |
| 74 | + - [x] [EIP-1410](https://github.com/ethereum/EIPs/issues/1410) (Partially Fungible Token Standard, also known as ERC-1410) |
| 75 | + - [x] [EIP-1594](https://github.com/ethereum/EIPs/issues/1594) (Core Security Token Standard, also known as ERC-1594) |
| 76 | + - [x] [EIP-1643](https://github.com/ethereum/EIPs/issues/1643) (Document Management Standard, also known as ERC-1643) |
| 77 | + - [x] [EIP-1644](https://github.com/ethereum/EIPs/issues/1644) (Controller Token Operation Standard, also known as ERC-1644) |
| 78 | + - [x] [EIP-1633](https://github.com/ethereum/EIPs/issues/1634) (Re-Fungible Token, also known as ERC-1633) |
| 79 | + - [x] [EIP-721x](https://github.com/loomnetwork/erc721x) (An extension of ERC721 that adds support for multi-fungible tokens and batch transfers, while being fully backward-compatible, also known as ERC-721x) |
| 80 | + - [x] [EIP-1155](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-1155.md) (Multi Token Standard, also known as ERC-1155) |
| 81 | + - [x] [EIP-1376](https://github.com/ethereum/EIPs/issues/1376) (Service-Friendly Token, also known as ERC-1376) |
| 82 | + |
69 | 83 | - [x] RLP encoding
|
70 | 84 | - [x] Batched requests in concurrent mode
|
71 | 85 | - [x] Base58 encoding scheme
|
@@ -121,7 +135,7 @@ platform :ios, '9.0'
|
121 | 135 |
|
122 | 136 | target '<Your Target Name>' do
|
123 | 137 | use_frameworks!
|
124 |
| - pod 'web3swift', '~> 2.0.1' |
| 138 | + pod 'web3swift' |
125 | 139 | end
|
126 | 140 | ```
|
127 | 141 |
|
@@ -214,14 +228,12 @@ func setLocalNode(port: Int = 8545) -> Web3? {
|
214 | 228 |
|
215 | 229 | ## What's next
|
216 | 230 |
|
217 |
| -- [x] [EIP-165](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-165.md) (Creates a standard method to publish and detect what interfaces a smart contract implements - ERC-165) |
218 |
| -- [x] [EIP-777](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md) (A new advanced token standard - ERC-777) |
219 |
| -- [x] [EIP-888](https://github.com/ethereum/EIPs/issues/888) (MultiDimensional Token Standard - ERC-888) |
220 |
| -- [x] [EIP-1400](https://github.com/ethereum/EIPs/issues/1411) (Security Token Standard - ERC-1400) |
221 | 231 | - [x] [R-Token](https://github.com/harborhq/r-token) (Smart Contracts for applying regulatory compliance to tokenized securities issuance and trading)
|
222 | 232 | - [x] [SRC-20](https://swarm.fund/swarm-basics/) (Swarm protocol that enables the tokenization of assets on the blockchain - Security Tokens)
|
223 | 233 | - [x] [ST-20](https://github.com/PolymathNetwork/polymath-core) (ST-20 token is an Ethereum-based token implemented on top of the ERC-20 protocol that adds the ability for tokens to control transfers based on specific rules)
|
224 | 234 | - [x] [Objective-C] - a proxy bridge to build your DApp on Objective-C using web3swift
|
| 235 | +- [x] [Performance Improvements] |
| 236 | +- [x] [More convenient methods for basic namespaces] |
225 | 237 | - [x] [Complete Documentation](https://web3swift.github.io/web3swift)
|
226 | 238 |
|
227 | 239 |
|
|
0 commit comments