good morning!!!!

Skip to content
Snippets Groups Projects
  1. Mar 10, 2022
  2. Mar 07, 2022
  3. Mar 04, 2022
    • battlmonstr's avatar
      Makefile: allow command-specific go.mod files (#3641) · 90b52929
      battlmonstr authored
      The command builds were always using the root go.mod.
      Adding cmd/mycmd/go.mod produced an "package not found" error.
      
      This changes the build to run in the cmd/mycmd directory:
      * If cmd/mycmd/go.mod is present, it is used.
      * Otherwise it builds the main package using the root go.mod as before.
      90b52929
  4. Feb 24, 2022
  5. Feb 22, 2022
  6. Feb 14, 2022
  7. Jan 31, 2022
  8. Jan 23, 2022
  9. Jan 19, 2022
  10. Jan 18, 2022
  11. Dec 26, 2021
  12. Dec 22, 2021
  13. Dec 15, 2021
  14. Nov 23, 2021
  15. Nov 22, 2021
  16. Nov 15, 2021
  17. Oct 31, 2021
  18. Oct 14, 2021
  19. Oct 12, 2021
  20. Sep 11, 2021
  21. Aug 18, 2021
  22. Jul 27, 2021
  23. Jul 19, 2021
    • Marius's avatar
      docker-compose with minimal PID namespace and non-root permissions (#2397) · d085bf9a
      Marius authored
      * Feat: only share the erigon container PID namespace with rpcdaemon instead of the entire host PID namespace.
      
      * Feat: remove host UID:GUID mapping from erigon and rpcdaemon containers in favour of erigon user in Dockerfile. Adapted Makefile to pre-create mounted volumes to avoid permission issues at runtime.
      
      * Feat: docker volume directories should always be owned by erigon user(1000:1000) regardless of the user that invoked the make command.
      
      * Fix: don't chown here which breaks docker volume mounts.
      
      * Fix: remove ERIGON_HOME Makefile variable and simplify recipe.
      d085bf9a
  24. Jul 18, 2021
  25. Jul 15, 2021
  26. Jul 03, 2021
  27. Jul 01, 2021
  28. Jun 27, 2021
  29. Jun 25, 2021
    • Alex Sharov's avatar
      Sokol v0 (#2228) · 605d7a8d
      Alex Sharov authored
      * handle chain flag in integration
      
      * handle chain flag in integration
      
      * handle chain flag in integration
      
      * save
      
      * save
      
      * merge devel
      
      * save
      
      * noopWriter - one is enough
      
      * chain spec parser
      
      * chain spec parser
      
      * embed
      
      * embed
      
      * embed
      
      * embed
      
      * embed
      
      * embed
      
      * embed
      
      * clean
      
      * clean
      
      * correct alloc after reset state
      
      * correct alloc after reset state
      
      * correct alloc after reset state
      
      * integration reset state now does re-apply genesis and chainConfig
      
      * eips summary
      
      * eips summary
      
      * eips summary
      605d7a8d
  30. Jun 19, 2021
    • Alex Sharov's avatar
      switch to mdbx-go module, and db-tools to libmdbx submodule (#2199) · a535e8f3
      Alex Sharov authored
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      
      * move mdbx to submodule
      a535e8f3
  31. Jun 18, 2021
  32. Jun 16, 2021
Loading