We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
%{acc => %{balance: balance, latest_nonce: latest nonce}}
%{acc => [{block_hash, tx_hash}]}
The text was updated successfully, but these errors were encountered:
[GH-#91] Helper functions added to chain module, refactoring not yet …
ad06f2d
…done
[GH-#91] State of the Chain GenServer now also contains a map with ac…
3bbe48e
…count as key and a list of {block_hash, tx_hash} for each tx as value
[GH-#91] Fixed issues after merge with master
f647551
[GH-#91] Initial txs_index is calculated with the genesis block (stil…
55579c6
…l an empty map)
[GH-#91] Function in Chain renamed
4b66b5c
Merge pull request #107 from aeternity/GH-91
f553cd5
GH-91 Add list of transactions concerning account to chainstate (block_hash, tx_hash)
d-velev
Successfully merging a pull request may close this issue.
%{acc => %{balance: balance, latest_nonce: latest nonce}}
%{acc => [{block_hash, tx_hash}]}
this gets updated on add_block but is not kept in the block itselfThe text was updated successfully, but these errors were encountered: