Skip to content

Add 'unlocking_bytecode_hex' and 'locking_bytecode_hex' computed fields#66

Open
mainnet-pat wants to merge 2 commits intobitauth:masterfrom
mainnet-pat:locking_bytecode_hex
Open

Add 'unlocking_bytecode_hex' and 'locking_bytecode_hex' computed fields#66
mainnet-pat wants to merge 2 commits intobitauth:masterfrom
mainnet-pat:locking_bytecode_hex

Conversation

@mainnet-pat
Copy link

@mainnet-pat mainnet-pat commented Dec 17, 2024

With these computed fields we now can flexibly lookup/constrain various unlocking and locking bytecodes with custom matches.

Available at https://chaingraph.pat.mn

Most basic usage:

...
where: {
  inputs: {
     unlocking_bytecode_hex: {_like: "41%9c"}
  }
  outputs: {
    locking_bytecode_hex: {_like: "6a%"}
  }
}
...

@mainnet-pat mainnet-pat changed the title Add 'locking_bytecode_hex' computed field to 'output' table Add 'unlocking_bytecode_hex' and 'locking_bytecode_hex' computed fields Dec 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant