Skip to content

v4.0.1-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@spacesailor24 spacesailor24 released this 12 Jan 01:33
· 228 commits to 1.x since this release

Changed

web3

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-core

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-errors

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-eth

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-eth-abi

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-eth-accounts

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-eth-contract

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-eth-ens

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-eth-iban

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-eth-personal

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-net

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-providers-http

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-providers-ipc

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-providers-ws

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-rpc-methods

  • main and files entries in package.json changed to lib/ directory from dist/ (#5739)

web3-types

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-utils

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-validator

  • tsc compiled files moved to lib/ directory from dist/ (#5739)

web3-providers-ipc

  • Refactor to use common SocketProvider class (#5683)

web3-providers-ws

  • Refactor to use common SocketProvider class (#5683)

web3-utils

  • Add SocketProvider class and Eip1193Provider abstract class (#5683)

web3-types

  • These types were added: ProviderRpcError, EthSubscription, ProviderMessage, ProviderConnectInfo (#5683)