Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Реализовать отправку и получение блоков между нодами#32

Open
raisultan wants to merge 6 commits intomainfrom
issue-19-block-transmit
Open

Реализовать отправку и получение блоков между нодами#32
raisultan wants to merge 6 commits intomainfrom
issue-19-block-transmit

Conversation

@raisultan
Copy link
Copy Markdown
Contributor

No description provided.

@raisultan
Copy link
Copy Markdown
Contributor Author

Обмен блоками работает. Планирую так же в рамках ПРа пофиксить баги с синхронизацией между нодами.

Comment thread README.md
Comment thread storage/badger.go

for it.Seek(prefix); it.ValidForPrefix(prefix); it.Next() {
if count >= n {
break
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Мб nil сразу вернуть. Как ниже возврат ошибки

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Реализовать отправку и получение блоков между нодами

2 participants