-
in wallet:
```
func (t *Transaction) GenerateSignature() *utils.Signature {
m, _ := json.Marshal(t)
fmt.Println("Sign: ", m, t)
h := sha256.Sum256([]byte(m))
// fmt.Println(h)
…
-
Here is an image of my terminal log
-
When you try loading https://cdn.jsdelivr.net/gh/solflare-wallet/token-list@latest/solana-tokenlist.json it crashes with an error `File size exceeded the configured limit of 20 MB.`
Apparently, the…
-
### Entry type
- New addition
### App info
URL: https://nupont.app
Manifest.json URL: https://nupont.app/manifest.json
Name: nupont.app
Description: Crypto Accounting for Cor…
-
Hello, I have installed mysql 8.0.39
Running ./ore-hq-server reports the following error:
```
loaded wallet E6roDAojsUAzXXXXXXXXXXXXXXXXXXXX
establishing rpc connection...
loading sol balance..…
-
```
module Api::V1
class P2pTrades::OnlineWalletsController < Api::BaseController
include ::P2pTrades::OnlineWalletHelper
def index
render json: online_wallets
end
def create…
-
I'm working on an app (https://github.com/mist-id/mist), and I've been using your wallet for testing (thank you very much, btw). I've had a couple of questions while working on it that I'm hoping you …
-
Add the ability to import and export the master keys in JSON keystore format.
This should be exposed from walletd/keypair
HDKey::new_from_keystore
HDKey.to_keystore()
References:
https:/…
-
**Is your feature request related to a problem? Please describe.**
We don't have atomic swap support for cross-ledger transactions.
**Describe the solution you'd like**
- [x] feat: fabtoken H…
-
Currently, if one wants to tweak a certain setting in the default chain config used by the fuels CLI, they would have to provide a whole new chain config file. They cannot just change one single setti…