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

trace_rawTransaction #3459

Merged
merged 31 commits into from
Mar 7, 2022
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
dc14214
test files from parity
macfarla Feb 18, 2022
178b024
some WIP code for trace_rawTransaction
macfarla Feb 18, 2022
f81868a
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Feb 20, 2022
ae62142
added test dirs to specs; handle empty optionals
macfarla Feb 21, 2022
20f0949
handle null
macfarla Feb 21, 2022
4b66fa1
headers
macfarla Feb 21, 2022
9000863
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Feb 21, 2022
8cebba7
cleanup
macfarla Feb 21, 2022
692aa82
payload
macfarla Feb 21, 2022
9293b36
comment
macfarla Feb 21, 2022
5ab6ba6
error response
macfarla Feb 21, 2022
d326deb
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Feb 22, 2022
159c311
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Feb 24, 2022
4355d5e
PR review
macfarla Feb 24, 2022
7b8dbd5
changelog
macfarla Feb 24, 2022
a0bf437
merge main changes
frankisawesome Mar 2, 2022
1ee657f
merge main
macfarla Mar 4, 2022
9b46f20
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Mar 4, 2022
a3ddbad
Merge branch 'trace-raw-transaction' of github.com:macfarla/besu into…
macfarla Mar 4, 2022
5857359
comment
macfarla Mar 4, 2022
9897f8f
code smells
macfarla Mar 4, 2022
df642e8
merge
macfarla Mar 4, 2022
c56c5d8
code smells
macfarla Mar 4, 2022
cc7a10b
changelog
macfarla Mar 4, 2022
341c18d
Merge branch 'main' into trace-raw-transaction
MadelineMurray Mar 7, 2022
7d227ab
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Mar 7, 2022
4bb3920
cache the block number to make sure we are using the same block
macfarla Mar 7, 2022
f19c781
Merge branch 'trace-raw-transaction' of github.com:macfarla/besu into…
macfarla Mar 7, 2022
eb45609
check optional
macfarla Mar 7, 2022
dd5877f
Merge branch 'main' of github.com:hyperledger/besu into trace-raw-tra…
macfarla Mar 7, 2022
4f58529
Merge branch 'main' into trace-raw-transaction
macfarla Mar 7, 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
changelog
Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>
  • Loading branch information
macfarla committed Mar 4, 2022
commit cc7a10baeec2b1c07d7efeb00fa912ff5d521978
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Additions and Improvements
- Execution layer (The Merge):
- Execution specific RPC endpoint [[#3378](https://github.com/hyperledger/besu/issues/3378)
- Tracing APIs: trace_rawTransaction, trace_get

### Bug Fixes
- Reject locally-sourced transactions below the minimum gas price when not mining. [#3397](https://github.com/hyperledger/besu/pull/3397)
Expand All @@ -24,7 +25,6 @@
- Add core components: controller builder, protocol scheduler, coordinator, block creator and processor. [#3461](https://github.com/hyperledger/besu/pull/3461)
- Execution specific RPC endpoint [#2914](https://github.com/hyperledger/besu/issues/2914), [#3350](https://github.com/hyperledger/besu/pull/3350)
- QBFT consensus algorithm is production ready
- Tracing APIs: trace_rawTransaction

## Download Links
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.1/besu-22.1.1.zip / SHA256 cfff79e19e5f9a184d0b62886990698b77d019a0745ea63b5f9373870518173e
Expand Down