build(plugin-satp-hermes): fix solidty test compilation remix-ide libs #3585
Labels
dependencies
Pull requests that update a dependency file
IETF-SATP-Hermes
Related to the Secure Asset Transfer Protocol as defined by the Internet Engineering Task Force.
Tests
Anything related to tests be that automatic or manual, integration or unit, etc.
Description
Right now there are 3 different compilation methods used by Hermes to compile solidity code and neither of them actually work:
The objective is to have a single one that actually works.
More Context
examples/cactus-example-cbdc-bridging-backend/src/solidity/test/satp-erc20-test.sol
examples/cactus-example-cbdc-bridging-backend/src/solidity/test/satp-wrapper-test.sol
packages/cactus-plugin-satp-hermes/src/test/solidity/contracts/test/satp-erc20-test.sol
packages/cactus-plugin-satp-hermes/src/test/solidity/contracts/test/satp-wrapper-test.sol
https://www.google.com/search?client=firefox-b-1-d&q=import+remix_tests.sol+
https://remix-ide.readthedocs.io/en/latest/unittesting.html
https://remix-ide.readthedocs.io/en/latest/assert_library.html
https://www.npmjs.com/package/@remix-project/remix-tests?activeTab=code
https://github.com/ethereum/remix-ide/blob/master/docs/unittesting_examples.md
Acceptance Criteria
cc: @RafaelAPB
The text was updated successfully, but these errors were encountered: