Albert Le Batteux
Albert Le Batteux
up @sirupsen ? 🙏🏼
I'll make some tests on my side and see how it's working. As a reminder, here is the config for sentry node architecture: ### Validator node configuration ```toml pex =...
Yes, since addrbook.json has been removed 😅
As you can see in my pr #2438 , i made a 3 validators cluster with 1 validator is sentry mode system, and it's working just fine :)
I just tested your system, it's working for me... [](https://asciinema.org/a/YhK9d5BtOb1e3VSYO4FjPX6dp) Using my PR, here is the docker-compose.yml ``` services: traefik: image: "traefik:v3.0" container_name: "traefik" command: - "--api.insecure=true" - "--providers.docker=true" -...
Just tried with gno3-sentry-1 and gno3-sentry-2 having gno3 has persistent_peers (useless since there is already the connection on the other side), and it's works. My guess would be that you...
After a call with @mazzy89 , we agreed on: the log ``` INFO Commit is for a block we don't know about. Set ProposalBlock=nil ``` - This is a `INFO`...
I'm down to help ! :) I'm a big fan of DAODAO I have the export of the block pre-tally, we can gather all no-voters address, and convert them to...
I can manage to setup a node with a snapshots at this block :)
Some validators and addresses decided to do a [Weighted Vote](https://docs.cosmos.network/main/build/modules/gov#weighted-votes) How should we count them ? Pro-rata of the no vote or slashed ? 