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

1.5 RC Changelog #395

Merged
merged 42 commits into from
Feb 12, 2020
Merged
Changes from all commits
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
5b47ca3
first pass
macfarla Jan 24, 2020
0ede2a7
first pass
macfarla Jan 24, 2020
f146198
Merge branch 'bp-8-tls-to-orion' of github.com:macfarla/besu into bp-…
macfarla Jan 24, 2020
ee6ba63
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Jan 27, 2020
e90c4eb
cleanup
macfarla Jan 29, 2020
c61ede0
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Jan 29, 2020
506d6f1
formatting
macfarla Jan 29, 2020
f291104
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Jan 29, 2020
4c3cc32
test
macfarla Jan 30, 2020
73b8593
test cleanup
macfarla Jan 30, 2020
c95843d
updated cli param name
macfarla Jan 30, 2020
c215c43
negative test
macfarla Jan 30, 2020
1d234d9
added some tests
macfarla Jan 31, 2020
92c5f0c
merged master
macfarla Jan 31, 2020
f7820cc
added runtime dependency
macfarla Jan 31, 2020
217c2da
turn SSL on
macfarla Jan 31, 2020
abad7e4
formatting; uncommented some code
macfarla Jan 31, 2020
30302fa
formatting
macfarla Jan 31, 2020
182bdc9
headers
macfarla Jan 31, 2020
aa84d31
final
macfarla Jan 31, 2020
d5d57b8
renamed orion params to privacy
macfarla Feb 3, 2020
44dbd97
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Feb 3, 2020
9b5e435
rename orion -> httpServer
macfarla Feb 3, 2020
5dba972
rename orion -> privacy
macfarla Feb 3, 2020
4163ed7
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Feb 3, 2020
c4a9a03
rename orion params
macfarla Feb 3, 2020
bd951eb
refactoring to reduce dupe; remove \n
macfarla Feb 3, 2020
f64377d
added test for tls options dependency check
macfarla Feb 3, 2020
1478508
naming
macfarla Feb 4, 2020
1fdd240
refactoring
macfarla Feb 4, 2020
ce7f512
privacy tls options require privacy to be enabled
macfarla Feb 4, 2020
862e790
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Feb 4, 2020
93adc7e
static field
macfarla Feb 4, 2020
4708ac4
unused variable
macfarla Feb 4, 2020
4b23f01
help wording
macfarla Feb 4, 2020
49f08e4
review comments
macfarla Feb 4, 2020
4db9cc5
Merge branch 'master' of https://github.com/hyperledger/besu into bp-…
macfarla Feb 12, 2020
398a1a0
changelog
macfarla Feb 12, 2020
3d0d796
added bug fix
macfarla Feb 12, 2020
23607b2
text changes
macfarla Feb 12, 2020
2e502a0
bug fixes heading
macfarla Feb 12, 2020
46f709b
typo
macfarla Feb 12, 2020
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
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ This can be enabled using the `--rpc-http-api TRACE` CLI flag. There are some p

- Added [Multi-tenancy](https://besu.hyperledger.org/en/latest/Concepts/Privacy/Multi-Tenancy/) support which allows multiple participants to use the same Besu node for private transactions.

- Added TLS support for communication with privacy enclave

### Bug Fixes

- Private transactions are now validated before sent to the enclave [\#356](https://github.com/hyperledger/besu/pull/356)

## 1.4 Beta 3
macfarla marked this conversation as resolved.
Show resolved Hide resolved

### Additions and Improvements
Expand Down