wharfkit / contract

Access table data, create actions, and retrieve types for Antelope-based Smart Contracts
https://wharfkit.com
Other
1 stars 1 forks source link

Adjusting codegen script #51

Closed dafuga closed 10 months ago

aaroncox commented 10 months ago

Just FYI - the action-typings branch is now part of dev, so I swapped which branch this would merge into. Seems to have caused a couple conflicts.

dafuga commented 10 months ago

@aaroncox Thanks! I don't see any conflicts, but the checks are failing for some reason 🤔 It's weird, because running make check works fine locally. Any idea what's up with that? Apart from that, I think this PR is in a good place and could use a review from you 😄

aaroncox commented 10 months ago

Scroll down to the bottom of the PR. You might need to rebase your branch off of dev or start a new branch based on dev and then cherry pick the commits from this branch.

I can check on the make check weirdness 🤔

dafuga commented 10 months ago

Oh yeah, I needed to reload the page 😅 Will rebase it 👍