-
Notifications
You must be signed in to change notification settings - Fork 282
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
WalletProxy.sol does not appear to be in the repo #37
Labels
bug
Something isn't working
Comments
Thank you @drinkcoffee cc: @hugo-borne |
Reproduced when |
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Nov 14, 2019
Fixes hyperledger-cacti#37 This is just to fix the syntax in the main package, but a refactor is due on how the contracts are used in genreal: The examples have code for contract deployment and also are copy pasting the contracts from the source code, but we could do better by re-using the code of the examples in the main package itself as a feature. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
petermetz
added a commit
to petermetz/cacti
that referenced
this issue
Nov 14, 2019
Fixes hyperledger-cacti#37 This is just to fix the syntax in the main package, but a refactor is due on how the contracts are used in genreal: The examples have code for contract deployment and also are copy pasting the contracts from the source code, but we could do better by re-using the code of the examples in the main package itself as a feature. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
blefevre
pushed a commit
to blefevre/blockchain-integration-framework
that referenced
this issue
Feb 4, 2020
* chore(gitignore): add bin/ directory The solidity contracts get compiled to that directory when the VSCode Solidity extension is being used. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com> * fix(quorum): eliminates contract syntax errors Fixes hyperledger-cacti#37 This is just to fix the syntax in the main package, but a refactor is due on how the contracts are used in general: The examples have code for contract deployment and also are copy pasting the contracts from the source code, but we could do better by re-using the code of the examples in the main package itself as a feature. Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
ryjones
pushed a commit
that referenced
this issue
Feb 1, 2023
Detach Sample Applications from Testnet
ryjones
pushed a commit
that referenced
this issue
Feb 1, 2023
Merge pull request #37 from sanvenDev/main
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In https://github.com/hyperledger-labs/blockchain-integration-framework/blob/master/src/pluggins/contracts/quorum/Root.sol, "contract Root is WalletProxy". The import implies WalletProxy is in the same directory. However, WalletProxy.sol is not in the directory.
The text was updated successfully, but these errors were encountered: