You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: docs/docs/guides/web3_migration_guide/web3_eth_ens.md
+16-5
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ sidebar_label: web3.eth.ens
10
10
- All the API level interfaces returning or accepting `null` in 1.x, use `undefined` in 4.x.
11
11
- Functions don't accept a callback anymore.
12
12
- Functions that accepted an optional `TransactionConfig` as the last argument, now accept an optional `NonPayableCallOptions`. See `web3-eth-contract` package for more details.
13
+
- List of web3-eth-ens set functions are removed in 4.x
13
14
14
15
#### receipt
15
16
@@ -43,8 +44,18 @@ sidebar_label: web3.eth.ens
43
44
44
45
- In 4.x a `bigint` is returned instead of a `number`.
45
46
46
-
### Not implemented (yet)
47
-
48
-
- The following functions are implemented yet:
49
-
-`getMultihash`
50
-
-`setMultihash`
47
+
### Removed functions
48
+
49
+
- `getMultihash` is not supported in web3-eth-ens 4.x as it's deprecated in ENS public resolver
50
+
- Following functions are not supported in web3-eth-ens 4.x :
0 commit comments