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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# Web3API 0.0.1-prealpha.14
2
+
## Features
3
+
* Network Specific ENS Lookup
4
+
*`@web3api/ethereum-plugin-js`: The EthereumPlugin can now be constructed with multiple network connections (mainnet, rinkeby, testnet, etc).
5
+
* All Query & Mutation methods now accept an optional `connection` property which can be used to configure a specific network to be used for the action.
6
+
*`@web3api/ens-plugin-js`: The EnsPlugin can now handle URIs that address specific networks. For example: `w3://ens/testnet/myweb3api.eth`. It will request the `testnet` connection to be used when querying the Ethereum Web3API.
7
+
1
8
# Web3API 0.0.1-prealpha.13
2
9
## Features
3
10
* Improved template projects that are used with the `w3 create ...` CLI command.
0 commit comments