Skip to content
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

Sandbox (do not review): merge storage/txcache into Node #6684

Draft
wants to merge 225 commits into
base: feat/relayedv3
Choose a base branch
from

Conversation

andreibancioiu
Copy link
Collaborator

@andreibancioiu andreibancioiu commented Dec 18, 2024

Steps involved:

git clone [email protected]:multiversx/mx-chain-go.git
git clone [email protected]:multiversx/mx-chain-storage-go.git

cd mx-chain-storage-go
git filter-repo --subdirectory-filter txcache --to-subdirectory-filter txcache

cd ../mx-chain-go

git checkout feat/relayedv3
git checkout -b merge-txcache
git remote add storage ../mx-chain-storage-go
git fetch storage
git merge --allow-unrelated-histories storage/feat/relayedv3
git remote remove storage
git push origin

How to review:

git clone -b merge-txcache [email protected]:multiversx/mx-chain-go.git
git clone -b feat/relayedv3 [email protected]:multiversx/mx-chain-storage-go.git
git diff --no-index mx-chain-go/txcache mx-chain-storage-go/txcache

References:

bogdan-rosianu and others added 30 commits August 8, 2022 14:15
move errors to common package
rebranding: rename module, adapt imports
rebranding: rename module, adapt imports
…ersisters

Merge rc 1.7.next1 to common persisters
…ss" (no gaps, no duplicates). Sketch some tests.
andreibancioiu and others added 26 commits November 29, 2024 12:23
Mempool optimization: on transaction addition, call "GetTransferredValue" and retain its value
Mempool: fix readme about "isTransactionMoreValuableForNetwork"
Merge main into mempool, fix linter issues
Mempool: add benchmarks for addition in worst case
Adjust benchmarks, lower "maxNum" when selecting transactions
…l "heap items" (within a selection session).
Handle relayed V3 transactions in selection
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants