Skip to content

Commit

Permalink
Fix beacon live transaction chain loading (#360)
Browse files Browse the repository at this point in the history
Improve transaction loading in the beacon explorer by using transaction chain to fetch the updates and fix cache usage to avoid stale or inconsistent data.
  • Loading branch information
Samuel committed Jun 9, 2022
1 parent ce3310e commit 65a83ec
Show file tree
Hide file tree
Showing 3 changed files with 170 additions and 198 deletions.
4 changes: 2 additions & 2 deletions lib/archethic/crypto.ex
Original file line number Diff line number Diff line change
Expand Up @@ -906,9 +906,9 @@ defmodule Archethic.Crypto do
defp do_hash(data, :blake2b), do: :crypto.hash(:blake2b, data)

@doc """
Generate an address as per ARCHEthic specification
Generate an address as per Archethic specification
The fist-byte representing the curve type second-byte representing hash algorithm used and rest is the hash of publicKey as per ARCHEthic specifications .
The fist-byte representing the curve type second-byte representing hash algorithm used and rest is the hash of publicKey as per Archethic specifications .
## Examples
Expand Down
Loading

0 comments on commit 65a83ec

Please sign in to comment.