[V1] Remove EventSummary from init template#34
Merged
Conversation
438eeff to
259da64
Compare
|
Here's the diff of the codegen output.🙌🧠🦜 |
JasoonS
approved these changes
Jun 18, 2024
JasoonS
left a comment
Contributor
There was a problem hiding this comment.
Cool it looks good and consistent to me 👍
DZakh
added a commit
that referenced
this pull request
Jun 24, 2024
* [V1] Remove EventSummary from init template (#34) * Remove EventSummary from init template * Revert the code which I shouldn't remove * Do not rely on api keys for contract verifycation but keep them as a fallback * Completely remove API tokens - allow users to add their own api tokens if the have one. * Dz/fuel contract import 5 (#43) * Prompt to get a single fuel contract * A semi-working contract import for Fuel * Fix contract import templates for Fuel * Vendor Fuel abi * Fix evm indexer * Fix rescript_types tests * Human readable names for Fuel logs * Support setting only one log_id per event * Events selection * Add shared_prompts mod * Prompt multiple contracts for Fuel * Refactor prompt_to_continue_adding to reuse for multiple ecosystems * Fix event_name index * Add first non-etherscan contract verification * Remove unused block * Remove Addresses import from Test file --------- Co-authored-by: Jason <jason@envio.dev> --------- Co-authored-by: Jason <jason@envio.dev>
DZakh
added a commit
that referenced
this pull request
Jun 26, 2024
* Update rescript version and clean up HyperSync client * Update scenarios and remove -with-deps * Refactor context types using unified type Remove line Remove double definition * Remove unused ethers type and converters * Fix broken tests and remove not useful ones * Remove all references to required_entities * Run formatter * Refactor in memory store Remove additional entityName definition * Add entityId to entityUpdate record to remove need for passing id * Apply review comments * Fix genType errors * Fix tests * Initial implementation of v2 * Fix testing frame work Remove hardcoding of async getters * Add node util inspect for debugging * Fix dynamic contract registration flow * Migrate test_codegen handlers to v2 and fix tests Fix big decimal test * Remove Event Contract and Entity suffixes from codegen names * Rename loadLayer type and constructor * Rename enum type to t and unify enum logic * Rename preLoader to loader * Remove fn from register types and add more register apis * Update api to contractRegister with separate function * Update all evm templates for V2 * Remove contract suffix from templates * Remove entity suffix from types in templates * Update swap and dynamic contract handlers * Do not rely on api keys for contract verifycation but keep them as a fallback * Completely remove API tokens - allow users to add their own api tokens if the have one. * Neaten up contract import templates * Dz/merge v1.3 (#44) * [V1] Remove EventSummary from init template (#34) * Remove EventSummary from init template * Revert the code which I shouldn't remove * Do not rely on api keys for contract verifycation but keep them as a fallback * Completely remove API tokens - allow users to add their own api tokens if the have one. * Dz/fuel contract import 5 (#43) * Prompt to get a single fuel contract * A semi-working contract import for Fuel * Fix contract import templates for Fuel * Vendor Fuel abi * Fix evm indexer * Fix rescript_types tests * Human readable names for Fuel logs * Support setting only one log_id per event * Events selection * Add shared_prompts mod * Prompt multiple contracts for Fuel * Refactor prompt_to_continue_adding to reuse for multiple ecosystems * Fix event_name index * Add first non-etherscan contract verification * Remove unused block * Remove Addresses import from Test file --------- Co-authored-by: Jason <jason@envio.dev> --------- Co-authored-by: Jason <jason@envio.dev> * Allow creating an index on 'db_write_timestamp' to allow polling queries to be quicker * Sync fuel fork changes (#46) * Sync Fuel fork changes * Update fuel fork version * Apply latest fuel fork changes * Update Greeter on Fuel template --------- Co-authored-by: Dmitry Zakharov <dzakh.dev@gmail.com> Co-authored-by: Jason <jason@envio.dev>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.