nimbus-eth2/vendor
tersec d02daf8cbd
bump nim-web3 to fix kiln interop (#3373)
2022-02-11 18:38:44 +00:00
..
NimYAML@ca82b5e884 bump NimYAML 2021-02-25 14:20:26 +02:00
asynctools@c478bb7426 Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00
eth2-networks@a5c1f52611 rename MERGE_FORK_EPOCH to BELLATRIX_FORK_EPOCH (#3350) 2022-02-02 14:06:55 +01:00
jswebsockets@ff0ceecc4c Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00
karax@32de202845 bump submodules (#2279) 2021-02-02 19:02:52 +01:00
news@9094ae3147 Switch back to the news package in nim-json-rpc (#3136) 2021-11-29 21:47:31 +01:00
nim-bearssl@dc62f4fccd module bumps (#2800) 2021-08-20 18:39:18 +00:00
nim-blscurve@0237e4e0e9 Bump BLST (security fic on currently unused primitive) (#3364) 2022-02-09 03:08:47 +01:00
nim-chronicles@884e870048 Bump Chronicles 2021-11-09 13:33:53 +02:00
nim-chronicles-tail@858e4ea2ed Fix some logical typos introduced in the rebase 2020-06-22 17:30:04 +03:00
nim-chronos@8719723077 Put `application/json` as a higher preference than `application/octet-stream` 2022-01-30 18:50:14 +02:00
nim-confutils@6a56d01381 bump nim-confutils to `6a56d01381f434d5fbcc61b6e497b9409155bcbc` (#3196) 2021-12-15 09:27:04 +00:00
nim-eth@49d1d29fdf Store finalized block roots in database (3s startup) (#3320) 2022-01-30 18:51:04 +02:00
nim-eth2-scenarios@777ce6438e use v1.1.9 test vectors (#3337) 2022-01-28 22:47:48 +00:00
nim-faststreams@3a0ab42573 module bumps (#2800) 2021-08-20 18:39:18 +00:00
nim-http-utils@40048e8b3e Put `application/json` as a higher preference than `application/octet-stream` 2022-01-30 18:50:14 +02:00
nim-json-rpc@97ba55bbf6 Eth1 monitor fixes 2022-02-03 14:01:55 +02:00
nim-json-serialization@4f3775ddf4 cleanups and fixes (#2827) 2021-08-27 11:00:06 +02:00
nim-libbacktrace@63196b0628 Merge stable into unstable 2021-05-20 13:50:40 +03:00
nim-libp2p@dffe4bed45 Bump libp2p (#3246) 2022-01-05 17:33:23 +01:00
nim-metrics@71e0f0e354 Nim GC metrics for the main thread (#3108) 2022-02-08 20:19:21 +01:00
nim-nat-traversal@8994b67b07 bump nat, avoid one more finalizer (#2209) 2020-12-31 15:58:31 +01:00
nim-normalize@db9a74ad6a Address #1694 2020-10-06 15:46:22 +03:00
nim-presto@668a2369f6 Revert restAccept workaround. (#3369) 2022-02-11 12:01:45 +01:00
nim-protobuf-serialization@f7d671f877 module bumps (#2800) 2021-08-20 18:39:18 +00:00
nim-rocksdb@6aab1e0dd6 bumps (#2214) 2021-01-07 13:12:37 +01:00
nim-secp256k1@d790c42206 module bumps (#2800) 2021-08-20 18:39:18 +00:00
nim-serialization@fcd0eadadd disentangle eth2 types from the ssz library (#2785) 2021-08-18 20:57:58 +02:00
nim-snappy@2256d6efb2 3x speedup in snappy compression (#3234) 2022-01-03 18:17:10 +01:00
nim-sqlite3-abi@07039dd887 bump submodules (#2279) 2021-02-02 19:02:52 +01:00
nim-ssz-serialization@66745f23b5 bumps (#3268) 2022-01-11 09:35:20 +00:00
nim-stew@b464505b4d move `state_transition` to `Result` (#3284) 2022-01-17 12:19:58 +01:00
nim-stint@49d11d61b8 bump `nim-stint` (#2969) 2021-10-14 14:13:51 +03:00
nim-taskpools@8d408ac6cf Bump BLST (security fic on currently unused primitive) (#3364) 2022-02-09 03:08:47 +01:00
nim-testutils@1f66448152 Implementation of the Keymanager API (BETA) 2022-01-04 18:51:45 +02:00
nim-unicodedb@7c6ee4bfc1 bump submodules 2020-03-18 17:20:34 +01:00
nim-unittest2@f1d70dbb8c cron CI: various fixes (#2594) 2021-08-18 14:40:03 +02:00
nim-web3@0012deda79 bump nim-web3 to fix kiln interop (#3373) 2022-02-11 18:38:44 +00:00
nim-websock@a697e3585d Add support for HTTPS Web3 providers 2021-11-23 15:56:18 +02:00
nim-zlib@6bbc67d09e Add support for HTTPS Web3 providers 2021-11-23 15:56:18 +02:00
nim-zxcvbn@ea6de3427d Address #1690 Min password entropy 2020-10-16 19:34:26 +03:00
nimbus-benchmarking@dff3634b5d /bin/bash -> /usr/bin/env bash (needed on NixOS) 2021-11-15 15:45:01 +02:00
nimbus-build-system@8425ff9e3b bump nimbus-build-system (#3324) 2022-01-26 17:11:28 +01:00
nimbus-security-resources@145e12aaad Finish the 'create wallet' command; Addresses #1319 2020-07-28 07:36:25 +03:00
nimcrypto@a5742a9a21 module bumps (#2800) 2021-08-20 18:39:18 +00:00
websocket.nim@28cc44c8de Local sim now includes a prometheus server, a Ganache instance and a simulation dashboard server (in Tmux mode) 2020-06-22 17:30:04 +03:00