Shargon

Results 653 comments of Shargon

> Payload Construction: 010001f0 + VarBytes(Salt + Message) + 0000 This should include at least the network, using `GetSignData` (https://github.com/neo-project/neo/pull/4299)

In my opinion only gas should be used (at least now) it's easier to compute and attach the gas into the transaction in calculateFeeMethod, and it's good for the strength...

> > In my opinion only gas should be used > > Some projects may have their own tokens that need to be taken into account. This will add the...

> I'd like to see a `dynamic` `mode` where `calculateFee` is in the same contract instead of being forced to call an "external" contract. That way it can also be...

Same here, I need to compile ql like this ``` RUN codeql query compile --threads=0 --additional-packs=. \ "${CODEQL_HOME}/codeql-repo/csharp/ql/src/Security Features/WeakEncryption.ql" \ "${CODEQL_HOME}/codeql-repo/csharp/ql/src/Security Features/CWE-611/UntrustedDataInsecureXml.ql" \ "${CODEQL_HOME}/codeql-repo/csharp/ql/src/Security Features/InsufficientKeySize.ql" \ "${CODEQL_HOME}/codeql-repo/csharp/ql/src/Security Features/CookieWithOverlyBroadDomain.ql" \ "${CODEQL_HOME}/codeql-repo/csharp/ql/src/Security...

@travisgosselin try with https://github.com/Red4Sec/CodeQL/pkgs/container/codeql

Do you have neo and gas in this contract?

Where do you see that is the NFT?

do you have the DBFT plugin installed?

> ```c > virtual void CompactRange(const Slice* begin, const Slice* end) > ``` > > `db->CompactRange(NULL, NULL);` may be needed for nodes to compress the data size when not busy....