Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 3.3.0 #3875

Merged
merged 148 commits into from
Sep 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
148 commits
Select commit Hold shift + click to select a range
a27a5ae
Adds json tags to base.Address and base.Hash
tjayrush Jul 21, 2024
27efda9
Adds some gitcoin smart contracts
tjayrush Jul 21, 2024
ed76f67
Updates go.mods
tjayrush Jul 21, 2024
7cd67d2
Merge pull request #3838 from TrueBlocks/update/post-merge-2
tjayrush Jul 21, 2024
087a610
chore: fix some comments
yingshanghuangqiao Jul 22, 2024
6aeaa1e
Small improvement to auto-code-gen
tjayrush Jul 24, 2024
7745022
Generate code for chifra scrape for GoLang SDK
tjayrush Jul 24, 2024
962f1a1
Deprecates chifra daemon --scrape and chifra daemon --monitor
tjayrush Jul 24, 2024
200c95f
Merge pull request #3839 from yingshanghuangqiao/master
tjayrush Jul 24, 2024
b8f67b2
Merge branch 'develop' into fix/better-auto-gen
tjayrush Jul 24, 2024
aebf446
Merge pull request #3840 from TrueBlocks/fix/better-auto-gen
tjayrush Jul 24, 2024
963dc9f
A few small cleanups to start
tjayrush Jul 27, 2024
184fe9b
Small change to chifra scrape command line options
tjayrush Jul 27, 2024
9f3f558
Changes where "generators" are stored to make using goMaker elsewhere…
tjayrush Jul 27, 2024
0576bf4
Improving scraper in SDK
tjayrush Jul 27, 2024
8b2832e
Merge pull request #3842 from TrueBlocks/fix/better-auto-gen-2
tjayrush Jul 28, 2024
adc2700
Updates go.mods
tjayrush Jul 28, 2024
37d52bf
Changes walk.CacheName to walk.WalkCacheName for clarity
tjayrush Aug 2, 2024
0fb2e6e
Removed unused class attribute simponly
tjayrush Aug 2, 2024
69c4685
Removes tri-partate location creation for Caches in favor of simpler …
tjayrush Aug 2, 2024
642bbee
Adds chifra abis --list
tjayrush Aug 2, 2024
fdade87
Merge pull request #3844 from TrueBlocks/feature/auto-code-gen-3
tjayrush Aug 2, 2024
25897cc
Merge branch 'develop' into feature/chifra-abi-list
tjayrush Aug 2, 2024
7404265
Fixing lints
tjayrush Aug 2, 2024
3eafdfe
Merge pull request #3845 from TrueBlocks/feature/chifra-abi-list
tjayrush Aug 2, 2024
058fe49
Removes unused AbiFile type, expands Abi type
tjayrush Aug 4, 2024
be73644
Removes unused AbiFile type, expands Abi type
tjayrush Aug 4, 2024
b02cd63
Removes unused AbiFile type, expands Abi type
tjayrush Aug 4, 2024
653494f
Merge pull request #3846 from TrueBlocks/feature/improve-chifra-abis-…
tjayrush Aug 4, 2024
808be4c
Moves Parts from names package to types package because we need it in…
tjayrush Aug 5, 2024
5e7d96a
Removes unused AbiFile type, expands Abi type
tjayrush Aug 5, 2024
a4d4ded
Merge pull request #3847 from TrueBlocks/feature/improve-names
tjayrush Aug 5, 2024
a111c95
Cleaning lint
tjayrush Aug 5, 2024
1d55704
Adds name to monitor type and makes marshable
tjayrush Aug 5, 2024
7148134
Merge pull request #3848 from TrueBlocks/feature/improve-names-2
tjayrush Aug 5, 2024
7ceed77
Changes type name from TimestampCount to Count
tjayrush Aug 7, 2024
024780f
Small fix to testRunner
tjayrush Aug 7, 2024
3a6e690
Renames ReadManifest to LoadManifest
tjayrush Aug 7, 2024
92d5d54
Implements and tests chifra chunks --count
tjayrush Aug 7, 2024
60f5598
Adds Status::ShallowCopy. More coming.
tjayrush Aug 7, 2024
e5ac71c
Fixes lints
tjayrush Aug 7, 2024
43b45f5
Merge pull request #3850 from TrueBlocks/feature/chifra-chunks-counts
tjayrush Aug 7, 2024
522c1b0
Assigns part type to names
tjayrush Aug 8, 2024
648e524
Merge pull request #3851 from TrueBlocks/feature/chifra-names-parts
tjayrush Aug 8, 2024
00c5412
Don't apply nix flags on Windows build, do glob via CMake
Doy-lee May 16, 2024
aba8b8f
Install config files to AppData/Local/trueblocks on Windows
Doy-lee May 16, 2024
2904484
Separate OS impl into files, support windows and adjust paths
Doy-lee May 16, 2024
080dee4
Link to CURL using target_link_libraries
Doy-lee May 16, 2024
989fd75
Fix more hardcoded '/' path seperators in chifra
Doy-lee May 20, 2024
2c8cf2c
Fix more hardcoded '/' path seperators in chifra
Doy-lee May 22, 2024
1aabe0a
Rebase onto develop, add go scripts for Windows to fix build
Doy-lee May 22, 2024
2bd601e
Add new examples to scripts after rebase to develop
Doy-lee Aug 6, 2024
2e2149a
Use cross-platform glob for docker target, skip sdkFuzzer
Doy-lee Aug 6, 2024
615bc2f
Fix more hardcoded unix '/' path separators
Doy-lee Aug 6, 2024
e29d9ec
Fix unused imports in _linux files error
Doy-lee Aug 6, 2024
4556c1c
Use filepath.Join conservatively where possible instead of string(os.…
Doy-lee Aug 7, 2024
cf90b53
Remove appending of / path separator from strings where possible
Doy-lee Aug 8, 2024
f27f25e
Remove unnecessary Clean on path, join cleans the path
Doy-lee Aug 8, 2024
025f4bc
Put import os back to where it originally was to avoid churn
Doy-lee Aug 8, 2024
df9f5c7
Disable testRunner on Windows due to new issues
Doy-lee Aug 8, 2024
9384458
Fix trueblocks.toml incorrectly appending file path instead of joining
Doy-lee Aug 8, 2024
946a6a3
Fix .bloom file incorrectly being saved to finalized folder
Doy-lee Aug 8, 2024
a2ee10e
Updates go.mods
tjayrush Aug 9, 2024
43932c8
Small step towards Windows support
tjayrush Aug 9, 2024
c95102c
cleaning
tjayrush Aug 9, 2024
54db5a9
Cleaning testRunner use of filepath
tjayrush Aug 9, 2024
aa3df60
Improves use of filepath in dev_tools
tjayrush Aug 9, 2024
aea32f4
Improves use of filepath in pkg/abis and pkg/cache
tjayrush Aug 9, 2024
dbf6efb
Fixes use of filepath in pkg
tjayrush Aug 9, 2024
b1b286e
Fixes use of filepath in some tools
tjayrush Aug 9, 2024
425a6ff
Fixes use of filepath in some chifra abis
tjayrush Aug 9, 2024
4cda3bb
Fixes use of filepath in some chifra chunks
tjayrush Aug 9, 2024
4845145
Fixes use of filepath in some chifra init
tjayrush Aug 9, 2024
b121acc
Fixes use of filepath in some chifra scrape
tjayrush Aug 9, 2024
4174fd9
Fixes build
tjayrush Aug 9, 2024
32975fa
Updates go.mods
tjayrush Aug 9, 2024
5dd554d
Small step towards Windows support
tjayrush Aug 9, 2024
d69f3d8
cleaning
tjayrush Aug 9, 2024
c6d02be
Cleaning testRunner use of filepath
tjayrush Aug 9, 2024
33087fb
Improves use of filepath in dev_tools
tjayrush Aug 9, 2024
dc10118
Improves use of filepath in pkg/abis and pkg/cache
tjayrush Aug 9, 2024
f982096
Fixes use of filepath in some tools
tjayrush Aug 9, 2024
08f6545
Fixes use of filepath in some chifra abis
tjayrush Aug 9, 2024
b5c2ff6
Fixes use of filepath in some chifra chunks
tjayrush Aug 9, 2024
00a532c
Merge branch 'fix/better-use-of-filepath' of github.com:TrueBlocks/tr…
tjayrush Aug 9, 2024
6c91898
Merge pull request #3853 from TrueBlocks/fix/better-use-of-filepath
tjayrush Aug 9, 2024
53e9f05
Fixes a bug related to turning off loggers
tjayrush Aug 17, 2024
9417c54
Merge pull request #3856 from TrueBlocks/fix/turning-off-loggers
tjayrush Aug 17, 2024
818d01e
Updates go.mods
tjayrush Aug 21, 2024
fb584c1
Extends easier crud operations to the SDK
tjayrush Aug 22, 2024
ce16fdd
Fixes tests
tjayrush Aug 22, 2024
9b855d6
Merge pull request #3857 from TrueBlocks/feature/easier-name-editing-…
tjayrush Aug 22, 2024
46dd505
Updates go.mods
tjayrush Aug 22, 2024
0fdd147
Updates go.mod files
tjayrush Aug 22, 2024
d49b448
Adds blockRange type
tjayrush Aug 22, 2024
95eef8a
Adds blockRange type
tjayrush Aug 22, 2024
a32cea7
Change rangeBounds to rangeDates
tjayrush Aug 22, 2024
91ba4e4
Removes rangeEnd from chunkStats in prep for adding rangeDates
tjayrush Aug 22, 2024
76f0368
Chunks now include dates
tjayrush Aug 22, 2024
b84c8e9
Chunks now include dates
tjayrush Aug 22, 2024
c03e2f5
Chunks now include dates
tjayrush Aug 22, 2024
6c35479
Chunks now include dates
tjayrush Aug 22, 2024
fe57f66
Fixes tests
tjayrush Aug 22, 2024
b50d1aa
Fixes tests
tjayrush Aug 22, 2024
0be8c47
Merge pull request #3858 from TrueBlocks/feature/better-chunk-data
tjayrush Aug 22, 2024
00d349e
Adds .gitignore to ./examples
tjayrush Aug 23, 2024
e00604d
Adds test cases for chifra abis --count) not implemented.
tjayrush Aug 23, 2024
dc2b8a6
Adds --count to chifra abis
tjayrush Aug 23, 2024
5cc6636
Fixes tests
tjayrush Aug 23, 2024
04524ce
Merge pull request #3860 from TrueBlocks/feature/chifra-abis-count
tjayrush Aug 23, 2024
4f6bfbd
Implements first version of built in sorting for a type
tjayrush Aug 24, 2024
a0254dc
Adds built in sorting test for ABIs and adds isEmpty field
tjayrush Aug 24, 2024
4323722
Fixes autogen for isEmpty
tjayrush Aug 24, 2024
9259099
Merge pull request #3862 from TrueBlocks/feature/better-sorting
tjayrush Aug 24, 2024
3c15d2d
Adds hasConstructor and hasFallback to Abi type; fixes tests
tjayrush Aug 24, 2024
96b9bae
Merge pull request #3863 from TrueBlocks/feature/better-sorting-2
tjayrush Aug 24, 2024
f3d04c8
Updates go.mods
tjayrush Aug 24, 2024
537aa5c
Adds --count to chifra monitors
tjayrush Aug 25, 2024
ff630da
Adds IsEmpty and IsStaged to monitors. Improves chifra monitors --lis…
tjayrush Aug 26, 2024
9777e99
Adds IsEmpty and IsStaged to monitors
tjayrush Aug 26, 2024
9d6d9d9
Adds IsEmpty and IsStaged to monitors
tjayrush Aug 26, 2024
4044ad9
Merge pull request #3865 from TrueBlocks/feature/monitors-count
tjayrush Aug 26, 2024
9b106ee
Updates go.mods
tjayrush Aug 26, 2024
e8bc34d
Adds --staged to chifra monitors
tjayrush Aug 26, 2024
37fc745
Adds --staged option to chifra monitors.
tjayrush Aug 26, 2024
259dc18
Cleans lint
tjayrush Aug 26, 2024
64d4182
Merge pull request #3866 from TrueBlocks/feature/better-monitors
tjayrush Aug 26, 2024
416b1f6
Updates go.mods
tjayrush Aug 26, 2024
e6187b2
Adds hidden --dalle option to chifra explore
tjayrush Aug 27, 2024
c6382fe
Adds sorting code generation to goMaker. Examples abis, funtions, chu…
tjayrush Aug 27, 2024
9067ab1
Cleaning
tjayrush Aug 27, 2024
a2e11fe
Adds rangeDates to sort. Plus adds chunkRecord and names to auto-gen …
tjayrush Aug 27, 2024
fbf9423
Merge pull request #3869 from TrueBlocks/feature/sorting-auto-gen
tjayrush Aug 27, 2024
1dddf4e
Updates go.mods
tjayrush Aug 27, 2024
542145d
Small update
tjayrush Aug 28, 2024
0a0898c
Cleans up name editing
tjayrush Aug 29, 2024
40c0431
Merge pull request #3870 from TrueBlocks/feature/better-names-editing
tjayrush Aug 29, 2024
b9a248f
Updates go.mods
tjayrush Aug 29, 2024
f267acd
Starts to improve chifra init
tjayrush Aug 30, 2024
d7f8d02
Adds ScrapeOnce
tjayrush Aug 31, 2024
e4efe9a
Merge pull request #3871 from TrueBlocks/feature/better-init
tjayrush Aug 31, 2024
df247f5
Updates go.mods
tjayrush Sep 1, 2024
12c8928
Final cleaning before release
tjayrush Sep 1, 2024
f6b7c21
Updates to 3.2.0
tjayrush Sep 1, 2024
8b955c5
Ready for release
tjayrush Sep 1, 2024
7669f6d
Updates docs and tests
tjayrush Sep 1, 2024
6d522f8
Updates to v3.3.0
tjayrush Sep 1, 2024
22793a9
Merge pull request #3874 from TrueBlocks/feature/release-condidate
tjayrush Sep 1, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
223 changes: 223 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,229 @@

