-
Notifications
You must be signed in to change notification settings - Fork 232
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename tx handlers * add p2p sdk handlers * fix tests * fix imports * bump min go version * downgrade golangci * remove noop handler * bump avago rc * fix uint64 * bump avalanchego rc version * fix linter * revert txpool uint change * bump subnet-evm version * run simulator in a different step * remove load test from precompile tests * run simulator in a different step * remove load test from precompile tests * rename simulator to load test * parallelize e2e steps * use checkout * split to different workflows * move to same folder * bump avago * add time to codec * fix load test (#1043) * tweak global limit * uncomment submit * update consts * update avalanchego version * fix compilation err * simpler fix * remove mempool configs * bump latest avago rc * fix tests * update avalanchego * fix mockgen * bump ANR * remove unnecessary log levels * Fix bloom reset (#1049) * add UT for eth tx pool subscribe * fix eth tx pool subscribtion * don't use journal * simplify test * increase timeout * Update plugin/evm/tx_gossip_test.go Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org> Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com> --------- Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com> Co-authored-by: Ceyhun Onur <ceyhun.onur@avalabs.org> Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org> * Fix racey bloom access and replace time.Sleep with require.Eventually --------- Signed-off-by: Ceyhun Onur <ceyhunonur54@gmail.com> Co-authored-by: Patrick O'Grady <prohb125@gmail.com> Co-authored-by: Darioush Jalali <darioush.jalali@avalabs.org> Co-authored-by: Stephen Buttolph <stephen@avalabs.org>
- Loading branch information
1 parent
b5f92be
commit 13304a8
Showing
30 changed files
with
903 additions
and
474 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"rpcChainVMProtocolVersion": { | ||
"v0.5.11": 31, | ||
"v0.5.10": 30, | ||
"v0.5.9": 30, | ||
"v0.5.8": 29, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.