Commits on Source (45)
-
Ferran Borreguero authored149f47e7
-
Sandeep Sreenath authored08db8bc8
-
Arpit Temani authored
* read from genesis file * add: set code in finalize and assemble * new: storing data in bor config * chg: remove unwanted code * chg: refactor * minor change * add error states * Fix small things * Add test * Add more coverage in genesis finalize test * Ensure balance is not changed * Add decode safe check * Change bor config block alloc field name * Remove block alloc values in blocks * Add genesis alloc code change info logging Co-authored-by:
Ferran Borreguero <ferranbt@protonmail.com>
-
Arpit Temani authorede51394b9
-
Arpit Temani authored753301c0
-
Arpit Temani authored64ba7d69
-
Jaynti Kanani authored
-
Arpit Temani authoreda276c236
-
Arpit Temani authored
* london fork changes * Update version.go * burn contract address
-
Victor Castell authored
* Build with the previous Dockerfile This will recover the classic maticnetwork build in parallel. This will allow to test both images. Also fix the new build manifest. Build on patches too
-
Arpit Temani authored
* jaipur fork * add check * review comments * test case * fix few changes * Change condition * review comments * type conversion * Update mumbai.go * Update config.go * Update config.go Co-authored-by:
Ferran Borreguero <ferranbt@protonmail.com>
-
Sandeep Sreenath authoredc227a072
-
Arpit Temani authored09ed0912
-
Arpit Temani authoredd84df0de
-
Sandeep Sreenath authored
-
Sandeep Sreenath authored
London Fork on Mainnet
-
Victor Castell authored15965124
-
Arpit Temani authored09c13ee3
-
SHIVAM SHARMA authored
* fix for TestReorgSideEvent * Fix make test * Disable specific tests and enable bor burn contract * Fix more stuff * More checks Co-authored-by:
Ferran Borreguero <ferranbt@protonmail.com>
-
Shivam Sharma authored70f9c88a
-
Shivam Sharma authored6ab75158
-
Ferran Borreguero authored06c9d5cc
-
Shivam Sharma authored949822c0
-
Shivam Sharma authored8f7174fb
-
Sandeep Sreenath authored
fix sender pending txn
-
Sandeep Sreenath authored28963d5c
-
Shivam Sharma authored2d4ef678
-
Manav Darji authoredf86b79ed
-
Shivam Sharma authored904f8b52
-
Manav Darji authoredca0f04cf
-
Shivam Sharma authored58e4311e
-
Arpit Temani authored560ad7dd
-
Arpit Temani authorede5d58026
-
Sandeep Sreenath authored
Arpit/v0.2.14
-
Manav Darji authored0662b70d
-
SHIVAM SHARMA authored
Merge subs2
-
Manav Darji authored08f99311
-
Manav Darji authored6ccd75c1
-
Manav Darji authored
Enable developer mode for new cli
-
Manav Darji authored
* add separate module config for http and ws * update cli docs
-
Shivam Sharma authored3c051f07
-
SHIVAM SHARMA authored
Added codecov
-
Manav Darji authored
* handle graceful shutdown in bor rest client * fix: log Co-authored-by:
Jaynti Kanani <jdkanani@gmail.com> * add: handle shutdown using close channel * fix: create err variable for shutdown * use ticker instead of time.After for handling retry Co-authored-by:
Jaynti Kanani <jdkanani@gmail.com>
-
a authored89fc8bf8
Showing
- .github/workflows/ci.yml 5 additions, 0 deletions.github/workflows/ci.yml
- .goreleaser.yml 5 additions, 5 deletions.goreleaser.yml
- Makefile 2 additions, 3 deletionsMakefile
- consensus/bor/bor.go 4 additions, 0 deletionsconsensus/bor/bor.go
- consensus/bor/rest.go 23 additions, 5 deletionsconsensus/bor/rest.go
- core/blockchain_bor_test.go 134 additions, 0 deletionscore/blockchain_bor_test.go
- core/state_processor_test.go 1 addition, 0 deletionscore/state_processor_test.go
- docs/README.md 0 additions, 14 deletionsdocs/README.md
- docs/cli/server.md 4 additions, 2 deletionsdocs/cli/server.md
- eth/backend.go 4 additions, 2 deletionseth/backend.go
- eth/catalyst/api_test.go 4 additions, 0 deletionseth/catalyst/api_test.go
- eth/ethconfig/config.go 3 additions, 1 deletioneth/ethconfig/config.go
- ethclient/ethclient_test.go 2 additions, 0 deletionsethclient/ethclient_test.go
- ethclient/gethclient/gethclient_test.go 2 additions, 0 deletionsethclient/gethclient/gethclient_test.go
- internal/cli/server/chains/developer.go 47 additions, 0 deletionsinternal/cli/server/chains/developer.go
- internal/cli/server/config.go 116 additions, 27 deletionsinternal/cli/server/config.go
- internal/cli/server/config_test.go 1 addition, 1 deletioninternal/cli/server/config_test.go
- internal/cli/server/flags.go 24 additions, 5 deletionsinternal/cli/server/flags.go
- internal/cli/server/server.go 15 additions, 14 deletionsinternal/cli/server/server.go
- internal/cli/server/server_test.go 41 additions, 0 deletionsinternal/cli/server/server_test.go
core/blockchain_bor_test.go
0 → 100644
internal/cli/server/chains/developer.go
0 → 100644
internal/cli/server/server_test.go
0 → 100644