This file details changes made to TrueBlocks over time. All version prior to version 3.0.0 are now no longer supported.

## v4.0.0 - Getting Serious - Indiana (2024/09/01)

**Summary**

- Bumped version to 4.0.0
- Much better support for SDK
- First working version of Browse (separate repo)
- First semi-working version of TrueBlocks-Node (separate repo)
- Much better support for auto code generation:
- Various updates and corrections to the examples and tests

## SDK

- Adds `Scrape` endpoint to the SDK - enabling `trueBlocks-node` functionality
- Adds `ScrapeOnce` endpoint to the SDK - enabling `trueBlocks-node` and Browse functionality
- Adds `Init` endpoint to the SDK - enabling `trueBlocks-node` functionality
- Implements sorting interfaces for `Abis`, `Names`, `Chunks` types in the SDK

## Changes to the Unchained Index Specification

- No changes.

## Breaking Changes

- `Names` enum (`Custom`, `Regular`, `Prefund`, etc.) moved to `types` package from `names` package. Breaking change. Change `names.Custom` to `types.Custom` (etc.) to fix.
- `ChunksStats` data model no longer has `rangeEnd` field. Use `rangeDates` instead.

## System Wide Changes

- No changes.

## Changes to Data Models

### Modified data models

| model | description |
| ------------ | ------------------------------------------------------------------------------------------------------------------------------- |
| Message | This type is now returned by `chifra scrape` for some routes and options |
| ChunkAddress | Adds `rangeDates` field |
| ChunkBloom | Adds `rangeDates` field |
| ChunkIndex | Adds `rangeDates` field |
| ChunkRecord | Adds `rangeDates` field |
| ChunkStats | Adds `rangeDates` field, removed `rangeEnd` |
| Name | Allows auto-generated sorting code |
| Function | Allows auto-generated sorting code |
| ChunkStats | Allows auto-generated sorting code |
| Monitor | Adds `isStaged`, `isEmpty`, and `name` to Monitor type |
| MonitorClean | Adds `staged` and `removed` fields from MonitorClean type |
| Abi | Adds `name`, `path`, `fileSize`, `lastModDate`, `isKnown`, `nFunctions`, `nEvents`, `hasConstructor`, `hasFallback` to Abi type |

### New data models

| model | description |
| ----- | ----------- |
| None | |

### Removed data models

| model | description |
| ----- | ----------- |
| None | |

### Renamed data models

| model | description |
| -------------- | --------------------------------------------------------------------- |
| TimestampCount | Type renamed to Count and used elsewhere in addition to `chifra when` |

## Tool Specific Changes

**chifra list**

- No changes.

**chifra export**

- No changes.

**chifra monitors**

- Adds `chifra monitors --count` option used by Browse
- Adds `chifra monitors --staged` to include staged monitors in `chifra monitors --list`
- Changes hotkey for `chifra monitors --commands` to '`d`' from '`c`'

**chifra names**

- No changes.

**chifra abis**

- Adds `chifra abis --list` and `chifra abis --count` for use mostly with Browse

**chifra blocks**

- No changes.

**chifra transactions**

- No changes.

**chifra receipts**

- No changes.

**chifra logs**

- No changes.

**chifra traces**

- No changes.

**chifra when**

- No changes.

**chifra state**

- No changes.

**chifra tokens**

- No changes.

**chifra config**

- No changes.

**chifra status**

- No changes.

**chifra daemon**

- Deprecated `chifra daemon --api`, no replacement,
- Deprecated `chifra daemon --scrape`, use `chifra scrape` instead
- Deprecated `chifra daemon --monitor`, use `chifra monitors --watch` instead.

**chifra scrape**

- No changes.

**chifra chunks**

- `chifra chunks mode --count` now properly returns a `Count` type (mildly breaking)

**chifra init**

- No changes.

**chifra explore**

- Adds hidden option `chifra explore --dalle <address&gt`;

**chifra slurp**

- No changes.

**makeClass**

- Much better support for auto code generation including:
- Sorting for certain generated types for use in Browse
- Better (easier to use) caching code for types
- Easier to use the tools in other repos
- Better validity checking

**testRunner**

- Better testing including automatically finding a port for the API server if default is being used
- Updates and improvements to many tests

## Pull Requests (23)

<!--
gh pr list --search "is:pr is:closed closed:>2024-07-18" --limit 300 --state merged | cut -f1,2 | sed 's/^/- #/' | tr '\t' ' '
-->

- #3871 Starts to improve chifra init
- #3870 Cleans up name editing
- #3869 Extends goMaker to generate sorting code for various types
- #3866 Adds --staged to chifra monitors
- #3865 Adds --count to chifra monitors
- #3863 Adds hasConstructor and hasFallback to Abi type; fixes tests
- #3862 Feature/better sorting
- #3860 Feature/chifra abis count
- #3858 Feature/better chunk data
- #3857 Feature/easier name editing in sdk
- #3856 Fixes a bug related to turning off loggers
- #3853 Fix/better use of filepath
- #3851 Assigns part type to names
- #3850 Feature/chifra chunks counts
- #3848 Adds name to monitor type and makes marshable
- #3847 Moves Parts from names package to types package because we need it in…
- #3846 Feature/improve chifra abis list
- #3845 Adds chifra abis --list for use in miniDapp
- #3844 Cleans up some caching code including allowing for filename caches (such as miniDapp files)
- #3842 Fix/better auto gen 2
- #3840 Small improvement to auto-code-gen
- #3839 chore: fix some comments
- #3838 Updates go-mods and adds some names

