Skip to content

Commit

Permalink
framework update from randomnet
Browse files Browse the repository at this point in the history
Squashed commit of the following to fix jwk smoke tests:

commit 3bd0154
Author: zhoujun.ma <[email protected]>
Date:   Tue Feb 27 02:47:57 2024 -0800

    update

commit 2eb6add
Author: zhoujun.ma <[email protected]>
Date:   Tue Feb 27 02:12:27 2024 -0800

    update

commit 9d82151
Author: zhoujun.ma <[email protected]>
Date:   Tue Feb 27 01:51:08 2024 -0800

    debug

fix doc test

fix spec

fix doc

update initialization in genesis

update features.move

initialize randomness in genesis

update golden files

private entry fun check and vm updates
  • Loading branch information
zjma committed Mar 1, 2024
1 parent c284f3b commit fbb61a2
Show file tree
Hide file tree
Showing 87 changed files with 7,602 additions and 717 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,21 @@
},
"type": "write_resource"
},
{
"address": "0x1",
"state_key_hash": "",
"data": {
"type": "0x1::randomness::PerBlockRandomness",
"data": {
"epoch": "1",
"round": "1",
"seed": {
"vec": []
}
}
},
"type": "write_resource"
},
{
"address": "0x1",
"state_key_hash": "",
Expand Down
Loading

0 comments on commit fbb61a2

Please sign in to comment.