holochain / holochain-rust

DEPRECATED. The Holochain framework implemented in rust with a redux style internal state-model.
GNU General Public License v3.0
1.12k stars 267 forks source link

Get links on agent id locally #2189

Closed zippy closed 4 years ago

zippy commented 4 years ago

PR summary

This PR adds:

Note this does not include the optimization for not querying for other links that we are currently holding because sim2h currently does not tell us to stop holding things as neighborhoods change so we always need to check the dht for other links lest what we are holding be out-of-date.

testing/benchmarking notes

( if any manual testing or benchmarking was/should be done, add notes and/or screenshots here )

followups

( any new tickets/concerns that were discovered or created during this work but aren't in scope for review here )

changelog

- summary of change [PR#1234](https://github.com/holochain/holochain-rust/pull/1234)

documentation