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

Antelope : Creation Flat Nodes #13

Merged
merged 4 commits into from
Sep 17, 2024
Merged

Conversation

zolting
Copy link
Contributor

@zolting zolting commented Sep 13, 2024

Added the Creation Flat Nodess table for Antelope. The README and commented out code indicated that creation_trees was to be implemented, but that would have been hard considering that array support is not there yet.

Clickhouse creation_flat_nodes query

@DenisCarriere
Copy link
Contributor

  1. renamed TABLE to creation_tree

Since that is the first child data of transactions.creation_tree
In EOSQ, the term creation_tree is already defined instead of flat nodes https://eos.eosq.eosnation.io/tx/fff5b4ee04f724313f33007ee4244427699b96f9531a56838d0d72e661883a40

Screenshot 2024-09-17 at 5 18 51 PM 2. remove `block_date` from PRIMARY KEY ```sql PRIMARY KEY (tx_hash, creator_action_index, execution_action_index) ORDER BY (tx_hash, creator_action_index, execution_action_index) ```

@DenisCarriere DenisCarriere merged commit e82d3e8 into main Sep 17, 2024
0 of 2 checks passed
@DenisCarriere DenisCarriere deleted the feature/creation_trees branch September 17, 2024 21:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants