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

Handle new event types (placeholders) #893

Merged
merged 2 commits into from
Nov 8, 2023
Merged

Conversation

csillag
Copy link
Contributor

@csillag csillag commented Sep 26, 2023

The goal of this PR is to remove syntax errors introduced by the latest auto-generated API wrapper code in #888.

So this incorporated the new API code from that PR, and also the required fixes in other related code.

Please note that Handle new event types “consensus.Delegate”, “consensus.Undelegate” is still required; this code only adds placeholders, marked with TODO comments, where the actual new stuff will have to go. (Icons, data fields, etc.)

@github-actions
Copy link

github-actions bot commented Sep 26, 2023

Deployed to Cloudflare Pages

Latest commit: 26e6507d5dca7d6f65b7f883ba769b3e45b9e49d
Status:✅ Deploy successful!
Preview URL: https://7409c067.oasis-explorer.pages.dev

@csillag csillag force-pushed the csillag/new-event-types branch from 5a68b9a to c8e18c5 Compare September 26, 2023 10:25
@csillag csillag mentioned this pull request Sep 26, 2023
@csillag csillag marked this pull request as ready for review September 26, 2023 10:25
@csillag csillag requested review from buberdds and lukaw3d September 26, 2023 10:26
@csillag csillag changed the title Handle new transaction even types Handle new transaction even types (placeholders) Sep 26, 2023
@csillag csillag force-pushed the csillag/new-event-types branch from c8e18c5 to 44ccd1c Compare September 26, 2023 10:33
@lukaw3d lukaw3d changed the title Handle new transaction even types (placeholders) Handle new transaction event types (placeholders) Sep 26, 2023
@csillag csillag force-pushed the csillag/new-event-types branch from 44ccd1c to 3ce1089 Compare September 27, 2023 23:21
@csillag csillag force-pushed the csillag/new-event-types branch 2 times, most recently from cf02c2c to 729f16d Compare September 28, 2023 16:39
@csillag
Copy link
Contributor Author

csillag commented Sep 28, 2023

I have updated this PR to contain only that which has been left out of #906.

This was referenced Sep 28, 2023
@csillag csillag force-pushed the csillag/new-event-types branch 2 times, most recently from db981de to 8e36291 Compare October 2, 2023 09:21
@csillag csillag force-pushed the csillag/new-event-types branch from 8e36291 to 67bc638 Compare October 16, 2023 11:59
@csillag csillag force-pushed the csillag/new-event-types branch 2 times, most recently from ed9c760 to 76f7d9c Compare November 2, 2023 01:50
@csillag
Copy link
Contributor Author

csillag commented Nov 2, 2023

This has been refreshed again.

@csillag csillag changed the title Handle new transaction event types (placeholders) Handle new event types (placeholders) Nov 2, 2023
@csillag
Copy link
Contributor Author

csillag commented Nov 2, 2023

Please note that now there is data on the nexus DB which use these new types, and trying to explore that data leads to a crash in the current explorer. This PR fixes that. (But still, this is not ready for review, since it's intentionally a placeholder only, to avoid syntax errors and crashes)

@csillag csillag force-pushed the csillag/new-event-types branch from 76f7d9c to fb06cd0 Compare November 2, 2023 11:27
csillag and others added 2 commits November 8, 2023 01:02
Mostly just placeholders, in order to avoid syntax errors
with latest API wrapper code.

This is going to be flushed out later.
(Custom icons, proper data fields displayed, etc.)
@csillag csillag force-pushed the csillag/new-event-types branch from fb06cd0 to 26e6507 Compare November 8, 2023 00:05
@csillag csillag merged commit 3793bec into master Nov 8, 2023
8 checks passed
@csillag csillag deleted the csillag/new-event-types branch November 8, 2023 00:16
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