Skip to content

Conversation

@maflcko
Copy link
Member

@maflcko maflcko commented Aug 9, 2018

For review:

git fetch https://github.com/bitcoin-core/leveldb
./test/lint/git-subtree-check.sh src/leveldb

Closes #13860

MarcoFalke added 2 commits August 9, 2018 11:30
524b7e36a8 Merge #19: Increase maximum read-only mmap()s used from 1000 to 4096 on 64-bit systems
4874cb8d3e Increase maximum number of read-only mmap()s used from 1000 to 4096 on 64 bit systems.

git-subtree-dir: src/leveldb
git-subtree-split: 524b7e36a8e3bce6fcbcd1b5df09024283f325ba
Merge commit 'ec749b1bcdf2483b642fb51d635800e272c68ba6' into HEAD
@maflcko maflcko added this to the 0.17.0 milestone Aug 9, 2018
@achow101
Copy link
Member

achow101 commented Aug 9, 2018

utACK fa14fa7

@ken2812221
Copy link
Contributor

utACK fa14fa7

@fanquake
Copy link
Member

tested the subtree merge ACK fa14fa7

merge 13925
[pull/13925/local-merge 4fc2596df] Merge #13925: Merge leveldb subtree
 Date: Fri Aug 10 16:50:47 2018 +0800
#13925 Merge leveldb subtree into master
* fa14fa742 Merge leveldb subtree (MarcoFalke) (pull/13925/head)
* ec749b1bc Squashed 'src/leveldb/' changes from 64052c76c5..524b7e36a8 (MarcoFalke)

Dropping you on a shell so you can try building/testing the merged source.
Run 'git diff HEAD~' to show the changes being merged.
Type 'exit' when done.

bash-3.2$ git fetch https://github.com/bitcoin-core/leveldb
remote: Counting objects: 1266, done.
remote: Compressing objects: 100% (4/4), done.
remote: Total 1266 (delta 540), reused 541 (delta 540), pack-reused 722
Receiving objects: 100% (1266/1266), 415.15 KiB | 273.00 KiB/s, done.
Resolving deltas: 100% (963/963), completed with 160 local objects.
From https://github.com/bitcoin-core/leveldb
 * branch                HEAD       -> FETCH_HEAD

bash-3.2$ ./test/lint/git-subtree-check.sh src/leveldb
src/leveldb in HEAD currently refers to tree f8cdc77167be86194f98d0412baf4b89d3d5abe6
src/leveldb in HEAD was last updated in commit ec749b1bcdf2483b642fb51d635800e272c68ba6 (tree f8cdc77167be86194f98d0412baf4b89d3d5abe6)
src/leveldb in HEAD was last updated to upstream commit 524b7e36a8e3bce6fcbcd1b5df09024283f325ba (tree f8cdc77167be86194f98d0412baf4b89d3d5abe6)
GOOD
bash-3.2$ 

@laanwj
Copy link
Member

laanwj commented Aug 10, 2018

utACK fa14fa7

@laanwj laanwj merged commit fa14fa7 into bitcoin:master Aug 10, 2018
laanwj added a commit that referenced this pull request Aug 10, 2018
ec749b1 Squashed 'src/leveldb/' changes from 64052c76c5..524b7e36a8 (MarcoFalke)

Pull request description:

  For review:

  ```sh
  git fetch https://github.com/bitcoin-core/leveldb
  ./test/lint/git-subtree-check.sh src/leveldb
  ```

  Closes #13860

Tree-SHA512: 9d13384fe35e7144b4a7fca57efe77b0cc5295952da4a397e4c6d8aa3f8043d5113fccedd3ae1dcaa3d2649e732e5f57a71504847946e055aa4dc8c3780e29fc
@maflcko maflcko deleted the Mf1808-leveldbSubtree branch August 10, 2018 18:14
jasonbcox pushed a commit to Bitcoin-ABC/bitcoin-abc that referenced this pull request Sep 13, 2019
Summary:
For review:

Backport of Bitcoin Core PR13925
bitcoin/bitcoin#13925

Test Plan:
```
make check
```

Reviewers: Fabien, #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D4006
jonspock pushed a commit to jonspock/devault that referenced this pull request Dec 22, 2019
Summary:
For review:

Backport of Bitcoin Core PR13925
bitcoin/bitcoin#13925

Test Plan:
```
make check
```

Reviewers: Fabien, #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D4006
proteanx pushed a commit to devaultcrypto/devault that referenced this pull request Dec 23, 2019
Summary:
For review:

Backport of Bitcoin Core PR13925
bitcoin/bitcoin#13925

Test Plan:
```
make check
```

Reviewers: Fabien, #bitcoin_abc, deadalnix, jasonbcox

Reviewed By: #bitcoin_abc, jasonbcox

Differential Revision: https://reviews.bitcoinabc.org/D4006
zkbot added a commit to zcash/zcash that referenced this pull request Sep 25, 2020
Update LevelDB to upstream commit f545dfabf

Cherry-picked from the following upstream PRs:

- bitcoin/bitcoin#7911
- bitcoin/bitcoin#7982
- bitcoin/bitcoin#8133
- bitcoin/bitcoin#8784
  - Only the missing changes.
- bitcoin/bitcoin#8826
- bitcoin/bitcoin#8613
- bitcoin/bitcoin#10544
- bitcoin/bitcoin#10633
  - Only the changes to files and code we have.
- bitcoin/bitcoin#10806
- bitcoin/bitcoin#10958
- bitcoin/bitcoin#12451
- bitcoin/bitcoin#13925
- bitcoin/bitcoin#15270

This upgrades LevelDB in the exact same commit progression as upstream, up to January 2019.
PastaPastaPasta pushed a commit to PastaPastaPasta/dash that referenced this pull request Feb 4, 2021
ec749b1 Squashed 'src/leveldb/' changes from 64052c76c5..524b7e36a8 (MarcoFalke)

Pull request description:

  For review:

  ```sh
  git fetch https://github.com/bitcoin-core/leveldb
  ./test/lint/git-subtree-check.sh src/leveldb
  ```

  Closes bitcoin#13860

Tree-SHA512: 9d13384fe35e7144b4a7fca57efe77b0cc5295952da4a397e4c6d8aa3f8043d5113fccedd3ae1dcaa3d2649e732e5f57a71504847946e055aa4dc8c3780e29fc
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Sep 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants