Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 7a924db

Browse files
authoredMay 31, 2023
migration guide update (#6130)
1 parent 4f423fc commit 7a924db

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed
 

‎docs/docs/guides/web3_migration_guide/web3_eth_ens.md

+16-5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ sidebar_label: web3.eth.ens
1010
- All the API level interfaces returning or accepting `null` in 1.x, use `undefined` in 4.x.
1111
- Functions don't accept a callback anymore.
1212
- 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
1314

1415
#### receipt
1516

@@ -43,8 +44,18 @@ sidebar_label: web3.eth.ens
4344

4445
- In 4.x a `bigint` is returned instead of a `number`.
4546

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 :
51+
`setResolver`
52+
`setSubnodeRecord`
53+
`setApprovalForAll`
54+
`isApprovedForAll`
55+
`setSubnodeOwner`
56+
`setTTL`
57+
`setOwner`
58+
`setRecord`
59+
`setAddress`
60+
`setPubkey`
61+
`setContenthash`

0 commit comments

Comments
 (0)
This repository has been archived.