-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
embed monero.dart into monero_c repository
- Loading branch information
Showing
18 changed files
with
18,818 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
name: Check if dart bindings are in sync | ||
on: | ||
pull_request: | ||
types: [opened, reopened, synchronize] | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
jobs: | ||
android: | ||
strategy: | ||
matrix: | ||
coin: [monero, wownero] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
with: | ||
fetch-depth: 0 | ||
submodules: recursive | ||
- uses: 8BitJonny/gh-get-current-pr@3.0.0 | ||
id: PR | ||
- uses: subosito/flutter-action@v2 | ||
with: | ||
channel: stable | ||
- name: generate bindings | ||
run: | ||
cd impls/monero.dart | ||
./update_bindings.sh | ||
- name: Create or update comment | ||
if: failure() | ||
uses: peter-evans/create-or-update-comment@v4 | ||
with: | ||
issue-number: ${{ github.event.pull_request.number }} | ||
body: | | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
name: Build xmruw | ||
run-name: Building xmruw for supported targets | ||
on: [push] | ||
jobs: | ||
android: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# https://dart.dev/guides/libraries/private-files | ||
# Created by `dart pub` | ||
.dart_tool/ | ||
|
||
# Avoid committing pubspec.lock for library packages; see | ||
# https://dart.dev/guides/libraries/private-files#pubspeclock. | ||
pubspec.lock | ||
|
||
wallet2_api_c.h | ||
|
||
# FVM Version Cache | ||
.fvm/ |
Oops, something went wrong.