Skip to content

Conversation

douglance
Copy link
Contributor

@douglance douglance commented Dec 17, 2024

  • removes unused files
  • migrates genABI to typescript
  • moves testSetup to /tests folder

@cla-bot cla-bot bot added the cla-signed label Dec 17, 2024
console.log('Removing previously generated ABIs.\n')
rmSync('./src/lib/abi/', { recursive: true })
}
console.log('Removing previously generated ABIs.\n')
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

force: true doesn't need to check if it exists.

run: |
yarn gen:abi
yarn build --reporter-options output=$TEST_PATH/sdk.xml
yarn build
Copy link
Contributor Author

@douglance douglance Dec 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this wasn't actually doing anything as far as I can tell. we don't need it.

it also fails using the inline commands, rather than the build script which was perhaps needed in the past but is unnecessary indirection now.

@douglance douglance requested a review from spsjvc December 18, 2024 17:39
@spsjvc spsjvc merged commit 48cecb6 into main Dec 18, 2024
21 checks passed
@spsjvc spsjvc deleted the dl/monoscripts branch December 18, 2024 17:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants