Trent Nelson
|
30dbe257cf
|
Reimplement decode_len() with ShortU16 vistor helper
|
2020-08-14 08:17:52 -06:00 |
|
Trent Nelson
|
6222fbcc66
|
Factor out ShortU16 deser vistor logic to helper
|
2020-08-14 08:17:52 -06:00 |
|
Trent Nelson
|
338f66f9aa
|
Add failing test for decoding ShortU16 alias values
|
2020-08-14 08:17:52 -06:00 |
|
Ryo Onodera
|
39b3ac6a8d
|
Introduce automatic ABI maintenance mechanism (2/2; rollout) (#8012)
* Introduce automatic ABI maintenance mechanism (2/2; rollout)
* Fix stable clippy
* Change to symlink
* Freeze abi of Tower
* fmt...
* Improve dev-experience!
* Update BankSlotDelta
$ diff -u /tmp/abi8/*7dg6BreYxTuxiVz6aLvk3p2Z7GQk2cJqfGvC9h4FAoSj* /tmp/abi8/*9chBcbXVJ4fK7uGgydQzam5aHipaAKFw6V4LDFpjbE4w*
--- /tmp/abi8/bank__BankSlotDelta_frozen_abi__test_abi_digest_7dg6BreYxTuxiVz6aLvk3p2Z7GQk2cJqfGvC9h4FAoSj 2020-06-18 18:01:22.831228087 +0900
+++ /tmp/abi8/bank__BankSlotDelta_frozen_abi__test_abi_digest_9chBcbXVJ4fK7uGgydQzam5aHipaAKFw6V4LDFpjbE4w 2020-07-03 15:59:58.430695244 +0900
@@ -140,7 +140,7 @@
field u8
primitive u8
field solana_sdk::instruction::InstructionError
- enum InstructionError (variants = 34)
+ enum InstructionError (variants = 35)
variant(0) GenericError (unit)
variant(1) InvalidArgument (unit)
variant(2) InvalidInstructionData (unit)
@@ -176,6 +176,7 @@
variant(31) CallDepth (unit)
variant(32) MissingAccount (unit)
variant(33) ReentrancyNotAllowed (unit)
+ variant(34) MaxSeedLengthExceeded (unit)
variant(9) CallChainTooDeep (unit)
variant(10) MissingSignatureForFee (unit)
variant(11) InvalidAccountIndex (unit)
* Fix some merge conflicts...
|
2020-07-06 20:22:23 +09:00 |
|
Jack May
|
12eff5a2f9
|
Cleanup SDK use syntax (#8004)
|
2020-01-28 16:11:22 -08:00 |
|
Jack May
|
65de227520
|
Don't panic on packet data (#6769)
|
2019-11-06 14:32:37 -08:00 |
|
sakridge
|
32bfced6a4
|
Add offset checks for sigverify (#6452)
* Add offset checks for sigverify
* decode_len returning error instead of unwrap
|
2019-10-18 17:52:59 -07:00 |
|
Michael Vines
|
492cc93850
|
Limit short_vec length to u16, usize is overkill for our usage (#4588)
|
2019-06-06 20:18:41 -07:00 |
|
Greg Fitzgerald
|
3759b0d2a5
|
Fix Blockstreamer test
|
2019-03-29 08:25:56 -06:00 |
|
Greg Fitzgerald
|
c4bc710d3a
|
Use Serde's with attribute to shorten length encodings in Transaction
|
2019-03-29 08:25:56 -06:00 |
|