Skip to content

Commit

Permalink
refactor: Aztec RPC interface cleanup (#1423)
Browse files Browse the repository at this point in the history
1. Fixes
[#1344](AztecProtocol/aztec-packages#1344),
2. renamed partial contract address as partial address,
3. Sean's CI fix.
  • Loading branch information
superstar0402 committed Aug 10, 2023
1 parent f7551e4 commit b4a451c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/noir-libs/noir-aztec/src/constants_gen.nr
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ global GENERATOR_INDEX__PUBLIC_LEAF_INDEX = 23;
global GENERATOR_INDEX__PUBLIC_DATA_LEAF = 24;
global GENERATOR_INDEX__SIGNED_TX_REQUEST = 25;
global GENERATOR_INDEX__GLOBAL_VARIABLES = 26;
global GENERATOR_INDEX__PARTIAL_CONTRACT_ADDRESS = 27;
global GENERATOR_INDEX__PARTIAL_ADDRESS = 27;
global GENERATOR_INDEX__TX_REQUEST = 33;
global GENERATOR_INDEX__SIGNATURE_PAYLOAD = 34;
global GENERATOR_INDEX__VK = 41;
Expand Down

0 comments on commit b4a451c

Please sign in to comment.