go-ethereum/consensus/bor
Sayli Patil 260243cf88
MAT-865: Add subscribe deposit event filter (#21)
* add eth_depositById rpc method

* add sample depositById test

* change ethereum to bor

* add subscription for new deposit data

* create channel to listen new state change

* push state data to subcribed channel

* apply filter on deposit events sub

* remove unused methods

* Fix: no filter

* Remove unused method

* revert changes

* Fix: RPC port

* refactor and cleanup

* Fix: SubscribeStateEvent

* remove unused import

* Resolve comments

Co-authored-by: Arpit Agarwal <93arpit@gmail.com>
2020-04-06 09:52:21 +05:30
..
bor_test fix build once and for all + go mod tidy 2020-03-20 19:09:19 +05:30
api.go Cleanup debug statements 2020-03-18 14:48:57 +05:30
bor.go MAT-865: Add subscribe deposit event filter (#21) 2020-04-06 09:52:21 +05:30
clerk.go check bor chain id for commit span and state 2020-02-15 15:36:53 +05:30
rest.go fix polluted path and check data length for validation action 2020-03-25 18:41:16 +05:30
snapshot.go remove unwanted comments 2020-02-08 02:48:02 +05:30
span.go fix errors and refactoring 2019-11-05 12:12:10 +05:30
validator.go change package name 2019-11-12 13:17:12 -05:00
validator_set.go change package name 2019-11-12 13:17:12 -05:00