-
func (s *Solana) GetLog(blockNum int64, mapToken map[string]*anychain.Token) ([]*anychain.ContractTokenTran, *cerror.CError) {
latestBlockNum, erc := s.GetBlockNum()
if erc != nil {
return nil,…
-
![image](https://github.com/user-attachments/assets/e4e7d02e-1e5f-4995-b009-3a2b1afd5561)
My solana version is 1.18.26, and the cluster version of mainnet synchronization data is 2.0.15. Do I need to…
-
When Solana unlocks the Group and Member accounts on Mainnet, we will want to transition the group member structure in WNS to the native Solana Group/Member accounts.
I propose we knock this out in…
-
BY enabling feature flag, user should be able to:
- enable Solana and discover accounts
- import Solana to Portfolio Tracker
- See SPL tokens and txns for the account
-
token22-staking-latest/programs/token22-staking-latest/src/instructions/init_pool.rs:
```
use {
anchor_lang::prelude::*,
crate::{state::*, utils::*},
anchor_spl::*,
std::mem::s…
-
[Archor Document](https://book.anchor-lang.com/): On-going...
- Any account that you don't create yourself is passed in by some other program or user that cannot be trusted.
> ... There are many…
-
Issue tracking ressources about DeFi
This is just a unordered dump that I will index correctly in the repo's readme
-
- Chains
- Tokens
- Tools
- Others
-
#### Problem
Solana's core codebases are currently only stored in web2 environments, which aren't permanent nor immutable.
#### Proposed Solution
Would like to propose automatically archiving…
-
Hi, I am trying to run the copytrading module and I am getting this error even though i have entered the endpoint correctly in the .env file:
throw new TypeError('Endpoint URL must start with `http:`…