Commit graph

12367 commits

Author SHA1 Message Date
Jaynti Kanani
7cea144782
Merge pull request #96 from maticnetwork/upgrade-dependencies
Upgrade bor dependencies
2020-12-08 11:51:32 +05:30
Anjan Roy
ebb70db232 chg: upgraded all dependencies to newer version 2020-12-08 11:42:49 +05:30
Jaynti Kanani
81e357920d
fix: conflict 2020-12-05 19:57:46 +05:30
Jaynti Kanani
3de2110886
Merge pull request #95 from jdkanani/geth-bor
use go-ethereum for better forked-bor release  and geth v1.9.24 upgrade
2020-11-23 13:33:15 +05:30
Jaynti Kanani
a21910fff2
chg: caller gas allowance logs from warn to debug 2020-11-20 14:33:32 +05:30
Jaynti Kanani
de31e12bb8
Merge pull request #4 from jdkanani/bor-api-changes
new: add bor apis
2020-11-20 14:26:08 +05:30
Jaynti Kanani
337d1bfb7c
new: add roothash and state sync filter apis 2020-11-20 14:25:19 +05:30
Jaynti Kanani
236ec15f1b
new: add bor apis 2020-11-20 11:48:55 +05:30
Jaynti Kanani
b8c1fd2916
Merge pull request #3 from jdkanani/bor-test-changes
Test changes
2020-11-20 11:29:41 +05:30
Jaynti Kanani
441b2419e5
fix: bor testcases 2020-11-20 11:28:08 +05:30
Jaynti Kanani
fafb9e9dac
Merge pull request #1 from jdkanani/geth-bor-changes
Bor related changes on updated geth
2020-11-20 11:16:18 +05:30
Jaynti Kanani
6235761fcf
Merge branch 'geth-bor' into geth-bor-changes 2020-11-20 11:01:28 +05:30
Jaynti Kanani
7a3036c110
fix: remove duplicate merge logs block 2020-11-20 11:01:09 +05:30
Jaynti Kanani
c241e81ea3
Merge branch 'geth-bor' into geth-bor-changes 2020-11-20 10:53:35 +05:30
Jaynti Kanani
b395595c8b
Merge tag v1.9.24 into geth-bor 2020-11-20 10:52:42 +05:30
Jaynti Kanani
ce80760eef
Merge pull request #2 from jdkanani/docker-changes
fix: changed geth to bor for docker
2020-11-20 10:03:57 +05:30
Jaynti Kanani
b5173bdc84
fix: changed geth to bor 2020-11-20 10:02:40 +05:30
Jaynti Kanani
c1cbbb2ea8
Merge pull request #94 from maticnetwork/develop
Update master
2020-11-20 09:43:41 +05:30
Jaynti Kanani
2bd4ad3928
chg: changes for import/export command 2020-11-18 17:56:09 +05:30
Jaynti Kanani
8c7cf1d64f
chg: use new bor flags 2020-11-18 17:05:20 +05:30
Jaynti Kanani
4c5f8153f1
chg: set signer for bor 2020-11-14 15:36:39 +05:30
Jaynti Kanani
7fe2cd4384
new: add bor testcases 2020-11-14 14:53:35 +05:30
Jaynti Kanani
82246a5e94
chg: no verify without engine 2020-11-14 14:53:23 +05:30
Jaynti Kanani
7319922ad5
fix: create engine before blochain 2020-11-14 14:52:27 +05:30
Jaynti Kanani
2f79768ad0
chg: Update README 2020-11-14 14:30:47 +05:30
Jaynti Kanani
c6324827c3
chg: remove unwanted ctx 2020-11-14 14:25:42 +05:30
Jaynti Kanani
706e2881e2
new: heimdall flags 2020-11-14 13:58:03 +05:30
Jaynti Kanani
6cb5e62868
fix: import/export for bor 2020-11-14 12:37:18 +05:30
Jaynti Kanani
087c44d4bc
chg: add log changes for fee 2020-11-13 20:24:38 +05:30
Jaynti Kanani
e5058f94fd
new: add bor consensus 2020-11-13 09:33:12 +05:30
Jaynti Kanani
1e56a697c0
use go-ethereum for better forked-bor release 2020-11-13 09:21:48 +05:30
Péter Szilágyi
cc05b050df
params: release Geth v1.9.24 with Go 1.15.5 (#21842) 2020-11-12 21:10:15 +01:00
Felix Lange
920a287117
.travis.yml: move test builders after install builders (#21833) 2020-11-11 23:52:50 +01:00
Felix Lange
d49407427d
build: fix regressions with the -dlgo change (#21831)
This fixes cross-build and mobile framework failures.
It also disables the mac test builder because it was failing
all the time in hard to understand ways and we can't afford
it anymore under Travis CI's new pricing.
2020-11-11 22:08:22 +01:00
Slava Karpenko
d990df909d
consensus/ethash: use 64bit indexes for the DAG generation (#21793)
* Bit boundary fix for the DAG generation routine

* Fix unnecessary conversion warnings

Co-authored-by: Sergey Pavlov <spavlov@gmail.com>
2020-11-11 21:13:12 +01:00
Felix Lange
27d93c1848
build: add -dlgo flag in ci.go (#21824)
This new flag downloads a known version of Go and builds with it. This
is meant for environments where we can't easily upgrade the installed Go
version.

* .travis.yml: remove install step for PR test builders

We added this step originally to avoid re-building everything
for every test. go test has become much smarter in recent go
releases, so we no longer need to install anything here.
2020-11-11 14:34:43 +01:00
Marius van der Wijden
70868b1e4a
fuzzers: removed fuzzbuzz configuration (#21813)
We decided to move our fuzzing efforts to oss-fuzz since fuzzbuzz is still early access.
2020-11-10 21:54:59 +02:00
Martin Holst Swende
941d8b5c5c
scripts: create oss-fuzz script in go-ethereum (#21808) 2020-11-10 15:21:41 +01:00
gary rong
c52dfd55fb
p2p/simulations/adapters/exec: fix some issues (#21801)
- Remove the ws:// prefix from the status endpoint since
  the ws:// is already included in the stack.WSEndpoint().
- Don't register the services again in the node start.
  Registration is already done in the initialization stage.
- Expose admin namespace via websocket.
  This namespace is necessary for connecting the peers via websocket.
- Offer logging relevant options for exec adapter.
  It's really painful to mix all log output in the single console. So
  this PR offers two additional options for exec adapter in this case
  testers can config the log output(e.g. file output) and log level
  for each p2p node.
2020-11-10 14:19:44 +01:00
Péter Szilágyi
0c34eae172
Merge pull request #21803 from holiman/ethash
consensus/ethash: fix the percentage progress report
2020-11-09 17:57:23 +02:00
Péter Szilágyi
7c30f4d085
Merge pull request #21804 from karalabe/snapshot-marker-sync
core/state/snapshot: update generator marker in sync with flushes
2020-11-09 17:50:26 +02:00
Péter Szilágyi
040928d8bb
Merge pull request #21805 from karalabe/travis-drop-1.13
travis: drop Go 1.13 builders as it's not supported any more
2020-11-09 17:49:56 +02:00
Péter Szilágyi
9e688fb64c
Merge pull request #21806 from karalabe/deprecate-eoan
build: stop building for Ubuntu Eoan, not supported any more
2020-11-09 17:49:21 +02:00
Péter Szilágyi
1143dc6e29
build: stop building for Ubuntu Eoan, not supported any more 2020-11-09 17:43:54 +02:00
Péter Szilágyi
eb694ea706
travis: drop Go 1.13 builders as it's not supported any more 2020-11-09 17:39:42 +02:00
Martin Holst Swende
81678971db
trie, tests/fuzzers: implement a stacktrie fuzzer + stacktrie fixes (#21799)
* trie: fix error in stacktrie not committing small roots

* fuzzers: make trie-fuzzer use correct returnvalues

* trie: improved tests

* tests/fuzzers: fuzzer for stacktrie vs regular trie

* test/fuzzers: make stacktrie fuzzer use 32-byte keys

* trie: fix error in stacktrie with small nodes

* trie: add (skipped) testcase for stacktrie

* tests/fuzzers: address review comments for stacktrie fuzzer

* trie: fix docs in stacktrie
2020-11-09 15:08:12 +01:00
Péter Szilágyi
7b7b327ff2
core/state/snapshot: update generator marker in sync with flushes 2020-11-09 16:03:58 +02:00
Martin Holst Swende
81ff700077
consensus/ethash: fix the percentage progress report 2020-11-09 11:56:29 +01:00
Péter Szilágyi
97fc1c3b1d
Merge pull request #21787 from karalabe/pod-non-verbose
build: stop verbose output to keep travis from overflowing
2020-11-05 11:55:50 +02:00
Péter Szilágyi
6cfe494276
build: stop verbose output to keep travis from overflowing 2020-11-05 11:52:35 +02:00