Skip to content
This repository was archived by the owner on Jul 27, 2022. It is now read-only.

Problem: chain-core cannot be compiled on its own#502

Merged
bors[bot] merged 1 commit intocrypto-com:masterfrom
tomtau:fix/core-compilation
Oct 22, 2019
Merged

Problem: chain-core cannot be compiled on its own#502
bors[bot] merged 1 commit intocrypto-com:masterfrom
tomtau:fix/core-compilation

Conversation

@tomtau
Copy link
Copy Markdown
Contributor

@tomtau tomtau commented Oct 22, 2019

Solution: added the std feature for secp256k1 default compilation

Solution: added the `std` feature for secp256k1 default compilation
@tomtau
Copy link
Copy Markdown
Contributor Author

tomtau commented Oct 22, 2019

bors r+

bors bot added a commit that referenced this pull request Oct 22, 2019
502: Problem: chain-core cannot be compiled on its own r=tomtau a=tomtau

Solution: added the `std` feature for secp256k1 default compilation

Co-authored-by: Tomas Tauber <[email protected]>
@codecov
Copy link
Copy Markdown

codecov bot commented Oct 22, 2019

Codecov Report

Merging #502 into master will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #502      +/-   ##
==========================================
- Coverage   67.03%   67.03%   -0.01%     
==========================================
  Files         120      120              
  Lines       14031    14031              
==========================================
- Hits         9406     9405       -1     
- Misses       4625     4626       +1
Impacted Files Coverage Δ
chain-core/src/common/merkle_tree.rs 98.78% <0%> (-0.25%) ⬇️

@bors
Copy link
Copy Markdown
Contributor

bors bot commented Oct 22, 2019

@bors bors bot merged commit cf43677 into crypto-com:master Oct 22, 2019
leejw51crypto pushed a commit to leejw51crypto/chain that referenced this pull request Oct 23, 2019
490: Bump jsonrpc-derive from 14.0.0 to 14.0.1 r=tomtau a=dependabot-preview[bot]

