-
Controller has two existing methods: `replace_producer_keys` and `replace_account_keys`.
- `replace_producer_keys` currently does nothing under `savanna`.
- Consider adding a `replace_finalizer_keys…
-
Arguments are listed as:
`eosc system linkauth [your account] [code account] [action name] [permission name] [flags]`
When entering:
`eosc system linkauth dfusecontent eosio.token "*" active` I got…
-
MSIG does not use deferred transactions:
https://github.com/eosnetworkfoundation/eos-system-contracts/blob/main/contracts/eosio.msig/include/eosio.msig/eosio.msig.hpp#L90
See https://github.com/…
-
When building the contracts, `build.sh` defaults to look for `eosio` in directory `$HOME/eosio/X.Y`, and looks for `eosio.cdt` in directory `/usr/local/include/eosio.cdt`.
This can be especiall…
-
Currently unable to use this plugin on Jungle Testnet, as the testnet now requires nodeos `v1.8.0`, but the plugin does not compile.
- Building nodeos `v1.8.0-rc2`
- Fresh install, Ubuntu 16.04
…
-
Hi!
If u will get wast from EOS system (cleos -u https://mainnet.eoscalgary.io:443 get code eosio.token -c a.txt ) , it cannot be decompiled by your decompile, but wast is ok.
sorce code cpp is he…
-
https://github.com/EOSIO/eosio-reference-ios-authenticator-app/blob/7a64ca06609f627125b9b3b9ed1630d77e09f981/Eosio/Manifest%20%26%20Metadata/AppManifest.swift#L37
I believe an empty whitelist comes…
jafri updated
5 years ago
-
Repo for contract code:
https://github.com/maxifom/cdt-signed-unsigned-int
compiling with cdt 1.8.1
error
```
test33333/src/test33333.cpp:7:3: error:
unknown type name 'messages_table'; d…
-
I'm running the build command:
`eosio-cpp -o eosio.nft.wasm eosio.nft.cpp --abigen --contract nft`
I expect it to create the WASM and ABI files
But it get this output
act nft
Warning, e…
-
When I try to build the wasm file for balance.snap-server.hpp, I first have to change the file name to balance.snap-server.cpp as it will tell me that hpp.o: The file was not recognized as a valid obj…