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

Merge release/1.7.0 into develop #7206

Merged
merged 25 commits into from
Aug 9, 2022
Merged

Merge release/1.7.0 into develop #7206

merged 25 commits into from
Aug 9, 2022

Conversation

HenryNguyen5
Copy link
Collaborator

@HenryNguyen5 HenryNguyen5 commented Aug 9, 2022

Summary

An intermediary branch was created to resolve merge conflicts between release/1.7.0 and develop without merging develop back into release/1.7.0. This was done to keep history as clean and accurate as possible.

Once merged, #7189 should automatically close due to no diff.

Sanity Check

Below are a set of commands used to check that this current branch mirrors the same set of commits to be merged from release/1.7.0 into develop, with the exception of the merge commit added in this branch to resolve conflicts.

git log --pretty=format:"%h" origin/develop..resolve-conflicts-1.7.0 > develop-to-resolve-conflicts.commits

a445e6ae3
87973351f
fed4d8b7d
850acc7cf
51683bb64
a569bde75
5c59a6d15
b82581717
e76be65ee
788d5480d
98ea8540f
130de5b16
a790c6e7e
ea46000e6
580066058
1d7121659
c00f541dd
bc094441b
789f4153e
e5eb1f7fb
git log --pretty=format:"%h"  origin/develop..release/1.7.0 > develop-to-release-1.7.0.commits

87973351f
fed4d8b7d
850acc7cf
51683bb64
a569bde75
5c59a6d15
b82581717
e76be65ee
788d5480d
98ea8540f
130de5b16
a790c6e7e
ea46000e6
580066058
1d7121659
c00f541dd
bc094441b
789f4153e
e5eb1f7fb
# Print out diffs between the two above comparisons
❯ diff develop-to-re*
0a1
> a445e6ae3

a445e6ae3 is the one merge commit to resolve conflicts: a445e6a (#7206)

Commit list

chainchad and others added 19 commits July 27, 2022 21:16
- "msg" has special meaning and overrides the main log message, we
  intended to log it as structured data instead.
….7.0

Fix logging of msg in ethereum requests
Updated tests for addLog and added some new ones
Update log/pool.go & log/pool_test.go for besu (#7106)
…index_not_null

Convert NULL tx_index values in log_broadcaster to -1
Gotta scope max nonce lookup to a single key!.
…7828-highest-confirmed-nonce

Release 1.7.0/bugfix/47828 highest confirmed nonce
…hangelog-1.7.0

Finalize date on changelog for 1.7.0
…licts-develop-2

Fix merge conflicts with develop
@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

EVM Smoke Test Results

52 tests   22 ✔️  6m 43s ⏱️
  1 suites  30 💤
  1 files      0

Results for commit 4e81d76.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Aug 9, 2022

Solana Smoke Test Results

1 tests   1 ✔️  4m 39s ⏱️
1 suites  0 💤
1 files    0

Results for commit 4e81d76.

♻️ This comment has been updated with latest results.

@@ -745,6 +745,73 @@ func TestEthConfirmer_CheckForReceipts_confirmed_missing_receipt_scoped_to_key(t
mustTxBeInState(t, borm, etx2_9, txmgr.EthTxConfirmed)
}

func TestEthConfirmer_CheckForReceipts_confirmed_missing_receipt_scoped_to_key(t *testing.T) {
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@samsondav This already exists, the auto conflict resolution by git duplicated this block. The rest of the diffs should be double checked for invalid merges.

@samsondav samsondav merged commit fd4a95a into develop Aug 9, 2022
@samsondav samsondav deleted the resolve-conflicts-1.7.0 branch August 9, 2022 21:01
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