## Issues Closed (0)

<!--
gh issue list --search "closed:>2024-07-18 is:closed is:issue sort:created-desc" --limit 300 --state closed | cut -f1,3 | sort -r | sed 's/^/- #/' | tr '\t' ' '
-->

- None

## Issues Opened (8)

<!--
gh issue list --search "created:>2024-08-31 is:open is:issue sort:created-desc" --limit 300 --state closed | cut -f1,3 | sort -r | sed 's/^/- #/' | tr '\t' ' '
-->

- #3868 make generate ignores DefaultEnum -- remove it if it's not used, use it if it's useful
- #3867 React development environment -- or a better linter for react
- #3861 Document the sortable fields for each type
- #3859 code gen: use the handler field
- #3855 Strange behaviour with staged/unripe blocks.
- #3836 Copying the executable
- #3835 Coming changes for Pectra

## v3.1.2-release - Streaming SDK - Huntingdon (2024/07/18)

**Summary**
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Get more help on any sub-command with `chifra <cmd> --help`. Full documentation

## Chifra Serve

One of `chifra's` command line tools is called `serve`. This tool provides a simple API mimicing the command line. It is intended to be used only for single user enviroments.
One of `chifra's` command line tools is called `serve`. This tool provides a simple API mimicking the command line. It is intended to be used only for single user environments.

To start the server, run:

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.2
3.3.0
4 changes: 2 additions & 2 deletions examples/balanceChart/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module github.com/TrueBlocks/trueblocks-core/examples/balanceChart
go 1.22

