Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update atomicstore to 0.1.5 #2698

Merged
merged 1 commit into from
Feb 28, 2025
Merged

update atomicstore to 0.1.5 #2698

merged 1 commit into from
Feb 28, 2025

Conversation

imabdulbasit
Copy link
Contributor

No description provided.

@imabdulbasit imabdulbasit force-pushed the ab/update-atomicstore-0-1-5 branch from 43e1d8c to a760e70 Compare February 27, 2025 23:37
@imabdulbasit imabdulbasit merged commit 047f512 into main Feb 28, 2025
53 checks passed
@imabdulbasit imabdulbasit deleted the ab/update-atomicstore-0-1-5 branch February 28, 2025 14:10
rob-maron pushed a commit that referenced this pull request Feb 28, 2025
sveitser pushed a commit that referenced this pull request Mar 7, 2025
* Don't lock channels

* cargo fix

* Allow killing the connected network handler

* Fix issues

* Remove State from NetworkNodeHandle

* Remove async where it's unused

* fix async std build

* Fix erros a little

* Starting VID request response

* handle network event

* Bubble up request/response

* Make Request and Response just bytes at network layer

* Adding to ConnectedNetwork

* Hooks for request/response in handle + trait

* fix request

* Remove request and response tasks for now

* update mod.rs

* Hooked up response flow to ConnectedNetwork

* Refactor interface to return result to caller

* Add request and response to message struct

* Clean up some message stuff

* Fix build error

* Hook up request and response fully

* Review myself, impl functions for combine

* Change Receiver interface to spawn task

* try_send instead of send

* Create the task for request handling

* rename request -> response

* fix lint

* clean up request response event handle fn

* fix build

* Comments and make the request signed

* add signature checking

* link gh issue

* Add Event for Validated Quorum Proposal

* Fix consensus task

* fix upgrade test

* start adding the task

* Fix the test...again

* progress

* Finish request task, modify vid disperse event

* Address comments

* fix build

* Make CombinedNetworks delay duration configurable

* Secondary network delay configurable in HotShotConfig

* Rename CombinedConfig to CombinedNetworkConfig

* Network delay in test network generator

`secondary_network_delay` removed from `HotShotConfig`
because it cannot easily be passed to the test network
generator.

* lock

* Temporary pinning to hotshot-types branch

TODO: switch to hotshot-types tag or main branch
before merging

* fixes

* Pin to hotshot-types tag 0.1.2

* Remove files added back by mistake

* fix build

* Remove whitespace

* Review comments

* fixes after main merge

---------

Co-authored-by: Lukasz Rzasik <lukasz.rzasik@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants