Skip to content

Commit

Permalink
Merge pull request #197 from TxnLab/dev
Browse files Browse the repository at this point in the history
v0.9.1
  • Loading branch information
drichar authored May 30, 2024
2 parents 172e3a9 + 5a99b56 commit 57f9485
Show file tree
Hide file tree
Showing 30 changed files with 896 additions and 648 deletions.
1 change: 1 addition & 0 deletions contracts/bootstrap/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ async function main() {
{ sendParams: { populateAppCallResources: true } },
)
console.log(`application ${args.id} updated`)
console.log(`Validator Contract HASH is:${validatorApp.compiledApproval.compiledHash}`)
}

console.log(
Expand Down
2 changes: 1 addition & 1 deletion contracts/bootstrap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap",
"version": "0.9.0",
"version": "0.9.1",
"description": "",
"main": "index.ts",
"scripts": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5698,7 +5698,7 @@ doesStakerMeetGating:

// contracts/validatorRegistry.algo.ts:1433
// assert(
// (AppID.fromUint64(userOfferedNFDAppID).globalState('i.parentAppID') as uint64) ===
// btoi(AppID.fromUint64(userOfferedNFDAppID).globalState('i.parentAppID') as bytes) ===
// config.entryGatingAssets[0],
// 'specified nfd must be a segment of the nfd the validator specified as a requirement',
// )
Expand All @@ -5708,6 +5708,7 @@ doesStakerMeetGating:

// global state value does not exist: AppID.fromUint64(userOfferedNFDAppID).globalState('i.parentAppID')
assert
btoi
frame_dig 2 // config: (uint64,address,address,uint64,uint8,address,uint64[4],uint64,uint64,uint64,uint32,uint32,address,uint64,uint64,uint8,uint64,uint64)
extract 113 8
btoi
Expand Down
2 changes: 1 addition & 1 deletion contracts/contracts/artifacts/ValidatorRegistry.arc32.json

Large diffs are not rendered by default.

Loading

0 comments on commit 57f9485

Please sign in to comment.