require (
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61
github.com/bykof/gostradamus v1.0.4
gonum.org/v1/plot v0.0.0-20190515093506-e2840ee46a6b
)
Expand Down
8 changes: 4 additions & 4 deletions examples/balanceChart/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ 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-20240718044519-2c9304344dd6 h1:LNfFuvmDvIIJP8B2Y3Hepx9AkDxsb8eLroP7xGiCRVc=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6/go.mod h1:rLDLHdHmjdwV+hAp1YoFSNNfSVtOULOsqG1w+fEdF6U=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6 h1:5kZTCjvtX9/PhxlswLLcCnhDoKxiKpgvr3xJijRXX+0=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61 h1:4N9oQvXOzrtmcBgJUY5ivvJ4QkM12S7qEla6Iv2OG7U=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61/go.mod h1:9+/eYi6Wza74nzRMCWnvG/Ybln1HzL+24dEN50ZrPok=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61 h1:6tE09BFp8S50cXKxVxG3MR7KURNEfgiwLKLFciYyNbw=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
github.com/VictoriaMetrics/fastcache v1.12.1/go.mod h1:tX04vaqcNoQeGLD+ra5pU5sWkuxnzWhEzLwhP9w653o=
Expand Down
4 changes: 2 additions & 2 deletions examples/cancelContext/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module github.com/TrueBlocks/trueblocks-core/examples/cancelContext
go 1.22

require (
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61
)

require (
Expand Down
8 changes: 4 additions & 4 deletions examples/cancelContext/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ 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-20240718044519-2c9304344dd6 h1:LNfFuvmDvIIJP8B2Y3Hepx9AkDxsb8eLroP7xGiCRVc=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6/go.mod h1:rLDLHdHmjdwV+hAp1YoFSNNfSVtOULOsqG1w+fEdF6U=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6 h1:5kZTCjvtX9/PhxlswLLcCnhDoKxiKpgvr3xJijRXX+0=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61 h1:4N9oQvXOzrtmcBgJUY5ivvJ4QkM12S7qEla6Iv2OG7U=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61/go.mod h1:9+/eYi6Wza74nzRMCWnvG/Ybln1HzL+24dEN50ZrPok=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61 h1:6tE09BFp8S50cXKxVxG3MR7KURNEfgiwLKLFciYyNbw=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
github.com/VictoriaMetrics/fastcache v1.12.1/go.mod h1:tX04vaqcNoQeGLD+ra5pU5sWkuxnzWhEzLwhP9w653o=
Expand Down
4 changes: 2 additions & 2 deletions examples/findFirst/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module github.com/TrueBlocks/trueblocks-core/examples/findFirst
go 1.22

require (
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61
)

require (
Expand Down
8 changes: 4 additions & 4 deletions examples/findFirst/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ 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-20240718044519-2c9304344dd6 h1:LNfFuvmDvIIJP8B2Y3Hepx9AkDxsb8eLroP7xGiCRVc=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240718044519-2c9304344dd6/go.mod h1:rLDLHdHmjdwV+hAp1YoFSNNfSVtOULOsqG1w+fEdF6U=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6 h1:5kZTCjvtX9/PhxlswLLcCnhDoKxiKpgvr3xJijRXX+0=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240718044519-2c9304344dd6/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61 h1:4N9oQvXOzrtmcBgJUY5ivvJ4QkM12S7qEla6Iv2OG7U=
github.com/TrueBlocks/trueblocks-core/sdk/v3 v3.0.0-20240901010446-12c8928dea61/go.mod h1:9+/eYi6Wza74nzRMCWnvG/Ybln1HzL+24dEN50ZrPok=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61 h1:6tE09BFp8S50cXKxVxG3MR7KURNEfgiwLKLFciYyNbw=
github.com/TrueBlocks/trueblocks-core/src/apps/chifra v0.0.0-20240901010446-12c8928dea61/go.mod h1:YKuaek8RSyh681TFMK6Ua8MsHtuY+c1VJWi78Y35+J8=
github.com/VictoriaMetrics/fastcache v1.6.0/go.mod h1:0qHz5QP0GMX4pfmMA/zt5RgfNuXJrTP0zS7DqpHGGTw=
github.com/VictoriaMetrics/fastcache v1.12.1 h1:i0mICQuojGDL3KblA7wUNlY5lOK6a4bwt3uRKnkZU40=
github.com/VictoriaMetrics/fastcache v1.12.1/go.mod h1:tX04vaqcNoQeGLD+ra5pU5sWkuxnzWhEzLwhP9w653o=
Expand Down
Loading
Loading