-
EOSIO uses ECDSA signatures over the secp256k1 ("k1") and secp256r1 ("r1") curves. Depending on how the signatures (consisting of two 32 byte bigints: _r_ and _s_) are stored and depending on the valu…
-
### Description
We are trying an anchor wallet SDK in unity and facing this error when we tried to run sdk of anchor wallet. We change the chain id and testnet URL in RPC but not working.
SDK Link: …
-
Our Dapp deals with sensitive user information and we would like to encrypt/decrypt text that flows from our Dapp (client) to our smart contract actions.
We would like to perform the symmetric encr…
-
Im trying to run `nodeos` under a ec2 m1 mac instance, trying to run some tests against a private chain.
This is nodeos output: https://gist.github.com/guilledk/9aa99aab911c654be90626b0d5ff1b7f
…
-
Currently when nodeos shuts down it exits with a status of 0 or 255. The exit statuses do not appear to relate to the error nodeos
I want to write a shell script which
Try to run nodeos
If I ge…
-
I used the documentation provided by [EOSI](https://developers.eos.io/eosio-home/docs/your-first-contract). I made all the required installation as suggested in the docs. While writing the hello world…
-
```
{ instantiate: [Function: instantiate],
compile: [Function: compile],
validate: [Function: validate],
instantiateFromSource: [Function: instantiateFromSource],
Instance: [Function: In…
-
See https://github.com/lecle/aloxide/issues/2#issuecomment-652303091 for the context.
-
## Motivation
Node operators may be unaware of critical upgrades to Leap (or other future Antelope implementations) that are necessary either for security reasons (to fix security bugs in the old ver…
-
Hello All,
I had launched eosio before with the cli command and added the history-api-plugin and ran it worked very well,
Now i have started the nodeos by removing history API plugin as its depr…