-
Notifications
You must be signed in to change notification settings - Fork 573
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Adjust perf test to use spends (#799) The old perf test did not use spends, so we didn't detect the recent drop in perf due to spend validation. This adds spends to all blocks. * Fix Faucet API Request (#808) * Fix count error * Fix API workarounds * Bump version (#812) Co-authored-by: Jason Spafford <[email protected]>
- Loading branch information
1 parent
6f4e9e3
commit 6a7bee9
Showing
5 changed files
with
2,859 additions
and
2,046 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "ironfish", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"gitHash": "", | ||
"private": true, | ||
"author": "Iron Fish <[email protected]> (https://ironfish.network)", | ||
|
Oops, something went wrong.