TrueBlocks Version 1.0.0
·
1532 commits
to master
since this release
What's Changed
- Fixes tests due to using totalSupply on latest block by @tjayrush in #2940
- Closes #2942 by @tjayrush in #2943
- Feature/chunks manifest check deep 2 by @tjayrush in #2945
- Bugfix/names clean reporting tests by @dszlachta in #2944
- Fixes #2938 by @tjayrush in #2947
- Fixes #2930 by @tjayrush in #2951
- Fixed: gRPC connection error is always displayed by @dszlachta in #2950
- Implements both --first_block and --dry_run for chifra init by @tjayrush in #2953
- Fixes build by @tjayrush in #2954
- Fixes #2955 by @tjayrush in #2956
- Feature/transactions uniq 2 by @tjayrush in #2963
- Cleanup/remove old tests by @tjayrush in #2965
- feature/blocks-logs-and-trace-port by @tjayrush in #2967
- Feature/blocks uncles in go by @tjayrush in #2968
- Implements chifra transactions --log by @tjayrush in #2970
- Feature/port state call by @dszlachta in #2972
- Issue #2974 Follow on 1 by @tjayrush in #2975
- 2982 chifra state follow on 2 by @tjayrush in #2983
- 2984 meta data fix by @tjayrush in #2985
- Fixed articulating multiple anonymous arguments by @dszlachta in #2989
- Feature/transactions accounting 2 by @tjayrush in #2992
- Port the rest of
chifra state
by @dszlachta in #2988 - Closes #2997 - removes trailing zeros from floats throughout by @tjayrush in #2998
- Closes #2999 - cleanups to be more consistent with other tools by @tjayrush in #3000
- Feature/port state follow on 1 by @tjayrush in #3005
- Completely removes getState c++ code by @tjayrush in #3006
- Ports all code in ./tools folder by @tjayrush in #3008
- Feature/better export testing by @tjayrush in #3013
- Removes all C++ testing code as unused by @tjayrush in #3015
- Fix trace testing by @tjayrush in #3016
- Fixes previously broken test cases in various tools by @tjayrush in #3019
- Cleans up RPC package by @tjayrush in #3022
- Fixes #3020 by @dszlachta in #3025
- 3026 use error chan troughout by @tjayrush in #3028
- 3029 improve monitor package by @tjayrush in #3030
- 3031 lessen dependencies on go ethereum common package by @tjayrush in #3032
- 3039 chifra receipts make concurrent by @tjayrush in #3040
- Improves --articulation across multiple tools. Closes #3041 by @tjayrush in #3042
- Removes dependacy on all but utillib from dev_tools by @tjayrush in #3043
- add diff script and results by @wakamex in #3037
- Feature/use identifier maps cache by @dszlachta in #3046
- Feature/enable caching by @dszlachta in #3023
- Fixed #3047 by @dszlachta in #3049
- Adjusting neighbors output to make porting easier. by @tjayrush in #3050
- Ariel tm patch 2 by @tjayrush in #3052
- Rename staging to RipeBlock close to chain head by @ArielTM in #3018
- Fixes IterateOverMap by @tjayrush in #3053
- Feature/use identifier maps with disabled cache by @tjayrush in #3044
- Surrounds handler code with a timer for performance testing by @tjayrush in #3055
- Removes all c++ examples but ports many of them to GoLang first. Fixes build in various ways. by @tjayrush in #3056
- Feature/cleanups prior to porting by @tjayrush in #3058
- Feature/cleanups prior to porting by @tjayrush in #3059
- Catches up EtherSlurp tool to latest code by @tjayrush in #3060
- Catching chifra transactions up to latest code by @tjayrush in #3061
- Feature/txs enable cache by @dszlachta in #3057
- Post merge cleanup by @tjayrush in #3064
- Cleanup/change cache help line by @tjayrush in #3074
- Feature/finalized cache rpc options by @dszlachta in #3068
- Cleanup/linting with staticchecker by @tjayrush in #3080
- Feature/port chifra export appearances by @tjayrush in #3062
- Ports chifra export --logs to goLang by @tjayrush in #3083
- Ports chifra export --balances to goLang by @tjayrush in #3084
- Feature/capabilities for global options by @tjayrush in #3085
- Move all global options to capabilities. Add Default option and imple… by @tjayrush in #3087
- Cleaning tests by @tjayrush in #3088
- Adds caps testing by @tjayrush in #3091
- Bugfix/3078 maxgas not cached by @dszlachta in #3089
- Adds more tests, shows caps in tests, #3092 by @tjayrush in #3093
- Adding --neighbors (but disabled) to chifra export by @tjayrush in #3098
- Bumps version to v0.76.0-beta by @tjayrush in #3099
- Add support for chifra export --receipts by @tjayrush in #3100
- Feature/port export testing by @tjayrush in #3101
- Adds support for chifra export --traces by @tjayrush in #3102
- Moved DefaultRpcOptions out of internal/global by @dszlachta in #3090
- Fixing build by @tjayrush in #3104
- Adds TB_OVERRIDE_CID to force downloading a different manifest by @tjayrush in #3105
- Feature/remove log level by @tjayrush in #3108
- Removes separate ens package by moving it into rpcClient by @tjayrush in #3109
- Removes separate node package by moving it into rpcClient by @tjayrush in #3110
- Feature/improve rpc client package by @tjayrush in #3111
- Fixes incorrect use of UnchainedIndex for non-mainnet chains by @tjayrush in #3112
- Bumps version to v0.76.0-beta by @tjayrush in #3114
- Begins forcing access to the RPC through an object by @tjayrush in #3113
- Updates chifra export to use new caching code - but still not active … by @tjayrush in #3117
- Bugfix/token oldbugs by @dszlachta in #3120
- Catches up to caching code in full port by @tjayrush in #3121
- Fixes #3126 by @tjayrush in #3127
- 3128 concurrent access to map core dumps by @tjayrush in #3129
- Removes chain from most methods on rpcClient.Options by @tjayrush in #3124
- Moved linter job to build workflow by @dszlachta in #3131
- Move token package to rpcClient, removes separate Token type in favor of SimpleToken by @tjayrush in #3137
- Update cmake by @tjayrush in #3138
- Feature/decache for all by @tjayrush in #3139
- Fixing by @tjayrush in #3147
- Fixes query package by @tjayrush in #3148
- Touching export by @tjayrush in #3149
- Catches up to include fixes for chifra slurp by @tjayrush in #3150
- Stops calling reconcile if not relevant log by @tjayrush in #3151
- Starting to turn on accounting again by @tjayrush in #3152
- Catching up to a lot of cache related code by @tjayrush in #3154
- Added workflow to trigger Docker build by @dszlachta in #3125
- Feature/final golang port 2 by @tjayrush in #3155
- Fixes issue #3159 by @tjayrush in #3160
- Fixes issue #2810 by @tjayrush in #3162
- Post merge cleanup 1 by @tjayrush in #3163
- Removes big dogs by @tjayrush in #3165
- Bugfix/migration typo by @dszlachta in #3166
- Update to v1.0.0 by @tjayrush in #3167
- Bump requests from 2.27.1 to 2.31.0 in /sdk/python by @dependabot in #3168
- Bump word-wrap from 1.2.3 to 1.2.5 in /sdk/typescript by @dependabot in #3170
- Bump semver from 6.3.0 to 6.3.1 in /sdk/typescript by @dependabot in #3169
New Contributors
Full Changelog: v0.70.0-beta...v1.0.0-release