Skip to content

Releases: web3-protocol/evm-browser

v0.2.5

25 Jul 09:48
Compare
Choose a tag to compare
  • Handle URL fragment (web3://0x.../path?args#fragment) as in usual HTTP URLs : not transmitted to the "server".

v0.2.4

02 May 14:24
Compare
Choose a tag to compare
  • Fixed an ERC-6860 implementation error : in auto mode in JSON return, zeros were returned as zeroes instead of "0x0".

v0.2.3

30 Mar 15:50
Compare
Choose a tag to compare

Fix ENS resolver fetching : it was incorrect for subdomains. (Cf web3protocol-js dependency)

v0.2.2

29 Mar 07:34
Compare
Choose a tag to compare
Bump web3protocol, add holesky support.

v0.2.0

24 Feb 14:00
Compare
Choose a tag to compare
  • Disable HTTP/HTTPS support by default (can be re-enabled with an option). Aim : ensure what we see is fully web3://.
  • Bump electron to latest stable version (29)

v0.1.12

15 Feb 12:40
Compare
Choose a tag to compare

ResourceRequest resolve mode: Add support for 2 new features :

  • Chunks (a web3:// call return is made of several RPC calls)
  • Content-encoding: Serving compressed data.

ERCs are :

  • ERC-7617 : (Pending) Add chunk support in ERC-6944 resource request mode. Still in pending merge status.
  • ERC-7618 : (Pending) Add Content-encoding handling in ERC-6944 resource request mode. Still in pending merge status.

v0.1.11

27 Dec 14:39
Compare
Choose a tag to compare

Add support for domain name caching, as well as resolve mode caching : things will load much faster within a website!

v0.1.10

15 Dec 14:13
Compare
Choose a tag to compare
Bump version

v0.1.9

10 Nov 14:23
Compare
Choose a tag to compare

Update web3protocol dependencies : Add support for tuples in ?returns= in auto mode.

v0.1.8

05 Nov 09:30
Compare
Choose a tag to compare

Fix display or URLs returning JSON when the OS theme is dark mode (text was white on white background)