-
The LICENSE file isn't in the PyPI distribution for 0.11.2. When I run `python setup.py sdist` it appears in the .tar.gz file. @michaelhly does it appear for you?
I'm using setuptools v57.0.0 and t…
-
Example: I have 1386.181659 SRM. I stake 1000 SRM at https://stake.projectserum.com/#/, leaving 386.181659 unstaked. Before and after staking, if I look up my SRM address in the Solana explorer, it …
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
solana.account.Account generates new accounts, but it's a 32-byte private key.
And I can't import such a key in Sollet wallet. It requires 64-byte key.
Can I generate a new account with this libra…
-
It would be great to have some additional documentation around the order placing.
Thanks
-
I got the next error when running `npm install`. Can you tell how to fix this issue?
```
npm WARN EBADENGINE Unsupported engine {
npm WARN EBADENGINE package: 'helloworld@0.0.1',
npm WARN EBAD…
-
Hey, I was thinking about building this toolchain using [nix](nixos.org). In order to be able to do that I need flags which need to be passed over to `./configure` so that the Nix build can work its m…
-
I got the next error when running `npm install` for Solana Hello World example and have tried the next solution: [https://github.com/nodejs/node-gyp/wiki/Updating-npm%27s-bundled-node-gyp](https://git…
-
When I transfer SOL to an account with some amount of SOL, there are no any problems.
But when I try to transfer to an ampty account, I have such an error:
`{'code': -32002, 'message': 'Transact…
-
I noticed the PrivateKey has a validation on the bytes size: https://github.com/pyca/pynacl/blob/master/src/nacl/public.py#L88, which is 32 by default.
I wonder is there anyway to create a Private…