erigon-pulse/erigon-lib/README.md
battlmonstr 231e468e19 Add 'erigon-lib/' from commit '93d9c9d9fe4bd8a49f7a98a6bce0f0da7094c7d3'
git-subtree-dir: erigon-lib
git-subtree-mainline: 3c8cbda809
git-subtree-split: 93d9c9d9fe
2023-09-20 14:50:25 +02:00

23 lines
473 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# erigon-lib
Dependencies of Erigon project, rewritten from scratch and licensed under Apache 2.0
## Dev workflow
In erigon folder create go.work file (its already in .gitignore)
```
go 1.20
use (
.
./../erigon-lib
)
```
Create PR in erigon-lib, dont merge PR, refer from erigon to non-merged erigon-lib branch (commit) by:
go get github.com/ledgerwatch/erigon-lib/kv@<commit_hash>
Create Erigon PR
When both CI are green - merge 2 PR. Thats it.