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

Allow optional API methods with no authentication #3382

Merged
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
b930dc2
some unit tests
frankisawesome Feb 3, 2022
996c053
CLI parsing tests
frankisawesome Feb 3, 2022
b8a8104
regression tests
frankisawesome Feb 7, 2022
55260a3
fix failing at
frankisawesome Feb 7, 2022
bdd61b4
refactor -> api to api methods
frankisawesome Feb 10, 2022
1d4a9ef
functionality in
frankisawesome Feb 11, 2022
1b5fd1b
fix override test
frankisawesome Feb 11, 2022
7853c4a
fix duplicates test
frankisawesome Feb 11, 2022
4c7f43a
fix duplicates test
frankisawesome Feb 11, 2022
9f73755
merge conflice
frankisawesome Feb 11, 2022
f64252a
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 11, 2022
d0358ce
fix failing test and remove unnecessary code
frankisawesome Feb 14, 2022
387bc37
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 14, 2022
2350c85
add entry to changelog
frankisawesome Feb 14, 2022
db39e60
fix typo and NPE
frankisawesome Feb 15, 2022
6dbb9a0
resolve changelog conflict
frankisawesome Feb 15, 2022
1804711
resolve conflice in changelog again
frankisawesome Feb 16, 2022
7d80dd7
action on some items
frankisawesome Feb 16, 2022
658d747
some refactoring + more tests + implement auth skip for web sockets
frankisawesome Feb 17, 2022
d2205d5
fix changelog conflict
frankisawesome Feb 17, 2022
d4e4e92
refactor unused method
frankisawesome Feb 17, 2022
d9a665c
fix test failing
frankisawesome Feb 17, 2022
86e6762
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 17, 2022
7bfedd3
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 18, 2022
7cc577f
fix wrong variable used
frankisawesome Feb 18, 2022
f2f4a51
Merge branch 'feature/no-auth-api-methods' of github.com:frankisaweso…
frankisawesome Feb 18, 2022
9b38143
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 18, 2022
3c8b38d
fix ws node builder
frankisawesome Feb 21, 2022
011fab2
Merge branch 'feature/no-auth-api-methods' of github.com:frankisaweso…
frankisawesome Feb 21, 2022
4cd2c1d
Merge branch 'main' into feature/no-auth-api-methods
frankisawesome Feb 21, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
resolve changelog conflict
Signed-off-by: Frank Li <b439988l@gmail.com>
  • Loading branch information
frankisawesome committed Feb 15, 2022
commit 6dbb9a0216a0e4aa88425780e7013ad291c3ed0d
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,10 @@
- Updated besu-native to version 0.4.3 [#3331](https://github.com/hyperledger/besu/pull/3331)
- Refactor synchronizer to asynchronously retrieve blocks from peers, and to change peer when retrying to get a block. [#3326](https://github.com/hyperledger/besu/pull/3326)
- Disable RocksDB TTL compactions [#3356](https://github.com/hyperledger/besu/pull/3356)
- add a websocket frame size configuration CLI parameter [#3368](https://github.com/hyperledger/besu/pull/3379)
- Add a websocket frame size configuration CLI parameter [#3368](https://github.com/hyperledger/besu/pull/3379)
- Add `--ec-curve` parameter to export/export-address public-key subcommands [#3333](https://github.com/hyperledger/besu/pull/3333)
- Merge: extend block creation and mining to support The Merge [#3412](https://github.com/hyperledger/besu/pull/3412)
- Merge: backward sync [#3410](https://github.com/hyperledger/besu/pull/3410)
- Allow optional no auth API methods [#3382](https://github.com/hyperledger/besu/pull/3382)

### Bug Fixes
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.