a083bc652d
* add more columns to handle uncled transactions * handle payment uncles * put relations back * include all the new columns * lower log levels * improve block caching if we have a block with a number, its canonical. uncles don't get returned * improve disconnect logic * lint * clear first changed for new_top_config_receiver * better logs around config changing * i guess we do want one apply top_config at the start * check correct variable for data limits
18 lines
307 B
TOML
18 lines
307 B
TOML
[package]
|
|
name = "entities"
|
|
version = "0.30.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
name = "entities"
|
|
path = "src/mod.rs"
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
sea-orm = "0.11.3"
|
|
serde = "1.0.164"
|
|
uuid = "1.3.3"
|
|
ethers = "2.0.7"
|
|
ulid = "1.0.0"
|