etk-4byte 0.3.0

EVM Toolkit function selector database
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
etk-4byte
=========

Ethereum function selector reverse lookup database, populated from [4byte.directory](https://www.4byte.directory/).

## Updating the Database

Since `etk-4byte` is a purely offline database, it needs regular updates. To fetch the latest database and convert it to the expected format, run:

```bash
$ cargo run --features=generate --bin etk-4byte-generate > src/signatures.txt
$ cargo run --features=generate --bin etk-4byte-pack
```

Then recompile.