feat(indexer): add to modules and implement proto fields (#22544)
This commit is contained in:
@@ -632,10 +632,10 @@ func BenchmarkMarshalTo(b *testing.B) {
|
||||
}{
|
||||
{
|
||||
math.LegacyNewDec(1e8), []byte{
|
||||
0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
},
|
||||
0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
},
|
||||
},
|
||||
{math.LegacyNewDec(0), []byte{0x30}},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user