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

B2CA-1558: Port Standard Makefile #570

Merged
merged 14 commits into from
Apr 26, 2024

Conversation

cedelavergne-ledger
Copy link
Contributor

@cedelavergne-ledger cedelavergne-ledger commented Apr 12, 2024

This PR cleans up the Makefile, and few fixes in the code:

  • Port current config on Standard App Makefile
  • Remove useless clones
    • flare
    • flare_coston
    • ropsten
    • goerli
  • Update workflows
    • Add recursive checkout instead of forcing git submodule from the Makefile (and adapt the documentation)
    • Remove useless workflow for ethereum-plugin-sdk auto commit
  • Remove useless screenshots for test_legacy_contract, and simplify associated test
  • Code improvements / Fix warnings
    • CodeQL
    • Report most modifications from PR WIP: Fuzzing #225
    • replace array_hexstr and %*H format by sdk function format_hex
    • Add noreturn attribute in main.c
  • Cleanup plugin-sdk: No need to build or copy files locally, or keep local copy of etherum-plugin-sdk files
  • Remove U2F support

Changes include

  • Bugfix (non-breaking change that solves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (change that is not backwards-compatible and/or changes current functionality)
  • Tests
  • Documentation
  • Other (for changes that might not fit in any category)

@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1558_Port-Standard-Makefile branch 2 times, most recently from 7dbca3a to e288cad Compare April 12, 2024 13:11
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1558_Port-Standard-Makefile branch 7 times, most recently from 4d3253b to 65ff397 Compare April 15, 2024 10:06
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1558_Port-Standard-Makefile branch 2 times, most recently from 427aa88 to 1c57070 Compare April 15, 2024 11:01
@cedelavergne-ledger cedelavergne-ledger force-pushed the cev/B2CA-1558_Port-Standard-Makefile branch 3 times, most recently from 96812fd to de0df41 Compare April 15, 2024 12:31
Makefile Outdated Show resolved Hide resolved
tests/unit/CMakeLists.txt Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
Makefile Outdated Show resolved Hide resolved
src/uint_common.c Outdated Show resolved Hide resolved
- Fix CodeQL warnings
- Port lots of improvements/fixes from PR #225
- replace 'array_hexstr' and '%*H' format by sdk function 'format_hex'
- Add 'noreturn' attribute in 'main.c'
- Fix default APPNAME typo (waiting VSCode fix to remove the init here)
- Find dynamically ethereum-plugin-sdk src instead of add them manually
- Typo/Syntax
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.

3 participants