Casey Gardiner
fa9bc17013
Bump github.com/btcsuite/btcd from 0.21.0-beta to 0.23.2 ( #4327 ) ( #4329 )
...
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd ) from 0.21.0-beta to 0.23.2.
- [Release notes](https://github.com/btcsuite/btcd/releases )
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES )
- [Commits](https://github.com/btcsuite/btcd/compare/v0.21.0-beta...v0.23.2 )
---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
9d466b8f3b
Bump github.com/btcsuite/btcd from 0.21.0-beta to 0.23.2 ( #4327 )
...
Bumps [github.com/btcsuite/btcd](https://github.com/btcsuite/btcd ) from 0.21.0-beta to 0.23.2.
- [Release notes](https://github.com/btcsuite/btcd/releases )
- [Changelog](https://github.com/btcsuite/btcd/blob/master/CHANGES )
- [Commits](https://github.com/btcsuite/btcd/compare/v0.21.0-beta...v0.23.2 )
---
updated-dependencies:
- dependency-name: github.com/btcsuite/btcd
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Casey Gardiner
8601b26470
Bump github.com/aws/aws-sdk-go from 1.30.1 to 1.33.0 ( #4325 ) ( #4328 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.30.1 to 1.33.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.33.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.30.1...v1.33.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
dependabot[bot]
30d18c7074
Bump github.com/aws/aws-sdk-go from 1.30.1 to 1.33.0 ( #4325 )
...
Bumps [github.com/aws/aws-sdk-go](https://github.com/aws/aws-sdk-go ) from 1.30.1 to 1.33.0.
- [Release notes](https://github.com/aws/aws-sdk-go/releases )
- [Changelog](https://github.com/aws/aws-sdk-go/blob/v1.33.0/CHANGELOG.md )
- [Commits](https://github.com/aws/aws-sdk-go/compare/v1.30.1...v1.33.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Gheis
54742e73e1
staged dns sync v1.0 ( #4316 )
...
* staged dns sync v1.0
* enabled stream downloader for localnet
* fix code review issues
* remove extra lock
Co-authored-by: “GheisMohammadi” <“Gheis.Mohammadi@gmail.com”>
2 years ago
Gheis
8d3be78cc7
bump libp2p to version 0.24.0 and update its dependencies and relevant tests ( #4315 )
...
* Removed legacy syncing peer provider. (#4260 )
* Removed legacy syncing peer provider.
* Fix localnet.
* Fix migrate version.
* Rebased on main.
* Fix formatting.
* Remove blockchain dependency from engine. (#4310 )
* Consensus doesn't require anymore `Node` as a circular dependency.
* Rebased upon main.
* Removed engine beacon chain dependency.
* Fixed nil error.
* Fixed error.
* bump libp2p to version 0.24.0 and update its dependencies and relevant tests
* fix format, remove wrongly added configs
* add back wrongly deleted comment
* fix travis go checker
Co-authored-by: Konstantin <355847+Frozen@users.noreply.github.com>
Co-authored-by: “GheisMohammadi” <“Gheis.Mohammadi@gmail.com”>
2 years ago
Lutty
2ec4ccf9ee
rebase
2 years ago
lutty
720f9a6a02
tested tikv code
2 years ago
Konstantin
3175d8aab3
Bump go1.18. ( #4107 )
...
* Bump go1.18.
* Build tags.
* Go vet errors fix.
* Fix imports.
* Fix imports.
* Fix go vet.
* Fix protobuf.
* Fix file gen.
* Fix tools.
* Travis fix.
* Travis fix.
* Travis fix.
* Fix dependency.
* Clean up.
* Fix rosetta test.
* Add comment to run tests.
* Add comment to run tests.
* 1.18.2
* Fix rosetta script.
* Fix docker version.
* Fix imports.
* Fix formatting.
* Fix formatting.
Co-authored-by: Konstantin <k.potapov@softpro.com>
2 years ago
Ian Denhardt
67cb4d9617
Increment version on dependency, to fix build on go 1.18 ( #4134 )
...
The version of the reflect2 library we were pulling in (transitively,
via json-iterator) segfaults on go 1.18, due to some use of the unsafe
package that is not portable accross version; I was seeing this manifest
not long after running `make debug`.
The problem is fixed in the latest version, and similarly the latest
version of json-iterator depends on the fixed version. So, this patch
updates to the latest version to get he fix.
3 years ago
Konstantin
97eb8d972f
Go vet fixed.
3 years ago
Lutty
4f7cd536df
fix go imports and go mod
3 years ago
Lutty
1b26695112
fix go imports and go mod
3 years ago
Jacky Wang
6ca07108b4
[p2p] fix the streamm ID
3 years ago
Leo Chen
42ef9bd745
fix build in v4
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Leo Chen
98da66602f
[go] add go.sum
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Leo Chen
8f49e4f8de
[rosetta] update rosetta sdk to 0.7.0
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Leo Chen
cd60f9b6ce
[go] update several libp2p modules
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Leo Chen
380ca11923
[go] update several libp2p modules
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Leo Chen
5ed3a539c0
[misc] updated go.mod
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
harjas
bbf6c0bec1
Update go mod
3 years ago
harjas
ff8e9d00cf
update dependencies
3 years ago
harjas
6f39fafdb0
include rpc from go-eth
3 years ago
gab-nando
e08fd4199f
Add flag to allow configuring log rotation via lumberjack ( #3889 )
...
* Add flag to allow configuring log rotation via lumberjack
3 years ago
Leo Chen
ef81572f14
[epoch] support HIP-6 and HIP-8 ( #3886 )
...
* HIP-6: increase external voting power to 51%
* HIP-8: increase external slots to 900
* never enable for local net
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
MathxH Chen
e58fddd264
[p2p] Fix libp2p version lead the consensus issue ( #3868 )
...
* revert libp2p version
* Revert "[p2p] Remove DiscConcurrency code (#3865 )"
3 years ago
MathxH Chen
1ed74476ad
[p2p] Upgrade libp2p stack ( #3832 )
3 years ago
niklr
7af5cdd864
Update pprof module extension
3 years ago
MathxH Chen
1c363c73f4
[DO NOT MERGE] [p2p] Reduce memory and CPU usage of libp2p ( #3808 )
...
* Reduce queryPeer calls frequency
* Fix option_test
3 years ago
MathxH Chen
b8cd520927
[p2p] Try to fix P2P memory issue ( #3795 )
...
* [p2p] Fix context leak in resolveMultiAddr
* [p2p] upgrade go-libp2p-kad-dht to v0.12.1
* [p2p] Upgrade entire libp2p stack
3 years ago
Jacky Wang
63ffc86bea
Explorer db schema ( #3790 )
...
* [explorer] added a lot of code
* [explorer] added a lot of code
* [explorer] more adding
* [explorer] clean up and more code added
* [explorer] fixes according to test results
* [explorer] changed leveldb params, batch size, and a dirty data fix
* [explorer] fix on dirty data, fix on HasPendingTasks, and increase worker number
* [explorer] fix for contract creation
* [explorer] fixed local travis test
3 years ago
Leo Chen
c0414bd105
[go.mod] fixed by go mod tidy
...
Signed-off-by: Leo Chen <leo@harmony.one>
3 years ago
Peter Chung
84bb6f405d
revert unnecessary upgrade of go-toml
4 years ago
Peter Chung
fe4361fbf1
[cmd] add config migration 2.1.0
...
- add harmonyconfig.FlagSliceToLogVerbosePrints
- rename --verbose-prints to --log.verbose-prints
- add detailed usage
4 years ago
xiaohuo
b07d47d521
feat(rosetta): implement call endpoint
4 years ago
MathxH Chen
5e09b89322
[rpc] Add Rate Limiter and cache for RPCs ( #3711 )
...
* Fix 1.0.4 migration func for rate limiter
4 years ago
Alex Chen
d1fc8f8417
Fix json decoder
...
replace std json to json Iter
Fix CI failure
4 years ago
Leo Chen
62745205d8
[go.mod] upgrade libp2p to 0.14
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
Alex Chen
45b90e9b3b
upgrade go version to 1.16
4 years ago
Jacky Wang
e08c2ce41e
[stream] added rate limiter ( #3553 )
...
* [stream] added a length bytes to the start of p2p base stream
* [stream] added stream manager module
* [stream] added rate limiter
* [stream] added removeStream handling in ratelimiter and added test cases
Co-authored-by: Rongjian Lan <rongjian.lan@gmail.com>
4 years ago
Jacky Wang
3d6858aba5
[P2P] Added functionality to Host for stream, replaced networkInfo service. ( #3534 )
...
1. Added some functionality to HostV2 for stream support.
2. Added new module discovery under p2p host to replace the networkInfo service.
3. Make dht datastore badger only active on bootstrap nodes. For normal nodes, badger is disabled by default. It can also be enabled by flags.
Co-authored-by: Rongjian Lan <rongjian.lan@gmail.com>
4 years ago
Leo Chen
c6ccc403b6
[abi] use harmony/common/math
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
Leo Chen
f5bc71f57b
[go.mod] update go-ethereum to 1.9.25
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
Leo Chen
3c213eb70c
[go.mod] libp2p upgrade
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
Leo Chen
b8bacaf8c2
[go.mod] upgrade go-libp2p to 0.12.0
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
Leo Chen
6444b599df
[bootnode] support dnsaddr in bootnode
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
PeekPI
3237f43adc
[RPC] Add javascript engine 'duktape' to tracer module ( #3461 )
...
* add js engine 'duktape' to tracer module
* fixes test error
Co-authored-by: Rongjian Lan <rongjian.lan@gmail.com>
4 years ago
Leo Chen
b4af9bffdd
[prometheus] initial support of prometheus metrics
...
Signed-off-by: Leo Chen <leo@harmony.one>
4 years ago
peekpi
23fd7afa4a
add js engine 'duktape' to tracer module
4 years ago
Daniel Van Der Maden
46bbe89408
[rosetta] Update to v1.4.6 of rosetta SDK
...
* Set rosetta release version
Signed-off-by: Daniel Van Der Maden <dvandermaden0@berkeley.edu>
4 years ago