prysm-pulse/beacon-chain/rpc/validator
Nishant Das c41140e15a Optimize Insertion in Deposit Trie (#4299)
* current changes
* change algorithm for tree insert
* almost done with getting this to pass
* unit test passes
* tests now pass
* fix in repo
* Merge branch 'master' into optimizeDepositLogs
* fix build
* Merge branch 'optimizeDepositLogs' of github.com:prysmaticlabs/prysm into optimizeDepositLogs
* remove tautology
* fix tautology
* fix up sparsity
* Merge branch 'master' into optimizeDepositLogs
* further fixes
* Merge branch 'optimizeDepositLogs' of github.com:prysmaticlabs/prysm into optimizeDepositLogs
* Update shared/trieutil/sparse_merkle.go
* comments
* Merge branch 'optimizeDepositLogs' of github.com:prysmaticlabs/prysm into optimizeDepositLogs
* add bench for optimized
* gaz
* Merge refs/heads/master into optimizeDepositLogs
2019-12-17 02:19:12 +00:00
..
assignments_test.go Removed active count and shuffling cache (#4266) 2019-12-12 01:15:44 +00:00
assignments.go Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00
BUILD.bazel Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
server_test.go Enforce stronger head state operations (#4216) 2019-12-09 15:35:18 +08:00
server.go Deprecate active count and committee cache flags (#4276) 2019-12-13 14:00:29 +00:00
status_test.go Optimize Insertion in Deposit Trie (#4299) 2019-12-17 02:19:12 +00:00
status.go Nil state fallback in Blockchain.HeadState() (#4042) 2019-11-19 10:12:50 -06:00