-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* reduce `tstate` map copies + distinguish between empty/non-existent values (#142) * update runners * reduce copies * remove err check * more cleanup * comments * simplify revert logic * cleanup some tests * fix remove rollback case * add pending changes * add state ops metrics * save results of previously generated state keys * run load test on different levels * nit * continue if failure * always continue on error * fix continue on error * improve changes estimate * Update to AvalancheGo@v1.10.0 (#147) * update to avalanchego@v1.10.0 * updaate timeouts * add protection on sync tests * Add load test to env (#151) * update env * add conditional env * add release to conditional run * Try `env` (#152) * try env * add new env * use correct spec * try again * just make long-ci plain for now * update jobs * typo * Update to ANR@1.4.1 (#149) * use anr 1.4.0 * check e2e fix * nit * try e2e fix * empty * empty * empty * fix add node tracked subnets * lint * depend on anr main * fix version in e2e * update to v1.4.1 --------- Co-authored-by: Patrick O'Grady <prohb125@gmail.com> * add ecosystem badge (#155) * save refactor progress * basic compliation * remove vm/streaming * fix pubsub tests * integration working * lint utils * move things around * jsonrpc compiles * jsonrpc client compiles * websocket client works * vm compiling * rename related files * continued cleanup * outlining changes * move orderbook * work on more dependencies * cleanup jsonrpc server * jsonrpc client cleanup * more setup * cleanup RPC in vm * remove import cycle * move handler init * more client cleanup * layout changes needed to finish client * add more TODOs * fix client * nit * handle errors from packers * add max conns todo * nits * cleanup action * fix build warnings * nits * load compiles * use protect data struct * integration compiles * e2e compiles * lint * cleanup client init * remove unused metrics * decrease size of pending channels * fix websocket client --------- Co-authored-by: felipemadero <felipe.madero@gmail.com>
- Loading branch information
1 parent
67bdfb3
commit 697b3e3
Showing
67 changed files
with
2,140 additions
and
1,767 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
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
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
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
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
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.