⚠️ These changes apply to Fluent 1.0 and above.
⚠️ There's also documentation for the upcoming deprecation changes in Fluent v1.x
Although, in Fluent 1.0, most Provider API are compatible with ConfluxPortal. There are several breaking changes.
- Builtin
js-conflux-sdk
version is now1.7.2
-
Fluent won't alter RPC request method from
eth_xxx
tocfx_xxx
-
Fluent won't accept
latest
as epoch tag -
Fluent won't accept hex address in Conflux RPC methods
-
In RPC method
cfx_signTypedData_v4
- Domain in
types
of the typed data must beCIP23Domain
- The implementation is now based on
js-conflux-sdk
- Domain in
-
In RPC method
personal_sign
, the implementation is now based onjs-conflux-sdk
- When dapp call sendTransaction, if the transaction is broken (eg. error in estimate result), the popup that request user confirmation on the transaction won't show. A error message or
UserRejected
error message will be sent back to dapp.
Comments
0 comments
Article is closed for comments.