Dylan Verstraete
Dylan Verstraete
Bnb version used: 1.1.7 Getting following logs while trying to sync: ``` DEBUG[05-11|10:06:50.006] Revalidated node b=7 id=44b3b48964e182e6 checks=1 DEBUG[05-11|10:06:50.087] Adding p2p peer peercount=1 id=4ddc757c3e6af551 conn=staticdial addr=18.212.135.123:30311 name=Geth/v1.1.9-14512836... DEBUG[05-11|10:06:50.087] Light Ethereum...
While trying to sync a node in light syncmode on mainnet we are getting these logs: ``` DEBUG[05-10|08:10:10.691] Bad discv4 packet addr=83.50.21.103:12000 err="too small" DEBUG[05-10|08:10:10.755] Bad discv4 packet addr=83.50.21.103:12000 err="bad...
Happens to more than 1 node on mainnet ``` 2020-10-26 17:36:43 | [+] flistd: 2020-10-26T16:36:43Z error failed to cleanup stall mounts error="failed to list current possible mounts: failed to list...
Currently we don't wipe / nuke any disks. There is a use case where this would be usefull.
We noticed a huge drop in performance when trying to sync an archive node on our existing networks with a node that has polkadot-0.9.24 depedencies. With around 5-8 peers the...
## Setup ### Versions - rustc: 1.72.0 - diesel: 2.1.3 - diesel-async: 0.4.1 - Postgres 15.4 - MacOs ### Feature Flags - **diesel:**: ["postgres", "chrono"] - **diesel_async:**: ["postgres", "deadpool", "async-connection-wrapper,...
I don't understand how the Encoding struct can be used to add specific encoding to a schema. For example I have this struct: ```rs pub type Metadata = HashMap; #[derive(MultipartForm,...
When using using substrate on branch `polkadot-0.9.42` we got the following error trying to compose a call: ``` File "/home/dylan/Projects/tfchain/substrate-node/tests/TfChainClient.py", line 178, in create_farm call = substrate.compose_call("TfgridModule", "create_farm", ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File...
### Component rpc ### What version of Alloy are you on? _No response_ ### Operating System Linux ### Describe the bug Is there another way to rlp encode `rpc::types::TransactionReceipt` without...
fixes #505 Example of how to integrate in Tfchain: ``` // Start serving frontend if there is such a folder go func() { domains := []string{""} err = explorer.ServeFrontend(true, domains,...