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

Fixes peg type column order. Adds title to event topic, method select… #71

Merged
merged 1 commit into from
Oct 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions tools/PrecompiledAbis.html
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,11 @@ <h3>Methods</h3>
<thead>
<tr>
<th>Method Name</th>
<th>Method Selector</th>
<th title="First 4 bytes of the keccak256 hash of the method signature">Method Selector</th>
<th>Method Signature</th>
<th>Output Type</th>
<th>Abi</th>
<th>Peg Type</th>
<th title="Shows to what peg process (pegin or pegout) this method is related to.">Peg Type</th>
</tr>
</thead>
<tbody id="methodsTableBody"></tbody>
Expand All @@ -125,10 +125,10 @@ <h3>Events</h3>
<thead>
<tr>
<th>Event Name</th>
<th>Event Topic</th>
<th>Peg Type</th>
<th title="Keccak256 hash of the event signature">Event Topic</th>
<th>Event Signature</th>
<th>Abi</th>
<th title="Shows to what peg process (pegin or pegout) this event is related to.">Peg Type</th>
</tr>
</thead>
<tbody id="eventsTableBody"></tbody>
Expand Down
Loading