10 Commits
Author SHA1 Message Date
Hanzo Dev 1dacb0d461 Updte for latest geth 2025-07-17 16:29:44 -05:00
Zach Kelling ef1adb0022 Rollback to 1.6.0 2024-01-02 20:55:14 +01:00
Dan LaineandGitHub 6a41ace72f add linting (#378)
* add linting

* remove bad filepath.Join

* appease linter

* update linter version

* add lint script
2022-12-19 14:53:41 -05:00
Felipe Madero e833e50aa2 fix unit tests 2022-06-27 13:00:35 -03:00
Felipe Madero 5f4b130393 unification of node naming convention. search for next node name. 2022-05-20 21:53:51 -03:00
Felipe Madero ed54b086cc backup 2022-05-17 20:12:11 -03:00
6e90fb27d1 Remove k8s backend (#131)
* rm k8s implementation and backend type

* finish removing k8s and multiple backend stuff

* nits

* update README

* rm implSpecificConfig from json string

* remove k8s from go.mod/sum

Co-authored-by: Dan Laine <daniel.laine@avalabs.org>
2022-04-26 09:26:52 -04:00
f8d1c7a8be Allow user to specify network root directory (#95)
* Add support for passing network directory in when creating network

* Warn when node directory already exists; don't fail completely

* nits

Co-authored-by: Dave (Dizzy) Smith <dizzyd@dizzyd.com>
2022-02-14 12:55:55 -05:00
85f8cae366 CHS 271 Flags (#72)
* completed 1st iteration of task

* address all cases; stop networks after each test

* added example

* fix PR comments round 1

* fix PR comments round 2

* refactor flag passing (#75)

* refactor flag passing

* address PR comments

* warn on certain flags

Co-authored-by: Dan Laine <daniel.laine@avalabs.org>
2022-01-11 10:36:45 -05:00
651844d3e2 Make network.Config json marshallable (#58)
* make network.Config json marshallable

* use json.RawMessage for ImplSpecificConfig

* Chs 251 config json dan (#63)

* add blockbyhash to ethclient (#62)

* formatting; implSpecCfg --> implSpecificConfig

* more nits; add MarshalJSON/UnmarshalJSON for network.Backend

Co-authored-by: felipemadero <felipe.madero@avalabs.org>

* update README

Co-authored-by: Dan Laine <daniel.laine@avalabs.org>
Co-authored-by: felipemadero <felipe.madero@avalabs.org>
2021-12-20 16:16:13 -05:00