dlsniper
Repos
286
Followers
403
Following
41

This is an ever evolving repository for GoLand Tips&Tricks

130
30

The Gopher is here to enhance your Go development experience in JetBrains IDEs

17
4

Slack bot for Gophers slack https://invite.slack.golangbridge.org

96
21

Google Go language IDE built using the IntelliJ Platform

4584
561

Events

Instrument the DKG code

Created at 3 hours ago

Add missing Postgres options to documentation and configuration toggles (#1202)

Do not process partials for already stored nodes (#1197) (#1205)

This was merged on develop but deemed useful to be merged as a patch release on Master before the v2.0

  • Do not accept more than 1 arg in generate keypair
  • Query all connectivity during remote-status call
  • Adding test to context package
  • removing unused error and reworking logs
  • nicer logs in node.go
  • Do not process partials for already stored beacons
  • Applying #1203 as well

moved from dockerhub to github container registry (#1206)

  • moved from dockerhub to github container registry
  • fixed some dodgy bash
  • added missing docker login

Bump golang.org/x/net from 0.2.0 to 0.7.0 in /test/test-integration (#1185)

Bumps golang.org/x/net from 0.2.0 to 0.7.0.


updated-dependencies:

  • dependency-name: golang.org/x/net dependency-type: indirect ...

Signed-off-by: dependabot[bot] support@github.com Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

Support hash list in gossip relay (#1204)

  • Support for a list of hashes in gossip relay. Fixes #1196
  • Add more to .gitignore
  • Group configuration supports multiple values when used as standalone flag
  • Ensure documentation examples work.
  • More logger

Fix support for hash flag in gossip relay (#1208)

Getting ready for tagging v1.5.4 (#1209)

removed gchr prefix from docker image tag (#1210)

Simple guide to using docker and docker-compose with drand (#1170)

  • Simple guide to using docker and docker-compose with drand
  • updated nginx config and added a script for running a resharing with nginx
  • Fixes for linux.

Co-authored-by: Florin Pățan florinpatan@gmail.com

DKG refactor -> develop to unblock Florin (#1200)

  • moved dkg package from core to root
  • re-added demo project using the new DKG
  • fixed first round of PR comments
  • refactored test objects for easier readability in tests using alice, bob, carol
  • extracted some action utilities and add helpful comments
  • PrivateGateway now implements a DKG client for TLS
  • added transition time flag to the DKG CLI
  • fixed a lot of small bugs
  • dkg kickoff grace period is now a daemon param and is reduced in the test code
  • added stop check to broadcaster
  • moved stopped into echoBroadcast itself
  • DKG requests are now sent in parallel to speed up execution
  • use the internal clock correctly in the beacon handler

Final round of tests improvements (#1187)

  • Test improvements
  • Fix connectivity test
  • Fix test after rebase
  • Revert to computed round in test
  • Do not use a package level variable for command output
  • Allow node status to reply regardless of DKG state or params
  • We expect at least the previous round to be caught up by now
  • The sync mechanism will balance out and resolve the discrepancy, eventually.
  • Speed up the orchestration tests shutdown
  • A bit more sleep in test

test with retrive old beacon from new node (#761)

  • test with retrive old beacon from new node

  • Update to latest code changes


Co-authored-by: Florin Pățan florinpatan@gmail.com

Handle error in test (#1212)

  • Handle error in test

Fix typo in vault (#1213)

  • Fix typo in vault

Allow logs to propagate to the test name (#1114)

  • Make logger propagate across whole codebase
  • Remove sleep in tests
  • Remove deprecated sleep function
  • Fix missing cancel function missing call

Add OpenTelemetry tracing instrumentation

Initial commit for adding OT tracing using a customizable endpoint

Fixes after rebase

Misc cleanup

Created at 6 hours ago
pull request closed
Logger propagation
Created at 8 hours ago
delete branch
dlsniper delete branch logger-propagation
Created at 8 hours ago

Simple guide to using docker and docker-compose with drand (#1170)

  • Simple guide to using docker and docker-compose with drand
  • updated nginx config and added a script for running a resharing with nginx
  • Fixes for linux.

Co-authored-by: Florin Pățan florinpatan@gmail.com

Created at 8 hours ago

Allow logs to propagate to the test name (#1114)

  • Make logger propagate across whole codebase
  • Remove sleep in tests
  • Remove deprecated sleep function
  • Fix missing cancel function missing call
Created at 9 hours ago

Flaky test

Created at 1 day ago

Flaky test

Created at 1 day ago

Remove deprecated sleep function

Fix missing cancel function missing call

Created at 2 days ago

Flaky test

Created at 2 days ago

Fix tests

Created at 2 days ago

Fix tests

Created at 2 days ago

Fix tests

Created at 2 days ago

Fix test

Created at 2 days ago

Fix test

Created at 2 days ago

Fix test

Created at 2 days ago

Fix test

Created at 2 days ago

Remove sleep

Created at 3 days ago

Simple guide to using docker and docker-compose with drand (#1170)

  • Simple guide to using docker and docker-compose with drand
  • updated nginx config and added a script for running a resharing with nginx
  • Fixes for linux.

Co-authored-by: Florin Pățan florinpatan@gmail.com

DKG refactor -> develop to unblock Florin (#1200)

  • moved dkg package from core to root
  • re-added demo project using the new DKG
  • fixed first round of PR comments
  • refactored test objects for easier readability in tests using alice, bob, carol
  • extracted some action utilities and add helpful comments
  • PrivateGateway now implements a DKG client for TLS
  • added transition time flag to the DKG CLI
  • fixed a lot of small bugs
  • dkg kickoff grace period is now a daemon param and is reduced in the test code
  • added stop check to broadcaster
  • moved stopped into echoBroadcast itself
  • DKG requests are now sent in parallel to speed up execution
  • use the internal clock correctly in the beacon handler

Final round of tests improvements (#1187)

  • Test improvements
  • Fix connectivity test
  • Fix test after rebase
  • Revert to computed round in test
  • Do not use a package level variable for command output
  • Allow node status to reply regardless of DKG state or params
  • We expect at least the previous round to be caught up by now
  • The sync mechanism will balance out and resolve the discrepancy, eventually.
  • Speed up the orchestration tests shutdown
  • A bit more sleep in test

test with retrive old beacon from new node (#761)

  • test with retrive old beacon from new node

  • Update to latest code changes


Co-authored-by: Florin Pățan florinpatan@gmail.com

Handle error in test (#1212)

  • Handle error in test

Fix typo in vault (#1213)

  • Fix typo in vault

Make logger propagate across whole codebase

Created at 3 days ago

Simple guide to using docker and docker-compose with drand (#1170)

  • Simple guide to using docker and docker-compose with drand
  • updated nginx config and added a script for running a resharing with nginx
  • Fixes for linux.

Co-authored-by: Florin Pățan florinpatan@gmail.com

DKG refactor -> develop to unblock Florin (#1200)

  • moved dkg package from core to root
  • re-added demo project using the new DKG
  • fixed first round of PR comments
  • refactored test objects for easier readability in tests using alice, bob, carol
  • extracted some action utilities and add helpful comments
  • PrivateGateway now implements a DKG client for TLS
  • added transition time flag to the DKG CLI
  • fixed a lot of small bugs
  • dkg kickoff grace period is now a daemon param and is reduced in the test code
  • added stop check to broadcaster
  • moved stopped into echoBroadcast itself
  • DKG requests are now sent in parallel to speed up execution
  • use the internal clock correctly in the beacon handler

Final round of tests improvements (#1187)

  • Test improvements
  • Fix connectivity test
  • Fix test after rebase
  • Revert to computed round in test
  • Do not use a package level variable for command output
  • Allow node status to reply regardless of DKG state or params
  • We expect at least the previous round to be caught up by now
  • The sync mechanism will balance out and resolve the discrepancy, eventually.
  • Speed up the orchestration tests shutdown
  • A bit more sleep in test

test with retrive old beacon from new node (#761)

  • test with retrive old beacon from new node

  • Update to latest code changes


Co-authored-by: Florin Pățan florinpatan@gmail.com

Handle error in test (#1212)

  • Handle error in test

Fix typo in vault (#1213)

  • Fix typo in vault
Created at 3 days ago

Make logger propagate across whole codebase

Created at 3 days ago

Make logger propagate across whole codebase

Created at 3 days ago

Make logger propagate across whole codebase

Created at 3 days ago

Handle error in test

Update sleep duration for CI

Update sleep duration for CI

Update sleep duration for CI

Make logger propagate across whole codebase

Updates post rebase

Created at 3 days ago

DKG refactor -> develop to unblock Florin (#1200)

  • moved dkg package from core to root
  • re-added demo project using the new DKG
  • fixed first round of PR comments
  • refactored test objects for easier readability in tests using alice, bob, carol
  • extracted some action utilities and add helpful comments
  • PrivateGateway now implements a DKG client for TLS
  • added transition time flag to the DKG CLI
  • fixed a lot of small bugs
  • dkg kickoff grace period is now a daemon param and is reduced in the test code
  • added stop check to broadcaster
  • moved stopped into echoBroadcast itself
  • DKG requests are now sent in parallel to speed up execution
  • use the internal clock correctly in the beacon handler

Final round of tests improvements (#1187)

  • Test improvements
  • Fix connectivity test
  • Fix test after rebase
  • Revert to computed round in test
  • Do not use a package level variable for command output
  • Allow node status to reply regardless of DKG state or params
  • We expect at least the previous round to be caught up by now
  • The sync mechanism will balance out and resolve the discrepancy, eventually.
  • Speed up the orchestration tests shutdown
  • A bit more sleep in test

Handle error in test

Update sleep duration for CI

Update sleep duration for CI

Update sleep duration for CI

Created at 3 days ago
pull request closed
Handle error in test
Created at 3 days ago