-
Notifications
You must be signed in to change notification settings - Fork 9
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
Conversation
This file contains 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
Deployed to Cloudflare Pages
|
csillag
force-pushed
the
csillag/new-event-types
branch
from
September 26, 2023 10:25
5a68b9a
to
c8e18c5
Compare
Closed
csillag
changed the title
Handle new transaction even types
Handle new transaction even types (placeholders)
Sep 26, 2023
csillag
force-pushed
the
csillag/new-event-types
branch
from
September 26, 2023 10:33
c8e18c5
to
44ccd1c
Compare
lukaw3d
changed the title
Handle new transaction even types (placeholders)
Handle new transaction event types (placeholders)
Sep 26, 2023
csillag
force-pushed
the
csillag/new-event-types
branch
from
September 27, 2023 23:21
44ccd1c
to
3ce1089
Compare
csillag
force-pushed
the
csillag/new-event-types
branch
2 times, most recently
from
September 28, 2023 16:39
cf02c2c
to
729f16d
Compare
I have updated this PR to contain only that which has been left out of #906. |
This was referenced Sep 28, 2023
Merged
csillag
force-pushed
the
csillag/new-event-types
branch
2 times, most recently
from
October 2, 2023 09:21
db981de
to
8e36291
Compare
csillag
force-pushed
the
csillag/new-event-types
branch
from
October 16, 2023 11:59
8e36291
to
67bc638
Compare
csillag
force-pushed
the
csillag/new-event-types
branch
2 times, most recently
from
November 2, 2023 01:50
ed9c760
to
76f7d9c
Compare
This has been refreshed again. |
csillag
changed the title
Handle new transaction event types (placeholders)
Handle new event types (placeholders)
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
force-pushed
the
csillag/new-event-types
branch
from
November 2, 2023 11:27
76f7d9c
to
fb06cd0
Compare
lukaw3d
approved these changes
Nov 7, 2023
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
force-pushed
the
csillag/new-event-types
branch
from
November 8, 2023 00:05
fb06cd0
to
26e6507
Compare
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.
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.)