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

chore: add graffiti logging on start #818

Merged
merged 1 commit into from Dec 22, 2021

Conversation

okjintao
Copy link
Contributor

Summary

Add graffiti log on start

Testing Plan

I run it doggy

Breaking Change

Is this a breaking change? If yes, add notes below on why this is breaking and
what additional work is required, if any.

[ ] Yes
[x ] No

@okjintao okjintao requested a review from a team as a code owner December 22, 2021 16:21
@NullSoldier
Copy link
Contributor

This is great, thank you.

@NullSoldier NullSoldier changed the base branch from master to staging December 22, 2021 19:23
@NullSoldier NullSoldier merged commit 4834143 into iron-fish:staging Dec 22, 2021
dguenther added a commit that referenced this pull request Jan 4, 2022
* Use nullifier tree size to verify spend (#798)

We were using the notes tree size to verifier the spend, which is not
correct but shouldn't generally cause an issue because the note
tree is bigger than the nullifier tree.

* Fix use of clearLine in miners:mined (#816)

* chore: add graffiti logging on start (#818)

* Set default expiration delta to 15 from 450 (#822)

* Use @napi-rs/blake-hash instead of blake3 (#815)

The blake3 package doesn't seem to ship a native addon that
works properly in node 16, so let's try blake-hash instead.

* Optimize MerkleTree.contains from O(n) to O(1) (#775)

* In merkletree's contained & contains method we
had a horribly inefficient linear scan which brought up
avg time to add a block with multiple transactions
to multiple seconds making syncing painfully slow.
This change introduces another db store to keep track
of merkle tree elements for O(1) retrieval if the element
is in the tree or not.

* removing pastSize from the contained method

* Use existing merkle hash

* Fix dead lock

* Minor cleanup inside of verifier (#811)

* Rename hasValidSpends to verifyConnectedSpends (#809)

* Only verify spend root in hasValidSpends (#810)

* Truncate index during MerkleTree truncate (#820)

Co-authored-by: NullSoldier <nullprogrammer@gmail.com>

* Bump version to 0.1.15

* Update docker-compose configurations

* Fix path and change services name

* Fix readme

* Add volume to miner service

* Proofreading Docker.md

Co-authored-by: Jason Spafford <nullprogrammer@gmail.com>
Co-authored-by: Derek Guenther <derek@ironfish.network>
Co-authored-by: jintao <cdv1013@gmail.com>
Co-authored-by: Elena Nadolinski <elena@ironfish.network>
Co-authored-by: Rohan Jadvani <5459049+rohanjadvani@users.noreply.github.com>
Co-authored-by: Derek Guenther <dguenther9@gmail.com>
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.

None yet

2 participants