Haoran
Haoran
> testnet beta is currently running https://github.com/AleoNet/snarkOS/releases/tag/testnet-beta-v0.2.0 In the source code of this tag, the CDN address is still https://s3.us-west-1.amazonaws.com/testnet3.blocks/phase3, and NETWORK_ID is still set to 0. In other words,...
> I see, thank you for reporting. Does the `snarkos start --nocdn` flag resolve your issue whil CDN is getting spun up? No. The log is as follows: ``` 2024-06-05T13:22:24.563200Z...
> > I see, thank you for reporting. Does the `snarkos start --nocdn` flag resolve your issue whil CDN is getting spun up? > > No. The log is as...
Bootstrap nodes can be attacked by connection spam and not work properly, https://github.com/AleoNet/snarkOS/issues/3311
> @vicsn It may be easier for you to tackle the rayon thread for deserialization in the block deserialization since you already did it for the Router - #3304. There...
How to handle failed checks?
> @elderhammer nevermind tried my hand at conflict resolution in the github UI Ok, if you need any help, just let me know.
> @elderhammer just need a `cargo +nightly fmt` run :) done.
I think there are two problems to solve: 1. Refer to the changes in https://github.com/AleoNet/snarkOS/pull/3304 and put the deserialization work into the rayon thread 2. Appropriately reduce MAX_TRANSACTIONS (I remember...
> I think #3304 should avoid the node getting stuck on big blocks. That said, there's still a deadlock in sync that we haven't found yet. > > I don't...