-
Notifications
You must be signed in to change notification settings - Fork 123
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
Integrate ain-grpc and metachain #1598
Conversation
@wafflespeanut: There are no 'kind' label on this PR. You need a 'kind' label to generate the release automatically.
DetailsI am a bot created to help the DeFiCh developers manage community feedback and contributions. You can check out my manifest file to understand my behavior and what I can do. If you want to use this for your project, you can check out the DeFiCh/oss-governance-bot repository. |
On Ubuntu 22.04 when running make in the depends folder I get the following error...
Needs clang to be installed. |
9a137e1
to
e3534b1
Compare
* Import libain work * Prioritize aarch64 for M1 Mac * CI build changes * Add customtx and visitor impl * Invoke metachain in defid * Cross-compilation fixes for OSX and Windows * Local path for depends builds * DMC handler for FFI and RPC * Test framework update * Fix MC startup and lambda return * Support moving funds back and forth
Things that require attention and must be addressed as part of this PR:
Building: (could add this to docs as well?) Typically, we only have to run Assuming
|
Addresses DeFiCh/metachain#80, DeFiCh/metachain#93, DeFiCh/metachain#106, DeFiCh/metachain#146