-
Notifications
You must be signed in to change notification settings - Fork 535
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
2850 remove api23 support #2887
base: master
Are you sure you want to change the base?
Conversation
seabornlee
commented
Oct 28, 2022
- Remove version check code
- Use original web3j lib
- Use stream API anyMatch
- Use Stream.mapToInt
- Use stream API
- Use stream API filter.count
- Use stream API mapToInt
- Use stream mapToInt
- Refactor: elimate for loop duplication
- Use stream noneMatch API
- Use stream findFirst API
be68fdb
to
5fb051d
Compare
e967340
to
32f6049
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, will double check the test before merge.
a1cfb4f
to
8acd3f7
Compare
@seabornlee can you check why the tests were failing (probably an incidental thing) and rebase this to latest master so we can finally merge it? |
Ok. |
@seabornlee could you rebase this PR so we can merge it? |
Ok |