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

4411 null blockchain transations #4436

Merged
merged 4 commits into from
Nov 25, 2021
Merged

Conversation

wwestgarth
Copy link
Contributor

closes #4411

When using the nullchain, you can now send in transactions which get collected up into a blocks worth, and then trivially delivered into core. Time gets shuffled forwards whenever a block gets full.

I have also implemented the time forwarding logic which is invoked by calling ForwardTime. This will eventually be wired up to some externally callable API. Thats to come in the next ticket.

@wwestgarth wwestgarth requested a review from a team November 23, 2021 16:44
@wwestgarth wwestgarth self-assigned this Nov 23, 2021
@wwestgarth wwestgarth force-pushed the 4411-null-blockchain-transations branch 2 times, most recently from dd1e5b9 to 1a23d8a Compare November 25, 2021 09:02
peterbarrow
peterbarrow previously approved these changes Nov 25, 2021
blockchain/nullchain/nullchain.go Outdated Show resolved Hide resolved
blockchain/nullchain/nullchain.go Outdated Show resolved Hide resolved
@wwestgarth wwestgarth force-pushed the 4411-null-blockchain-transations branch from f53014a to bfcab16 Compare November 25, 2021 11:47
@wwestgarth wwestgarth merged commit 25f2ef3 into develop Nov 25, 2021
@wwestgarth wwestgarth deleted the 4411-null-blockchain-transations branch November 25, 2021 12:52
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.

Allow transaction submissions through a null-blockchain
2 participants