-
Notifications
You must be signed in to change notification settings - Fork 210
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
chifra export --traces doesn't check the cache without --cache_traces #2675
Comments
It's a bit surprising that it acts this way, to be honest. The first command ( The second example (for So maybe we can do a test as follows:
The same should happen with
|
848 transactions in account 0x422494292e7a9dda8778bb4ea05c2779a3d60f5d
|
Maybe. When you say in the title of the issue that it "doesn't read the cache" is that because you looked at the code or just based on performance? |
This is fixed. |
…esnt-check-the-cache-without-cache_traces Fixes issue #2675
* Fixes issue #3348 * Adds test case for using .eth in chifra state --call * Fixes issue #3385 * Improved monitoring a bit * Cleaning * Renamed ContractCallArgument to ContractArgument * Renamed ParseContractCall to ParseCall * Renames ContractCallNumber tp ArgNumber * Renames Boolean to ArgBool in parser package * Renamed ContractCallHex to ArgHex * Cleaning * Separates out types in the parser package into their own files * Cleaning to get started * Hacky code to allow .eth addresses in chifra state --call * Adds a few tests for allowing ens names where previously only hex addresses was permitted. * Adds a new regex for EnsDomain to the lexer * Adds ArgString to parser so we can explicitly Capture strings to ease debugging * Implements using .eth names in chifra state --call * Fixes unit tests (but maybe not correctly) * Some cleaning to start * Removes the need for the Etherescan key from simply running a command. Still need it for `chifra state --call` and `chifra export --accounting` * Fixed call error messages * Fixed names and comments * Support subdomains * Fixes issue #3376 * Fixes lint * Allows hitting control+c when downloading timestamps * Tries to grab control of logger.Fatal * Closes the issue * Fixes testing * Allows use of --port for the time being until removed * Fix/issue 2847 (#3403) * Changes the word destination to abiMap to be more precise * Removes unused automatation * Sends rpc.Connection into NewAbisCache instead of just the chain * Small cleanups * Various changes to hide local functions and types into abi and artciulate packages * Cleaning * Cleaning * Just a few cleanups trying to get control of articulation * Improves articulation and warnings for non-cotracts * Final cleanup still not done * Cleaning one more time * Fixing a latent bug in short circuit articulation * Cleaning * Further cleaning * One more step * Commenting * Final changes for now. See the issue. * Renames FunctionSyncMap to SelectorSyncMap to be more consistent * Fixes an issue with tracing and export missing check for appropriate node * Cleaning (#3407) * Added appearance notification * Fixed lint error * Code review fixes * Bugfix: scrape errors were silently ignored * Updated tests * Moved notification struct to pkg so it can be linked by other software * Fixes issue #2675 * Adds (but does not implement) --reverted to chifra export * Adds reverted and fourbyte filters to the AppearanceFilter structure * Code review fixes * Implements filtering on both four-byte and reverted status * Fixes tests * Adds but does not implement chifra status --diagnose * Start with some test cases * Removes unused minimal, nowrite, and noaddfld from auto-code gen * Removes object field from auto-code gen. Pick it up from type * Removes unused disp field from autogen files * Remove example from auto code generation * Removes unused array field from auto code generation * Enables auto-gen for status and others * Turns on statumetns auto-gen * Comments out some references * Merges develop branch * Implements part of the issue. See TODOs * Fixes tests * Bumps version to v2.1.0-release * Update CHANGES.md file. Ready to merge to master. --------- Co-authored-by: Dawid Szlachta <[email protected]>
200x faster using --cache_traces (order doesn't matter)
as opposed to --logs, where without --cache, the cache is still read from, just not written to
good first issue? 😀
The text was updated successfully, but these errors were encountered: