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

Feature/170 block bound tx to prevent replay attack #173

Merged
merged 7 commits into from
Dec 3, 2019

Conversation

h0n9
Copy link
Contributor

@h0n9 h0n9 commented Nov 28, 2019

  • Implement 'BindingBlockManager'
  • Implement 'ReplayPreventer'
  • Integrate newly added features to 'AMO' app with test codes

resolves #170

- add corresponding test codes
- add 'LastHeight' to 'TxBase', 'TxSign' structure
- implant 'BindingBlockManager' in 'AMOApp'
- add corresponding test codes
- implant 'ReplayPreventer' to 'AMOApp'
- implant 'BlockBindingManager' to 'DeliverTx()'
- 'BlockBindingManager' gets integrated to 'AMO' app
- 'ReplayPreventer' gets integrated to 'AMO' app
- update corresponding test codes
@h0n9 h0n9 added the feature New feature or request label Nov 28, 2019
@h0n9 h0n9 requested a review from Lbird November 28, 2019 02:45
@h0n9 h0n9 self-assigned this Nov 28, 2019
@h0n9 h0n9 added this to the v1.3 milestone Nov 28, 2019
amo/blockchain/replay_preventer.go Outdated Show resolved Hide resolved
amo/store/tx_indexer.go Outdated Show resolved Hide resolved
amo/store/tx_indexer.go Outdated Show resolved Hide resolved
- resolve ambiguity of function names
@h0n9 h0n9 merged commit 7009993 into master Dec 3, 2019
@h0n9 h0n9 deleted the feature/170_block-bound_tx_to_prevent_replay_attack branch December 3, 2019 07:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Block-bound tx to prevent replay attack
2 participants