Bernardo Ramos
Bernardo Ramos
## Finished Concept To support a variety of use cases, composable transactions should contain many different commands: * Smart contract call * Sending Aergo tokens * Checking Aergo balance *...
Yes. Currently we do not have a function for this on smart contracts. So you suggest to make this conversion prior to sending the data to the smart contract? It...
It also happens with these commands: ``` query ct get `[]` `` ``` and ``` query ct get `[]` `` `error` ```
Related to [this commit](https://github.com/aergoio/aergo/commit/261b87195268f3a95c1223cf795bbeb7d092bca6) and [this line](https://github.com/aergoio/aergo/blob/develop/contract/vm.go#L50)
Probably related to [this line](https://github.com/aergoio/aergo/blob/develop/contract/vm.go#L1344) Possible fix would be to use `types.EncodeAddress(id)` instead of `hex.EncodeToString(id)`
The `[string \"...\"]` apparently comes from [here](https://github.com/aergoio/luajit/blob/79e266c601e3235a705a9111b104967e772a0c61/src/host/minilua.c#L753) in LuaJIT
Or maybe using the [markdown-fenced-code-tabs](https://yassir.dev/markdown-fenced-code-tabs/) extension, or its syntax
This is how I am building my fork (with VRF support) for Windows using GitHub Actions and Visual C: [here](https://github.com/aergoio/secp256k1-vrf/blob/master/.github/workflows/build.yml)
Not so early! But if you have a commercial license and need an updated version, we will be happy to update it for your company.
Hi Zhang, Although it is not required for blockchain implementations there were so many people asking for merging support that we at Aergo decided to take it further so LiteTree...