Add enhanced concurrency patterns, rate limiting, market management, and pipeline processing

This commit is contained in:
Krypto Kajun
2025-09-12 01:35:50 -05:00
parent 300976219a
commit fbb85e529a
17 changed files with 1440 additions and 190 deletions

3
go.mod
View File

@@ -6,6 +6,8 @@ require (
github.com/ethereum/go-ethereum v1.14.12
github.com/holiman/uint256 v1.3.1
github.com/urfave/cli/v2 v2.27.4
golang.org/x/sync v0.8.0
golang.org/x/time v0.10.0
gopkg.in/yaml.v3 v3.0.1
)
@@ -36,7 +38,6 @@ require (
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
golang.org/x/crypto v0.26.0 // indirect
golang.org/x/exp v0.0.0-20240719175910-8a7402abbf56 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/sys v0.25.0 // indirect
rsc.io/tmplfunc v0.0.3 // indirect
)