CanardMandarin
@mandarin_canard
Followers
183
Following
333
Media
20
Statuses
120
Quack Quack I'm a duck and I'm swimming near Solana beach.
Lac
Joined February 2020
Spoke too soon — I hope it will be useful for the next one: https://t.co/cwLkPhhIfJ
@Backpack @armaniferrante
github.com
The client is missing /account/... endpoints. I was not too sure when to use String or Decimal given the documentation, feel free to edit the PR.
1
0
2
Sometimes life is good, and you don't have to write your own crate:
github.com
Official API clients for Backpack Exchange. Contribute to backpack-exchange/bpx-api-client development by creating an account on GitHub.
2
0
5
Debugging a production issue, the math ain't mathing:
github.com
Hello, I have encountered an issue with the imuln function. Multiplying a BN by zero using imuln/muln(0) does not reduce the length. Steps to reproduce: > var zero = new BN(0); > new ...
0
0
3
Does anyone have a better way to determine the transaction size given a TransactionInstruction[]? https://t.co/aWPFSkcfx5
0
0
0
Has anyone built a Solana IDL to protobuf converter? I could use that
1
1
2
1/3 Gm, I’ve been diving into zk-SNARKs and STARKs, starting with Groth16. I found the zk-book by @RareSkills_io to be an excellent resource. To help with my learning, I created a summary schema that I’m sharing in case it’s useful to others.
6
8
41
Setting up a new Solana validator. Are you guys still using RAMDISK for accounts?
1
0
2
Now we can:
github.com
I noticed it was a bit painful to cast integers with try_into and try_from because you have to either unwrap() or map_err(||). What about implementing TryFromIntError for Error so we can use the ? ...
I wish I could use the ? operator with try_into() for downcasting integers in my anchor program. I'm tired of all the dirty `unwrap()` calls.
0
0
2
I wish I could use the ? operator with try_into() for downcasting integers in my anchor program. I'm tired of all the dirty `unwrap()` calls.
0
0
2
Just discovered this. What a great idea! https://t.co/u82ss8o28r
github.com
The Solana assertion protocol. Contribute to Jac0xb/lighthouse development by creating an account on GitHub.
1
0
3
@circle A friend of mine just got drained of ~100k USDC on Solana by https://t.co/jMn5zXl79X. This drainer appears to have been stealing funds from other users for several years (see https://t.co/1wOo0nf8o7). Is there anything you can do? Thank you.
2
2
2
@buffalu__ It did strike again today:
@circle A friend of mine just got drained of ~100k USDC on Solana by https://t.co/jMn5zXl79X. This drainer appears to have been stealing funds from other users for several years (see https://t.co/1wOo0nf8o7). Is there anything you can do? Thank you.
1
1
2
what's the best, most trusted solana token revoke website? hearing reports of old solana wallets getting rugged today from super old protocols from 2021-2022.
26
8
89
Been hearing a lot about Metamask Snaps? Let's take a look at what they are, how they work, and some of the vulnerability research OtterSec has done, including a bug we found in the sandboxing layer. More technical details can be found in our blog post: https://t.co/l8UCEFTKA3
osec.io
A deep dig into Metamask Snaps. We explore safety considerations, environment design, and break down a property spoofing vulnerability in the Snaps sandboxing layer.
Metamask Snaps: Playing in the Sand Published November 1st, 2023 https://t.co/l8UCEFTKA3
1
14
48
Solana dev are trading cargo.lock files like it's gold
0
0
2
The tx size on Solana is already an issue, and cNFTs are not going to help.
0
0
0
From a dev perspective, I feel like cNFTs are somewhat of a regression. It is impossible to verify onchain the collection associated to a cNFT, without having to pass the entire Metadata object.
1
0
0