Nishant Das
|
1af11885ee
|
Remove Support for 2d-list Hashers (#10290)
* add changes
* fix logic bug
* fix
* potuz's review
* Update beacon-chain/state/stateutil/eth1_root.go
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
Co-authored-by: Potuz <potuz@prysmaticlabs.com>
|
2022-03-04 15:19:07 +00:00 |
|
Nishant Das
|
525c818672
|
Remove SSZ Cache (#10256)
* remove ssz cache
* gaz
* lint
* analyze more
* fix
|
2022-02-22 17:27:51 +08:00 |
|
Nishant Das
|
5ab88da183
|
Use Static Sizes for State Fields (#10007)
|
2021-12-13 10:16:23 +01:00 |
|
Nishant Das
|
37bc407b56
|
Refactor States To Allow for Single Cached Hasher (#9922)
* initial changes
* gaz
* unexport and add in godoc
* nocache
* fix edge case
* fix bad implementation
* fix build file
* add it in
* terence's review
* gaz
* fix build
* Apply suggestions from code review
remove assigned ctx
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
|
2021-11-29 16:30:17 +00:00 |
|
Raul Jordan
|
29513c804c
|
Create Encoding Bytesutil (#9658)
* bytesutil
* gaz
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-09-23 15:23:37 +00:00 |
|
Raul Jordan
|
f3d6dbcc1e
|
Move Shared/Params Into Config/Params (#9642)
* config params into pkg
* gaz
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-09-21 19:59:25 +00:00 |
|
Raul Jordan
|
45bfd82c88
|
Add Encoding SSZ Package (#9630)
* ssz package
* compile
* htrutils
* rem pkg doc
* fix cloners_test.go
* fix circular dep/build issues
Co-authored-by: prestonvanloon <preston@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-09-21 15:02:48 +00:00 |
|
terence tsao
|
ee5d75732d
|
Add pkg crypto (#9603)
* Add pkg crypto
* Update go.yml
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
|
2021-09-15 22:55:11 +00:00 |
|
Raul Jordan
|
6dadb80cc4
|
Move v1alpha1 into Prysm API namespace (#9245)
|
2021-07-21 21:34:07 +00:00 |
|
Raul Jordan
|
5aac06f04e
|
Move EthereumAPIs Into Prysm (#8968)
* begin move
* use same import path
* imports
* regen protos
* regen
* no rename
* generate ssz
* gaz
* fmt
* edit build file
* imports
* modify
* remove generated files
* remove protos
* edit imports in prysm
* beacon chain all builds
* edit script
* add generated pbs
* add replace rules
* license for ethereumapis protos
* change visibility
* fmt
* update build files to gaz ignore
* use proper form
* edit imports
* wrap block
* revert scripts
* revert go mod
|
2021-06-02 18:49:52 -05:00 |
|
Victor Farazdagi
|
386b69f473
|
Fix comments (#8802)
* fix incorrect exported name in comments
* add comments to exported methods
|
2021-04-23 12:06:05 +00:00 |
|
terence tsao
|
799a4d80cd
|
State: refactor common root functions (#8630)
|
2021-03-18 16:29:06 -07:00 |
|