-
Notifications
You must be signed in to change notification settings - Fork 120
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Vitaliy Vlasov
committed
Aug 18, 2023
1 parent
2abb241
commit 119fdaa
Showing
17 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
Submodule ethash
updated
4 files
+13 −12 | .github/workflows/ci.yml | |
+2 −1 | .gitignore | |
+2 −2 | src/private/intmath.nim | |
+2 −2 | tests/test_internal_multiprecision_arithmetic.nim |
Submodule nim-blscurve
updated
13 files
+0 −43 | .appveyor.yml | |
+2 −2 | .github/workflows/ci.yml | |
+0 −50 | .travis.yml | |
+3 −4 | README.md | |
+0 −175 | azure-pipelines.yml | |
+2 −2 | benchmarks/bls_signature.nim | |
+2 −3 | blscurve.nimble | |
+6 −31 | blscurve/bls_backend.nim | |
+107 −34 | blscurve/bls_batch_verifier.nim | |
+9 −1 | blscurve/miracl/milagro.nim | |
+1 −1 | tests/eth2_vectors.nim | |
+8 −8 | tests/t_batch_verifier.nim | |
+1 −1 | vendor/blst |
Submodule nim-chronicles
updated
4 files
+0 −39 | .appveyor.yml | |
+2 −2 | .github/workflows/ci.yml | |
+0 −26 | .travis.yml | |
+0 −2 | README.md |
Submodule nim-chronos
updated
60 files
Submodule nim-eth
updated
90 files
Submodule nim-evmc
updated
5 files
+10 −10 | .github/workflows/ci.yml | |
+1 −7 | README.md | |
+2 −2 | evmc.nimble | |
+50 −10 | evmc/evmc.nim | |
+42 −0 | tests/evmc_c/evmc.h |
Submodule nim-faststreams
updated
7 files
+6 −2 | .github/workflows/ci.yml | |
+11 −6 | faststreams.nimble | |
+4 −0 | faststreams/async_backend.nim | |
+31 −37 | faststreams/inputs.nim | |
+54 −35 | faststreams/outputs.nim | |
+19 −0 | tests/test_inputs.nim | |
+31 −1 | tests/test_outputs.nim |
Submodule nim-json-rpc
updated
7 files
+1 −1 | .github/workflows/ci.yml | |
+2 −3 | json_rpc.nimble | |
+2 −2 | json_rpc/client.nim | |
+6 −13 | json_rpc/clients/httpclient.nim | |
+1 −1 | json_rpc/jsonmarshal.nim | |
+7 −2 | json_rpc/servers/httpserver.nim | |
+0 −196 | nimble.lock |
Submodule nim-presto
updated
6 files
+2 −2 | .github/workflows/ci.yml | |
+0 −131 | nimble.lock | |
+2 −3 | presto.nimble | |
+37 −44 | presto/client.nim | |
+1 −1 | presto/secureserver.nim | |
+66 −32 | tests/testclient.nim |
Submodule nim-secp256k1
updated
17 files
+0 −41 | .appveyor.yml | |
+2 −0 | .gitignore | |
+2 −2 | .gitmodules | |
+0 −27 | .travis.yml | |
+0 −2 | README.md | |
+14 −18 | ci/Jenkinsfile | |
+17 −26 | secp256k1.nim | |
+2 −2 | secp256k1.nimble | |
+20 −28 | secp256k1/abi.nim | |
+0 −347 | secp256k1_wrapper/README.md | |
+0 −1,163 | secp256k1_wrapper/ecmult_static_context.h | |
+0 −13 | secp256k1_wrapper/gen.sh | |
+0 −118 | secp256k1_wrapper/libsecp256k1-config.h | |
+0 −1 | secp256k1_wrapper/secp256k1 | |
+37 −3 | tests/test_secp256k1.nim | |
+3 −0 | vendor/README.md | |
+1 −0 | vendor/secp256k1 |
Submodule nim-snappy
updated
17 files
+0 −49 | .appveyor.yml | |
+17 −12 | .github/workflows/ci.yml | |
+1 −0 | .gitignore | |
+1 −0 | .gitmodules | |
+0 −33 | .travis.yml | |
+14 −10 | snappy.nim | |
+25 −5 | snappy.nimble | |
+3 −1 | snappy/codec.nim | |
+2 −0 | snappy/decoder.nim | |
+3 −1 | snappy/encoder.nim | |
+3 −1 | snappy/exceptions.nim | |
+24 −18 | snappy/faststreams.nim | |
+3 −3 | snappy/streams.nim | |
+23 −11 | tests/benchmark.nim | |
+1 −1 | tests/fuzzing/fuzz_block_format.nim | |
+1 −1 | tests/snappycpp | |
+34 −6 | tests/test_framed.nim |
Submodule nim-stew
updated
29 files
+1 −1 | .github/workflows/ci.yml | |
+2 −2 | README.md | |
+4 −4 | stew.nimble | |
+2 −2 | stew/assign2.nim | |
+3 −3 | stew/base58.nim | |
+25 −25 | stew/bitops2.nim | |
+59 −0 | stew/enums.nim | |
+1 −1 | stew/objects.nim | |
+4 −1 | stew/ptrops.nim | |
+5 −8 | stew/ranges/stackarrays.nim | |
+7 −992 | stew/results.nim | |
+3 −381 | stew/shims/atomics.nim | |
+77 −0 | stew/shims/enumutils.nim | |
+2 −3 | stew/shims/net.nim | |
+1 −16 | stew/shims/os.nim | |
+0 −56 | stew/shims/parseutils.nim | |
+1 −2 | stew/shims/strings.nim | |
+15 −0 | stew/shims/typetraits.nim | |
+0 −240 | stew/varints.nim | |
+2 −4 | tests/all_tests.nim | |
+2 −2 | tests/test_base58.nim | |
+1 −1 | tests/test_bitops2.nim | |
+37 −0 | tests/test_enums.nim | |
+20 −20 | tests/test_interval_set.nim | |
+13 −13 | tests/test_keyed_queue.nim | |
+5 −0 | tests/test_ptrops.nim | |
+0 −423 | tests/test_results.nim | |
+0 −13 | tests/test_results2.nim | |
+0 −72 | tests/test_varints.nim |
Submodule nim-taskpools
updated
22 files
+23 −20 | .github/workflows/ci.yml | |
+2 −0 | .gitignore | |
+1 −1 | benchmarks/bouncing_producer_consumer/taskpool_bpc.nim | |
+2 −2 | benchmarks/dfs/taskpool_dfs.nim | |
+17 −11 | benchmarks/heat/taskpool_heat.nim | |
+3 −3 | benchmarks/nqueens/taskpool_nqueens.nim | |
+4 −0 | config.nims | |
+6 −3 | examples/e01_simple_tasks.nim | |
+1 −1 | examples/e02_parallel_pi.nim | |
+4 −0 | nimble.lock | |
+2 −2 | taskpools.nim | |
+28 −28 | taskpools.nimble | |
+1 −1 | taskpools/ast_utils.nim | |
+36 −50 | taskpools/channels_spsc_single.nim | |
+5 −7 | taskpools/chase_lev_deques.nim | |
+4 −6 | taskpools/event_notifiers.nim | |
+9 −10 | taskpools/flowvars.nim | |
+0 −12 | taskpools/shims_pre_1_6/README.md | |
+0 −54 | taskpools/shims_pre_1_6/effecttraits.nim | |
+0 −50 | taskpools/shims_pre_1_6/isolation.nim | |
+11 −24 | taskpools/taskpools.nim | |
+29 −48 | taskpools/tasks.nim |
Submodule nim-web3
updated
13 files
+3 −3 | .github/workflows/ci.yml | |
+1 −1 | tests/all_tests.nim | |
+56 −0 | tests/test_json_marshalling.nim | |
+0 −47 | tests/test_quantity.nim | |
+7 −3 | web3.nim | |
+2 −8 | web3.nimble | |
+4 −3 | web3/conversions.nim | |
+1 −1 | web3/encoding.nim | |
+22 −2 | web3/engine_api.nim | |
+10 −4 | web3/engine_api_callsigs.nim | |
+28 −11 | web3/engine_api_types.nim | |
+1 −1 | web3/ethhexstrings.nim | |
+84 −51 | web3/ethtypes.nim |
Submodule nimbus-eth2
updated
380 files
Submodule nimcrypto
updated
15 files
+3 −3 | .github/workflows/ci.yml | |
+10 −8 | nimcrypto.nimble | |
+58 −58 | nimcrypto/bcmode.nim | |
+6 −6 | nimcrypto/blake2.nim | |
+10 −10 | nimcrypto/blowfish.nim | |
+10 −10 | nimcrypto/hmac.nim | |
+6 −6 | nimcrypto/keccak.nim | |
+10 −10 | nimcrypto/rijndael.nim | |
+4 −4 | nimcrypto/ripemd.nim | |
+4 −4 | nimcrypto/sha.nim | |
+4 −4 | nimcrypto/sha2.nim | |
+14 −14 | nimcrypto/twofish.nim | |
+4 −8 | nimcrypto/utils.nim | |
+5 −3 | tests/bootstrap.bat | |
+5 −3 | tests/bootstrap.sh |
Submodule portal-spec-tests
updated
5 files