Kate Hee Kyun Yun
Kate Hee Kyun Yun
`(let ((row 1) (row 2) ) row) ` runs and returns 1.
(enforce-one) does not recognize a list arg as a list type, and throws invalid args error. For example, calling the function ``` (defun enforce-any:bool (list:[bool]) (enforce-one "none of the enforce...
Currently, Pact allows a table schema to be updated after table creation when module is redeployed with a new schema. This results in one table to have rows with different...
``` (defschema loan-history "Row type for loan transaction" id:integer loanId:string userFullname:string borrower:string seller:string investor:string loanName:string loanAmount:integer attachment:list price:integer originalAmount:integer availableAmount:integer drawdownAmount:integer dateOfDrawdown:time vote:string ) (defun read-history-for-loan(loanId:string) "Read history of a...
I have noticed that making request to `/local` endpoints to the nodes that are behind the current block height return incorrect information from old state. For instance, making `(coin.account-balance 'user)`...
`(list-modules)` and `(describe-module)` functions do not take modules in following format: `"{namespace}.{module}"` and instead takes the format`"{module}"` For example, `(list-modules)` currently returns ``` ["guards","hello-world","fungible-v1","hello","fungible-v2","gas-payer-v1","ns","coin"] ``` and `(describe-module "hello")` returns description...
1. BUG: `(read-msg)` currently contains`miner-keyset` and `total` field. This should be removed. 2. Render useful info about the transaction as data that can be read using`(read-msg)` from `GAS_PAYER` - For...
When cmds are sent in batch, validation failure of one cmd prevents other valid cmds from being sent. For example, when one valid cmd and one invalid cmd are sent...
I have encountered a behavior that the `sender` in meta section of the transaction need a bigger `account balance` than `gas limit` of the transaction rather than `(gas price *...
For cross-chain-transfer option, user without a gas paying account is by default set to gas station `kadena-xchain-gas`. In addition to the setting the default gas station, we should also set...