Skip to content

Commit

Permalink
testing on preview. Got a few minor issues to address
Browse files Browse the repository at this point in the history
  • Loading branch information
MicroProofs committed Jun 10, 2024
1 parent 3b8ebec commit 69be9d4
Show file tree
Hide file tree
Showing 18 changed files with 274 additions and 126 deletions.
2 changes: 1 addition & 1 deletion aiken.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ requirements = []
source = "github"

[etags]
"aiken-lang/fuzz@main" = [{ secs_since_epoch = 1717904342, nanos_since_epoch = 572523000 }, "a8294651f1577c671d580c99c9bc5445ef1fd44e4aa3dde550434a4cbc8d50b6"]
"aiken-lang/fuzz@main" = [{ secs_since_epoch = 1718035763, nanos_since_epoch = 437230000 }, "a8294651f1577c671d580c99c9bc5445ef1fd44e4aa3dde550434a4cbc8d50b6"]
Binary file removed dbPreview/000003.log
Binary file not shown.
Binary file added dbPreview/000037.ldb
Binary file not shown.
Binary file added dbPreview/000039.ldb
Binary file not shown.
Binary file added dbPreview/000042.log
Binary file not shown.
2 changes: 1 addition & 1 deletion dbPreview/CURRENT
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MANIFEST-000002
MANIFEST-000041
4 changes: 3 additions & 1 deletion dbPreview/LOG
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
2024/06/06-16:06:23.173466 1713f3000 Delete type=3 #1
2024/06/10-12:28:03.838247 1724b3000 Recovering log #40
2024/06/10-12:28:03.839507 1724b3000 Delete type=3 #38
2024/06/10-12:28:03.839611 1724b3000 Delete type=0 #40
5 changes: 5 additions & 0 deletions dbPreview/LOG.old
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
2024/06/10-12:23:38.635886 172d0f000 Recovering log #36
2024/06/10-12:23:38.636406 172d0f000 Level-0 table #39: started
2024/06/10-12:23:38.636955 172d0f000 Level-0 table #39: 4314 bytes OK
2024/06/10-12:23:38.637412 172d0f000 Delete type=3 #34
2024/06/10-12:23:38.637458 172d0f000 Delete type=0 #36
Binary file removed dbPreview/MANIFEST-000002
Binary file not shown.
Binary file added dbPreview/MANIFEST-000041
Binary file not shown.
1 change: 1 addition & 0 deletions genesis/previewV2.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion lib/fortuna/parameters.ak
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ pub const padding = 16
// New Params for V2

pub const latest_merkle_root =
#"f0eb964a37dea6f59de5d19896f82233f13031a2799027b666f7f5796ee5cd09"
#"f818d6aba5abf8c471f40ff8d4ad4177b85dadbb453a42c430191091a7e50c7b"

// pub const latest_merkle_root =
// #"08f6adda95e55efab85705f7b3313559db6750f5d7385de9b11d932a8db86204"

pub const voting_days = 14

Expand Down
Loading

0 comments on commit 69be9d4

Please sign in to comment.