Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Diet validator RPCs methods #8

Open
wants to merge 35 commits into
base: mantis/dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
57f50cd
Set minimum account balance on genesis creation to 1
vmarkushin Jul 18, 2024
d92c525
Cherry-pick RPC changes from https://github.com/tinydancer-io/diet-rp…
vmarkushin Jul 18, 2024
04807ea
Revert rent fees
vmarkushin Aug 20, 2024
b3a7eb5
Add flags
vmarkushin Aug 20, 2024
d505d42
Add fetch script for patched SPL programs
vmarkushin Aug 29, 2024
c638df8
add metaplex programs and make token program upgradeable
dhruvja Aug 30, 2024
c4b978b
download binaries from forked spl program
dhruvja Aug 30, 2024
91ddd7c
Merge remote-tracking branch 'refs/remotes/composable/dhruvja/add-met…
vmarkushin Sep 2, 2024
c904b39
Fix tests
vmarkushin Sep 2, 2024
4131c5a
Merge branch 'mantis/diet-validator-rpc' into dhruvja/add-metaplex
vmarkushin Sep 2, 2024
62e7918
Merge remote-tracking branch 'composable/dhruvja/add-metaplex' into m…
vmarkushin Sep 2, 2024
744b58d
small fix
vmarkushin Sep 2, 2024
8736f3d
Merge branch 'mantis/dev' into mantis/diet-validator-rpc
vmarkushin Sep 9, 2024
1c4b506
Merge pull request #7 from ComposableFi/dhruvja/add-metaplex
dhruvja Sep 9, 2024
8f9ffd8
Add geyser-config.json
vmarkushin Oct 1, 2024
4d2e5d1
Init geyser plugin on startup
vmarkushin Oct 1, 2024
2c99a70
Update root account in geyser-config.json
vmarkushin Oct 1, 2024
ece7a5c
Set default program authority
vmarkushin Oct 1, 2024
6a84b93
Update upgrade authority
vmarkushin Oct 8, 2024
f277df0
Update upgrade geyser config
vmarkushin Oct 8, 2024
92a3e00
Add scripts for mainnet
vmarkushin Oct 9, 2024
c5576b4
Change some mainnet scripts
vmarkushin Oct 18, 2024
29c1132
Add native_mint_account
vmarkushin Oct 22, 2024
e9af5f0
Update ticks per slot
vmarkushin Oct 22, 2024
53b94b6
Update spl token version
vmarkushin Oct 22, 2024
82ba5fd
Update bootstrap_mainnet script
vmarkushin Oct 22, 2024
afbe779
Change upgrade authority address
vmarkushin Oct 25, 2024
df384c3
Update mainnet configs
vmarkushin Oct 30, 2024
ad88f71
Exclude mantis faucet from circulating accounts
vmarkushin Nov 13, 2024
a1a12f6
Exclude [0u42; 32] pubkey from circulating accounts
vmarkushin Nov 13, 2024
36d4829
Disable some chain features
vmarkushin Nov 16, 2024
a9261d6
Disable non-circulating supply in RPCs response
vmarkushin Nov 16, 2024
0f50c06
Rewrite disabling non-circulating amount for RPCs
vmarkushin Nov 16, 2024
63f36e1
Consider MintWithRebase decoding in RPCs
vmarkushin Nov 22, 2024
592b8c8
Return converted (rebased) amount of tokens from `get_token_account_b…
vmarkushin Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ log-*/

# fetch-spl.sh artifacts
/spl-genesis-args.sh
/metaplex-genesis-args.sh
/spl_*.so
/jito_*.so
/mpl_*.so

.DS_Store
# scripts that may be generated by cargo *-bpf commands
Expand Down
Loading