Skip to content

Commit

Permalink
Cleaning
Browse files Browse the repository at this point in the history
  • Loading branch information
tjayrush committed Sep 2, 2024
1 parent 69c56f2 commit 1e18f03
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@ module github.com/TrueBlocks/trueblocks-node/v3
go 1.22

require (
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901202206-c19a76f941df
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901212707-3b0228642466
github.com/TrueBlocks/trueblocks-sdk/v3 v3.3.1-0.20240901222858-35c88728ba2c
)

require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901121822-6283f44d7d3a // indirect
github.com/alecthomas/participle/v2 v2.0.0 // indirect
github.com/benbjohnson/clock v1.3.0 // indirect
github.com/bits-and-blooms/bitset v1.10.0 // indirect
Expand Down
4 changes: 4 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,12 @@ github.com/Microsoft/go-winio v0.6.1 h1:9/kr64B9VUZrLm5YYwbGtUJnMgqWVOdUAXu6Migc
github.com/Microsoft/go-winio v0.6.1/go.mod h1:LRdKpFKfdobln8UmuiYcKPot9D2v6svN5+sAH+4kjUM=
github.com/OneOfOne/xxhash v1.2.2/go.mod h1:HSdplMjZKSmBqAxg5vPj2TmRDmfkzw+cTzAElWljhcU=
github.com/StackExchange/wmi v0.0.0-20180116203802-5d049714c4a6/go.mod h1:3eOhrUMpNV+6aFIbp5/iudMxNCF27Vw2OZgy4xEx0Fg=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901121822-6283f44d7d3a h1:XJUCdG/xgAOTAA5F+EmbLD+qnnYG1f8TlMgkzu6zmR8=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901121822-6283f44d7d3a/go.mod h1:jJ/DuvFPQFDImuZnreIMuBQrMt+WTP8QPVQACaeH8u8=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901202206-c19a76f941df h1:doJdR+hHIaSCI4XXK6ad+bQUCF0LnM+nz1p9SyThekA=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901202206-c19a76f941df/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901212707-3b0228642466 h1:DNH7mYWEEehKLRiFjBoiMoZJMdpuVNiLnFvsstQW2To=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901212707-3b0228642466/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/TrueBlocks/trueblocks-sdk/v3 v3.3.1-0.20240901222858-35c88728ba2c h1:yFMpn+/X2aBTB610QECW3fMq4iaMOUNV0YkTKet7rt8=
github.com/TrueBlocks/trueblocks-sdk/v3 v3.3.1-0.20240901222858-35c88728ba2c/go.mod h1:ZXEp6oUaIXZbwRkMWZwym6+IfEtAuIi9O5WkEDOocPA=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
Expand Down
4 changes: 2 additions & 2 deletions makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build:
run:
@make build
@rm -f ~/Library/Application\ Support/TrueBlocks/trueBlocks.toml
@TB_CHAINS_MAINNET_SCRAPEROUTPUT=/Users/jrush/Development/trueblocks-core/node/shit \
@TB_CHAINS_MAINNET_SCRAPEROUTPUT=/Users/jrush/Data/buidlguidl/ethereum_clients/trueBlocks \
TB_SETTINGS_CACHEPATH="/Users/jrush/Data/buidlguidl/ethereum_clients/trueBlocks/database/cache" \
TB_SETTINGS_INDEXPATH="/Users/jrush/Data/buidlguidl/ethereum_clients/trueBlocks/database/unchained" \
TB_CHAINS_MAINNET_RPCPROVIDER="http://localhost:23456" \
Expand All @@ -13,7 +13,7 @@ run:
run-full:
@make build
@rm -f ~/Library/Application\ Support/TrueBlocks/trueBlocks.toml
@TB_CHAINS_MAINNET_SCRAPEROUTPUT=/Users/jrush/Development/trueblocks-core/node/shit \
@TB_CHAINS_MAINNET_SCRAPEROUTPUT=/Users/jrush/Data/buidlguidl/ethereum_clients/trueBlocks \
TB_SETTINGS_CACHEPATH="/Users/jrush/Data/trueblocks/v1.0.0/cache/" \
TB_SETTINGS_INDEXPATH="/Users/jrush/Data/trueblocks/v1.0.0/unchained" \
TB_CHAINS_MAINNET_RPCPROVIDER="http://localhost:23456" \
Expand Down

0 comments on commit 1e18f03

Please sign in to comment.