Skip to content

Arbos refactor#4

Merged
PlasmaPower merged 51 commits intonew-arbos-apifrom
arbos-refactor
Oct 18, 2021
Merged

Arbos refactor#4
PlasmaPower merged 51 commits intonew-arbos-apifrom
arbos-refactor

Conversation

@hkalodner
Copy link
Copy Markdown
Contributor

  • Refactor arbos, splitting apart block construction from tx processing
  • Adopt new stateful tx hook system
  • Make tx parsing stateless

@hkalodner hkalodner changed the base branch from master to new-arbos-api October 10, 2021 19:11
Comment thread create-block.go Outdated
header.Root = statedb.IntermediateRoot(true)

block := types.NewBlock(header, txs, nil, receipts, trie.NewStackTrie(nil))
block := types.NewBlock(blockData.Header, blockData.Txes, nil, receipts, trie.NewStackTrie(nil))
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

I think we need to call FinalizeBlock before this.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

I addressed this in #5 based out of this branch

@PlasmaPower PlasmaPower merged commit 999d36d into new-arbos-api Oct 18, 2021
@hkalodner hkalodner deleted the arbos-refactor branch October 19, 2021 06:15
tsahee pushed a commit that referenced this pull request Dec 1, 2021
gvladika added a commit that referenced this pull request Jun 7, 2023
code-xD pushed a commit to Nexus-2023/nitro that referenced this pull request Aug 1, 2024
nitro v2.1.3 -> nitro v2.2.5 + avail integration
tsahee pushed a commit that referenced this pull request Jul 29, 2025
wurdum added a commit to wurdum/nitro that referenced this pull request Oct 13, 2025
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.

3 participants