-
### FILE
```
ActiveAdmin.register CryptoTransfer do
actions :all, except: :destroy
includes :user, :source_wallet, :destination_wallet
config.sort_order = 'created_at_desc'
scope('Complete…
-
### FILE
```
ActiveAdmin.register CryptoOrder do
actions :all, except: :destroy
permit_params :status
includes :user, :crypto_transfer, :wallet_address
config.sort_order = 'created_at_desc'
…
-
The lakers-python package suffered some regressions (or unnoticed API changes) between 8e926b0fe331575f86087219eabac180460bc62b (good) and aa6eca5ababcc7ac64d67874c08f905e63953b29 (bad). Commits inbet…
-
### FILE
```
ActiveAdmin.register_page 'Buy Crypto' do
menu parent: 'Legacy', label: 'Buy Crypto'
content do
h2 'Crypto purchased via Credit Card and Apple Pay'
para do
h3 'Send Wy…
-
### Describe the feature you'd like
To make keys functions non-async.
Rewrite `packages/crypto/src/Bip32/Bip32PrivateKey.ts` and `packages/crypto/src/Bip32/Bip32PublicKey.ts` to remove async whe…
-
Recently we switched our Jenkins CI/CD environment to Java 21. Most of our Jenkins hosts use some build of OpenJDK (especially the Red Hat build), however some hosts are different (different, older Li…
-
**Summary or problem description**
We've got two basic mechanisms to verify some permissions or action validity in a contract:
* `System.Runtime.CheckWitness` that checks for scoped witness of the …
-
I've marked most of the `crypto.*` functions (https://docs.gomplate.ca/functions/crypto) that have to do with encrypting/decrypting or key generation as experimental, because I feel like it may be pos…
-
Just FYI someone is trying to upload a modified version of this package to NPM that is compromised. NPM audit returns:
react-native-blue-crypto *
Severity: critical
Malware in react-native-blue…
-
Hello while linking a bazel test that needs an spdk client I'm getting below errors during linking. Please let me know if you need extra information in debugging this further.
Env:
OL8 docker run…