Near-One / rainbow-bridge

🌈🌈🌈 NEAR <> Ethereum Decentralized Bridge
GNU General Public License v3.0
327 stars 100 forks source link

Block header is not compatible with serde #249

Open ailisp opened 4 years ago

ailisp commented 4 years ago

As report from 3rd party: Some fields would be renamed from camelCase to snake_case, need some annotation. This is not used but need to be fixed in long term

MaksymZavershynskyi commented 4 years ago

We should use https://serde.rs/field-attrs.html to solve it.