Skip to content

Commit 576020b

Browse files
Update README.md
1 parent 1a5353e commit 576020b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
- [x] Ethereum Name Service (ENS) support - a secure & decentralised way to address resources both on and off the blockchain using simple, human-readable names
5757
- [x] Interactions (read/write to Smart contracts) :arrows_counterclockwise:
5858
- [x] Parsing TxPool content into native values (ethereum addresses and transactions) - easy to get pending transactions
59+
- [x] Event loops functionality
5960
- [x] Literally following the standards:
6061
- [x] [BIP32](https://github.com/bitcoin/bips/blob/master/bip-0032.mediawiki) HD Wallets: Deterministic Wallet
6162
- [x] [BIP39](https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki) (Seed phrases)
@@ -232,12 +233,12 @@ func setLocalNode(port: Int = 8545) -> Web3? {
232233

233234
## What's next
234235

236+
- [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)
235237
- [x] [EIP-777](https://github.com/ethereum/EIPs/blob/master/EIPS/eip-777.md) (A new advanced token standard - ERC-777)
236238
- [x] [Objective-C] - a proxy bridge to build your DApp on Objective-C using web3swift
237239
- [x] Support Web3View functionality - WKWebView with injected "web3" provider
238240
- [x] Add or remove "middleware" that intercepts, modifies and even cancel transaction workflow on stages "before assembly", "after assembly"and "before submission"
239-
- [x] Remove "Result" framework due to large amount if name conflicts
240-
- [x] Put the groundwork for implementing hooks and event loops functionality
241+
- [x] Put the groundwork for implementing hooks functionality
241242
- [x] No more "Web3Options" - new classes "ReadTransaction" and "WriteTransaction" with a variable "transactionOptions" used to specify gas price, limit, nonce policy, value
242243
- [x] [Complete Documentation](https://web3swift.github.io/web3swift)
243244

0 commit comments

Comments
 (0)