Test plugin passing

This commit is contained in:
philip-morlier 2023-09-14 16:36:09 -07:00
parent 54b4a7d9c7
commit 4641b6e012
5 changed files with 450 additions and 151 deletions

1
go.mod
View File

@ -72,7 +72,6 @@ require (
golang.org/x/time v0.3.0
golang.org/x/tools v0.9.1
gopkg.in/natefinch/lumberjack.v2 v2.0.0
gopkg.in/natefinch/npipe.v2 v2.0.0-20160621034901-c1b8fa8bdcce
gopkg.in/yaml.v3 v3.0.1
)

597
go.sum

File diff suppressed because it is too large Load Diff

View File

@ -7,7 +7,6 @@ NoPruning = false
NoPrefetch = false
TxLookupLimit = 2350000
LightPeers = 100
UltraLightFraction = 75
DatabaseCache = 512
DatabaseFreezer = ""
TrieCleanCache = 154

View File

@ -7,7 +7,6 @@ NoPruning = false
NoPrefetch = false
TxLookupLimit = 2350000
LightPeers = 100
UltraLightFraction = 75
DatabaseCache = 512
DatabaseFreezer = ""
TrieCleanCache = 154

View File

@ -7,7 +7,6 @@ NoPruning = false
NoPrefetch = false
TxLookupLimit = 2350000
LightPeers = 100
UltraLightFraction = 75
DatabaseCache = 512
DatabaseFreezer = ""
TrieCleanCache = 154