Bumps [jsonrpc-derive](https://github.com/paritytech/jsonrpc) from 14.0.0 to 14.0.1.
<details>
<summary>Commits</summary>

- [`b4635c5`](paritytech/jsonrpc@b4635c5) Bump version. ([crypto-com#509](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/509))
- [`3fc22d1`](paritytech/jsonrpc@3fc22d1) Update syn & co ([crypto-com#507](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/507))
- [`d1993a8`](paritytech/jsonrpc@d1993a8) Fix race condition on `wait()` ([crypto-com#504](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/504))
- [`8ebb62d`](paritytech/jsonrpc@8ebb62d) Disable travis & appveyor. ([crypto-com#506](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/506))
- [`1f11075`](paritytech/jsonrpc@1f11075) Integrate gitlab ci ([crypto-com#503](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/503))
- [`d3d8c6b`](paritytech/jsonrpc@d3d8c6b) ignore dropped connections ([crypto-com#502](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/502))
- [`4418476`](paritytech/jsonrpc@4418476) Make sure RpcEventLoop is Send+Sync ([crypto-com#499](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/499))
- [`cc8f26d`](paritytech/jsonrpc@cc8f26d) Solve compiler error when serde is not a dependency of user project ([crypto-com#481](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/481)) (#...
- See full diff in [compare view](paritytech/jsonrpc@v14.0.0...v14.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jsonrpc-derive&package-manager=cargo&previous-version=14.0.0&new-version=14.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=jsonrpc-derive&package-manager=cargo&previous-version=14.0.0&new-version=14.0.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
leejw51crypto pushed a commit to leejw51crypto/chain that referenced this pull request Oct 23, 2019
491: Bump jsonrpc-core-client from 14.0.0 to 14.0.1 r=tomtau a=dependabot-preview[bot]

Bumps [jsonrpc-core-client](https://github.com/paritytech/jsonrpc) from 14.0.0 to 14.0.1.
<details>
<summary>Commits</summary>

- [`b4635c5`](paritytech/jsonrpc@b4635c5) Bump version. ([crypto-com#509](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/509))
- [`3fc22d1`](paritytech/jsonrpc@3fc22d1) Update syn & co ([crypto-com#507](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/507))
- [`d1993a8`](paritytech/jsonrpc@d1993a8) Fix race condition on `wait()` ([crypto-com#504](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/504))
- [`8ebb62d`](paritytech/jsonrpc@8ebb62d) Disable travis & appveyor. ([crypto-com#506](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/506))
- [`1f11075`](paritytech/jsonrpc@1f11075) Integrate gitlab ci ([crypto-com#503](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/503))
- [`d3d8c6b`](paritytech/jsonrpc@d3d8c6b) ignore dropped connections ([crypto-com#502](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/502))
- [`4418476`](paritytech/jsonrpc@4418476) Make sure RpcEventLoop is Send+Sync ([crypto-com#499](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/499))
- [`cc8f26d`](paritytech/jsonrpc@cc8f26d) Solve compiler error when serde is not a dependency of user project ([crypto-com#481](https://github-redirect.dependabot.com/paritytech/jsonrpc/issues/481)) (#...
- See full diff in [compare view](paritytech/jsonrpc@v14.0.0...v14.0.1)
</details>
<br />

[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=jsonrpc-core-client&package-manager=cargo&previous-version=14.0.0&new-version=14.0.1)](https://dependabot.com/compatibility-score.html?dependency-name=jsonrpc-core-client&package-manager=cargo&previous-version=14.0.0&new-version=14.0.1)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
bors bot added a commit that referenced this pull request Aug 21, 2020
2153: Bump cbindgen from 0.14.3 to 0.14.4 r=tomtau a=dependabot-preview[bot]

Bumps [cbindgen](https://github.com/eqrion/cbindgen) from 0.14.3 to 0.14.4.
<details>
<summary>Changelog</summary>
<p><em>Sourced from <a href="https://github.com/eqrion/cbindgen/blob/master/CHANGES">cbindgen's changelog</a>.</em></p>
<blockquote>
<h2>0.14.4</h2>
<pre><code> * Allow to override the mangling separator ([#502](mozilla/cbindgen#502))
<ul>
<li>
<p>cbindgen now handles better having ZSTs in template parameters, and
default template parameters (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/563">#563</a>).</p>
</li>
<li>
<p>Support for annotating nonnull pointers (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/558">#558</a>)</p>
</li>
<li>
<p>Fixed bitflags that overflow a signed integer (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/556">#556</a>)</p>
</li>
<li>
<p>Support for wildcard argument names (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/550">#550</a>)</p>
</li>
<li>
<p>Support for the never return type, with configurable annotation (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/549">#549</a>)</p>
</li>
<li>
<p>Properly reject arrays as function arguments (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/540">#540</a>)
</code></pre></p>
</li>
</ul>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/eqrion/cbindgen/commit/83cdbd897f02eaecb090a3f216899dcc14b43959"><code>83cdbd8</code></a> Release v.0.14.4</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/030916e3996969d621b0c2102eb89cb889f6a25e"><code>030916e</code></a> Add option for <code>mangling_separator</code> in ExportConfig (<a href="https://github-redirect.dependabot.com/eqrion/cbindgen/issues/502">#502</a>)</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/d652d29ae28f9b83bead8feca98cdd30752e63fa"><code>d652d29</code></a> ir: Be less strict when instantiating opaque types.</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/6b4181540c146fff75efd500bfb75a2d60403b4c"><code>6b41815</code></a> config: Derive default where appropriate.</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/29bc8f45f68113d38a348fe04db62a7456844c68"><code>29bc8f4</code></a> ir: Represent references and const / mut ptrs using the same Type variant.</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/afd4a05d4e8d4797beb1111ff5b60e625a2ffe83"><code>afd4a05</code></a> update nonnull expectations</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/6fc7c77b0fcd57edae6c6ed11392b1d84ad10697"><code>6fc7c77</code></a> remove duplicated code, correct test names, change config param</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/41b7866c148fd7bbef17c3a9d2ba22768f486ec6"><code>41b7866</code></a> Add support for an optional attribute on pointers whose nullability can be in...</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/3527e0f1e3c4e8da4f235166b36cb093c2018af6"><code>3527e0f</code></a> Update expectation files</li>
<li><a href="https://github.com/eqrion/cbindgen/commit/f41eefba459b6d6e4dc56f1ef6dacb8a2efcf24e"><code>f41eefb</code></a> Add fix for failing scenario</li>
<li>Additional commits viewable in <a href="https://github.com/eqrion/cbindgen/compare/v0.14.3...v0.14.4">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://api.dependabot.com/badges/compatibility_score?dependency-name=cbindgen&package-manager=cargo&previous-version=0.14.3&new-version=0.14.4)](https://dependabot.com/compatibility-score/?dependency-name=cbindgen&package-manager=cargo&previous-version=0.14.3&new-version=0.14.4)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
- `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language
- `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language
- `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language
- `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language
- `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com):
- Update frequency (including time of day and day of week)
- Pull request limits (per update run and/or open at any time)
- Out-of-range updates (receive only lockfile updates, if desired)
- Security updates (receive only security updates, if desired)



</details>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants