freenet-core
freenet-core copied to clipboard
Declare your digital independence
I cannot find the generated contract file for ping contract..
Bumps [serde_with](https://github.com/jonasbb/serde_with) from 3.8.0 to 3.8.1. Release notes Sourced from serde_with's releases. serde_with v3.8.1 Fixed Do not emit schemars(deserialize_with = "...") annotations, as schemars does not support them (#735) Thanks...
Bumps [stretto](https://github.com/al8n/stretto) from 0.8.3 to 0.8.4. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [parking_lot](https://github.com/Amanieu/parking_lot) from 0.12.1 to 0.12.2. Changelog Sourced from parking_lot's changelog. parking_lot 0.12.2, parking_lot_core 0.9.10, lock_api 0.4.12 (2024-04-15) Fixed panic when calling with_upgraded twice on a ArcRwLockUpgradableReadGuard (#431) Fixed RwLockUpgradeableReadGuard::with_upgraded...
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.198 to 1.0.199. Release notes Sourced from serde's releases. v1.0.199 Fix ambiguous associated item when forward_to_deserialize_any! is used on an enum with Error variant (#2732, thanks @aatifsyed)...
WIP: `simulate_nat_traversal_drop_packet_ranges_of_peerb` is failing, it seems that the third packet is pretty important to us, if the third packet is dropped, then the connection will be closed.
### Abstract: This is a proposal for an IDE based around [Rune](https://rune-rs.github.io) a scripting language built in Rust, to ease the development of decentralized apps on Freenet. Using Rune's intermediate...
Currently the examples in [the tutorial](https://docs.freenet.org/tutorial.html) leave out parts of the code: ```rust struct Posts(...) impl Posts { fn add_post(&mut self, post: Post) { ... } } struct Post(...) ```...