-
Notifications
You must be signed in to change notification settings - Fork 102
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into chore/chrysalis-upgra…
…de-bindings
- Loading branch information
Showing
10 changed files
with
50,956 additions
and
353 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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,6 +1,6 @@ | ||
name: Test | ||
|
||
on: | ||
on: | ||
pull_request: | ||
push: | ||
branches: | ||
|
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,13 @@ | ||
diff --git a/native/src/neon.cc b/native/src/neon.cc | ||
index 7b2981b..164d3cc 100644 | ||
--- a/native/src/neon.cc | ||
+++ b/native/src/neon.cc | ||
@@ -227,7 +227,7 @@ extern "C" size_t Neon_ArrayBuffer_Data(v8::Isolate *isolate, void **base_out, v | ||
// the contents. | ||
// | ||
// https://github.com/electron/electron/issues/29893 | ||
- #if _MSC_VER && NODE_MODULE_VERSION >= 89 | ||
+ #if _MSC_VER && NODE_MODULE_VERSION >= 87 | ||
v8::Local<v8::Object> local; | ||
node::Buffer::New(isolate, buffer, 0, buffer->ByteLength()).ToLocal(&local); | ||
return Neon_Buffer_Data(isolate, base_out, local); |
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,13 @@ | ||
diff --git a/gyp/pylib/gyp/input.py b/gyp/pylib/gyp/input.py | ||
index d9699a0..e51ee7b 100644 | ||
--- a/gyp/pylib/gyp/input.py | ||
+++ b/gyp/pylib/gyp/input.py | ||
@@ -1183,7 +1183,7 @@ def EvalSingleCondition(cond_expr, true_dict, false_dict, phase, variables, buil | ||
else: | ||
ast_code = compile(cond_expr_expanded, "<string>", "eval") | ||
cached_conditions_asts[cond_expr_expanded] = ast_code | ||
- env = {"__builtins__": {}, "v": StrictVersion} | ||
+ env = {"__builtins__": {"openssl_fips": ""}, "v": StrictVersion} | ||
if eval(ast_code, env, variables): | ||
return true_dict | ||
return false_dict |
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,20 @@ | ||
diff --git a/packages/backend/bindings/node/native/Cargo.toml b/packages/backend/bindings/node/native/Cargo.toml | ||
index 0292e483b..dfb22776e 100644 | ||
--- a/packages/backend/bindings/node/native/Cargo.toml | ||
+++ b/packages/backend/bindings/node/native/Cargo.toml | ||
@@ -22,6 +22,15 @@ tokio = { version = "1.28.0", default-features = false } | ||
once_cell = { version = "1.8.0", default-features = false } | ||
firefly-actor-system = { path = "../../.." } | ||
|
||
+[package.metadata.patch.neon-sys] | ||
+version = "0.10.1" | ||
+patches = [ | ||
+ { path = "neon_temp_buf.patch", source = "GithubPrDiff" }, | ||
+] | ||
+ | ||
+[patch.crates-io] | ||
+neon-sys = { path = './target/patch/neon-sys-0.10.1' } | ||
+ | ||
[profile.release] | ||
# Build with debug symbols included | ||
debug = true |
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "desktop", | ||
"productName": "Firefly", | ||
"version": "1.7.1", | ||
"version": "1.7.2", | ||
"description": "Official IOTA wallet on desktop", | ||
"main": "public/build/main.js", | ||
"repository": "[email protected]:iotaledger/firefly.git", | ||
|
50,533 changes: 50,533 additions & 0 deletions
50,533
packages/shared/assets/staking-results/assembly_05.json
Large diffs are not rendered by default.
Oops, something went wrong.
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