Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Fix hash parse for RedisDbJson #472

Merged
merged 96 commits into from Oct 3, 2018

Conversation

aboimpinto
Copy link
Contributor

No description provided.

aboimpinto and others added 30 commits July 10, 2018 02:13
…terface but it's not anymore, threfore should not carry the prefix "I" that identify the interfaces.
Black listed peers try to connect test
…ge of the method RandomInt.

* Small clean up on the UtCrypto
more tests will be added soon!
* Fix an inverted if logic. The code only enter in the While loop if the cancellation was requested and should be the other way around.
…tsBuilder and clean up the comment and not used method in Blockchain class. All BlockModel variables were renamed to BlockRepository
…/await pattern and all the BlockHeader now have the type = header.
@@ -51,10 +51,22 @@ private ECPoint()
/// <param name="point">Point</param>
public ECPoint(byte[] point)
{
IsInfinity = false;
if (point == null)
Copy link
Member

Choose a reason for hiding this comment

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

again this change xD

Copy link
Contributor Author

Choose a reason for hiding this comment

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

dammm sorry ... after merge the other PR I resolve the conflict on this...
sorry!

@shargon shargon merged commit 95a1e8e into CityOfZion:development Oct 3, 2018
@aboimpinto aboimpinto deleted the FixHashParse branch October 9, 2018 23:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants