[wip] Improve frozen abi coverage, docs and DX#11522
[wip] Improve frozen abi coverage, docs and DX#11522ryoqun wants to merge 11 commits intosolana-labs:masterfrom
Conversation
|
I'll prioritize other my prs over this as they're unblocked now. ;) This is just dump of my wip. |
a9e36fc to
7acee3b
Compare
$ diff -u *5RMMcS7fSxHjCGAwwTiFSyoi3FKESCBkVoeBPspKJzp4* *8RYRhKQwGABY5hipqQvZMRrnzFxe3aE1sEFx1sgimFG2*
@@ -81,7 +81,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
@@ -179,7 +179,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
@@ -277,7 +277,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
@@ -373,7 +373,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
@@ -473,7 +473,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
@@ -573,7 +573,7 @@
primitive str
field tpu_forwards: std::net::addr::SocketAddr
primitive str
- field unused: std::net::addr::SocketAddr
+ field rpc_banks: std::net::addr::SocketAddr
primitive str
field rpc: std::net::addr::SocketAddr
primitive str
$ diff -u *92G1B1o9KCHpg75PRtao2mtJAni6cquVMtqxi8UNK1RW* *FY5mgiVVk1aoevvSYr8c6T58mNRneTfG2Su7WFG5pnSj*
@@ -17,7 +17,7 @@
field u8
primitive u8
field solana_sdk::instruction::InstructionError
- enum InstructionError (variants = 35)
+ enum InstructionError (variants = 36)
variant(0) GenericError (unit)
variant(1) InvalidArgument (unit)
variant(2) InvalidInstructionData (unit)
@@ -54,6 +54,7 @@
variant(32) MissingAccount (unit)
variant(33) ReentrancyNotAllowed (unit)
variant(34) MaxSeedLengthExceeded (unit)
+ variant(35) InvalidSeeds (unit)
variant(9) CallChainTooDeep (unit)
variant(10) MissingSignatureForFee (unit)
variant(11) InvalidAccountIndex (unit)
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This stale pull request has been automatically closed. Thank you for your contributions. |
|
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This stale pull request has been automatically closed. Thank you for your contributions. |
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
|
This stale pull request has been automatically closed. Thank you for your contributions. |
Problem
wip
Summary of Changes
wip
Fixes #11047
follow up of: #8012