0.7.5 • Published 3 years ago

arb-provider-ethers v0.7.5

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
3 years ago

arb-provider-ethers

Arbitrum browser provider for ethers.

Arbitrum technologies are patent pending. This repository is offered under the Apache 2.0 license. See LICENSE for details.

Testing

Run with yarn test --coverage

View coverage results with open coverage/lcov-report/index.html or xdg-open coverage/lcov-report/index.html

Byte Serializing Solidity Arguements Schema

address[]:

fieldsize (bytes)Description
length1Size of array
is-registered11 = all registered, 0 = not all registered
addresses4 or 20 (x length)If is registered, left-padded 4-byte integers; otherwise, eth addresses

non-address[]:

fieldsize (bytes)Description
length1Size of array
items(variable)All items (concatenated)

address:

fieldsize (bytes)Description
is-registered11 = registered, 0 = not registered
address4 or 20If registered, left-padded 4-byte integer; otherwise, eth address
0.7.5

3 years ago

0.7.4

3 years ago

0.7.3

3 years ago

0.7.2

4 years ago

0.7.0

4 years ago

0.6.5

4 years ago

0.6.4

4 years ago

0.6.2

4 years ago

0.6.1

4 years ago

0.6.0

4 years ago

0.5.1

4 years ago

0.5.0

4 years ago

0.4.7

4 years ago

0.4.6

4 years ago

0.4.5

4 years ago

0.4.4

4 years ago

0.4.0

4 years ago

0.4.3

4 years ago

0.3.7

4 years ago

0.3.6

4 years ago

0.3.5

4 years ago

0.3.4

4 years ago

0.3.3

4 years ago

0.3.2

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.2

5 years ago

0.2.1

5 years ago