BandChain
- All extra features e.g. emitter, flusher, request search, etc. are now removed from
master
branch and have been located inextra/rest
branch instead, so that validators who don't need those extra features don't have to compile unused dependencies. [#120] However, protobuf files should be the same betweenextra/rest
andmaster
branch to provide consistency. - Editing oracle scripts / data sources can now change owner address [#106]
- Fix typo [#103] [#114] [#124]
- Refactor code [#105] [#108] [#118]
- Validate max gas used by oracle script [#107]
- Reporter has been set twice [#117]
- Bring back REST endpoints for querying chain ID and EVM validators [#116]
- Improve unit test [#113]
Yoda
- Improve gas estimation [#92]