Skip to content

Commit 874b2e0

Browse files
authored
Merge pull request #104 from PracticalParticle/dev
Dev
2 parents 5bd0404 + ab99b08 commit 874b2e0

56 files changed

Lines changed: 1270 additions & 205 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

abi/AccountBlox.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,11 @@
15781578
"name": "supportedActionsBitmap",
15791579
"type": "uint16"
15801580
},
1581+
{
1582+
"internalType": "bool",
1583+
"name": "enforceHandlerRelations",
1584+
"type": "bool"
1585+
},
15811586
{
15821587
"internalType": "bool",
15831588
"name": "isProtected",

abi/BaseStateMachine.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,11 @@
11411141
"name": "supportedActionsBitmap",
11421142
"type": "uint16"
11431143
},
1144+
{
1145+
"internalType": "bool",
1146+
"name": "enforceHandlerRelations",
1147+
"type": "bool"
1148+
},
11441149
{
11451150
"internalType": "bool",
11461151
"name": "isProtected",

abi/CopyBlox.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -920,6 +920,11 @@
920920
"name": "supportedActionsBitmap",
921921
"type": "uint16"
922922
},
923+
{
924+
"internalType": "bool",
925+
"name": "enforceHandlerRelations",
926+
"type": "bool"
927+
},
923928
{
924929
"internalType": "bool",
925930
"name": "isProtected",

abi/GuardController.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@
858858
"name": "supportedActionsBitmap",
859859
"type": "uint16"
860860
},
861+
{
862+
"internalType": "bool",
863+
"name": "enforceHandlerRelations",
864+
"type": "bool"
865+
},
861866
{
862867
"internalType": "bool",
863868
"name": "isProtected",

abi/GuardControllerDefinitions.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,11 @@
160160
"name": "supportedActionsBitmap",
161161
"type": "uint16"
162162
},
163+
{
164+
"internalType": "bool",
165+
"name": "enforceHandlerRelations",
166+
"type": "bool"
167+
},
163168
{
164169
"internalType": "bool",
165170
"name": "isProtected",

abi/IDefinition.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,11 @@
3030
"name": "supportedActionsBitmap",
3131
"type": "uint16"
3232
},
33+
{
34+
"internalType": "bool",
35+
"name": "enforceHandlerRelations",
36+
"type": "bool"
37+
},
3338
{
3439
"internalType": "bool",
3540
"name": "isProtected",

abi/RuntimeRBAC.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,11 @@
858858
"name": "supportedActionsBitmap",
859859
"type": "uint16"
860860
},
861+
{
862+
"internalType": "bool",
863+
"name": "enforceHandlerRelations",
864+
"type": "bool"
865+
},
861866
{
862867
"internalType": "bool",
863868
"name": "isProtected",

abi/RuntimeRBACDefinitions.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,11 @@
6969
"name": "supportedActionsBitmap",
7070
"type": "uint16"
7171
},
72+
{
73+
"internalType": "bool",
74+
"name": "enforceHandlerRelations",
75+
"type": "bool"
76+
},
7277
{
7378
"internalType": "bool",
7479
"name": "isProtected",

abi/SecureOwnable.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -884,6 +884,11 @@
884884
"name": "supportedActionsBitmap",
885885
"type": "uint16"
886886
},
887+
{
888+
"internalType": "bool",
889+
"name": "enforceHandlerRelations",
890+
"type": "bool"
891+
},
887892
{
888893
"internalType": "bool",
889894
"name": "isProtected",

abi/SecureOwnableDefinitions.abi.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -290,6 +290,11 @@
290290
"name": "supportedActionsBitmap",
291291
"type": "uint16"
292292
},
293+
{
294+
"internalType": "bool",
295+
"name": "enforceHandlerRelations",
296+
"type": "bool"
297+
},
293298
{
294299
"internalType": "bool",
295300
"name": "isProtected",

0 commit comments

Comments
 (0)