Commit Graph

8682 Commits

Author SHA1 Message Date
tycho garen f8711e5a85 fix lint 2022-06-24 14:47:10 -04:00
tycho garen 74201bef54 e2e: full matrix for mempool testing 2022-06-24 14:34:15 -04:00
tycho garen f72b36916e cleanup 2022-06-24 14:17:26 -04:00
Sam Kleinman 55334b3c1f Merge branch 'v0.34.x' into bez/v0.34.x-prioritized-mempool 2022-06-24 14:01:50 -04:00
Jasmina Malicevic b83cc0aeda makefile: buf setup backport v0.34 (#8863) 2022-06-24 13:58:25 -04:00
Jasmina Malicevic 6d69a6da21 Updated makefile 2022-06-24 11:23:19 +02:00
Jasmina Malicevic e371df5422 Fixed linter 2022-06-24 10:54:45 +02:00
Jasmina Malicevic 4c16b822ef fixed linter errors 2022-06-24 10:51:17 +02:00
Jasmina Malicevic 4a96bad48e Added priority mempool to ci testnet 2022-06-24 10:16:34 +02:00
Jasmina Malicevic 7cd4577a1c Applied PR comments 2022-06-24 10:07:38 +02:00
Jasmina Malicevic 26853de2ec Merge remote-tracking branch 'origin/v0.34.x' into priority_mempool_backport 2022-06-23 23:03:10 +02:00
Jasmina Malicevic 2209fa6701 attempt to fix proto 2022-06-23 22:41:37 +02:00
Jasmina Malicevic 4b36c5d16d attempt to fix proto 2022-06-23 22:33:41 +02:00
Jasmina Malicevic 2b8ba3dfcf attempt to fix proto 2022-06-23 22:31:11 +02:00
Joe Abbey 4a1df4911d fix: "Lazy" Stringers to defer Sprintf and Hash until logs print (#8845) 2022-06-23 14:56:34 -04:00
Jasmina Malicevic cfd807ae58 Changed buf version 2022-06-23 18:04:54 +02:00
Jasmina Malicevic e39807dc61 attempted fix of protobuf 2022-06-23 17:49:43 +02:00
Jasmina Malicevic b55ff17074 Reverted default mempool to be fifo 2022-06-23 17:21:37 +02:00
Jasmina Malicevic 6428be6ff8 Merge branch 'v0.34.x' into bez/v0.34.x-prioritized-mempool 2022-06-23 16:47:59 +02:00
Jasmina Malicevic a3cc3d98b9 makefile: change buf to use tools.go ; backport v0.34 (#8852)
* makefile: update buf commands to use tools.go (#8609)

This will keep the version of `buf` consistent between all developer machines.
2022-06-23 16:47:44 +02:00
Jasmina Malicevic d6ff06637d fixed bug in e2e 2022-06-23 16:44:39 +02:00
Jasmina Malicevic 6bdb1d3587 fixed formatting 2022-06-23 16:37:48 +02:00
Jasmina Malicevic fdb399f0ed e2e adapted to mempool v1; prio pool is default now 2022-06-23 16:24:51 +02:00
Jasmina Malicevic f2ab32e055 Fixed linter 2022-06-22 18:15:20 +02:00
Jasmina Malicevic c5491279cd Merge branch 'v0.34.x' into bez/v0.34.x-prioritized-mempool 2022-06-22 17:59:12 +02:00
Jasmina Malicevic 1d9089b423 Fix fuzz test for priority mempool 2022-06-22 17:57:46 +02:00
Jasmina Malicevic f7f4d16bd7 Test improvements 2022-06-22 17:11:55 +02:00
Jasmina Malicevic 69eed50ee3 Fixed consensus mempool test, fuzz testdata, del backup 2022-06-22 13:27:51 +02:00
mergify[bot] fe024521ef cmd: add tool for compaction of goleveldb (backport #8564) (#8674) 2022-06-21 23:04:58 +02:00
Callum Waters 50567a4d1d add v1 reactor tests 2022-06-21 21:39:15 +02:00
dependabot[bot] 02def9ca64 build(deps): Bump github.com/spf13/cobra from 1.4.0 to 1.5.0 (#8810)
Bumps [github.com/spf13/cobra](https://github.com/spf13/cobra) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/spf13/cobra/releases)
- [Commits](https://github.com/spf13/cobra/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/spf13/cobra
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 14:42:30 -04:00
dependabot[bot] ce2409f3ff build(deps): Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 (#8809)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.2 to 1.7.4.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.2...v1.7.4)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-21 11:14:07 -07:00
Callum Waters ef8dc4809b Merge branch 'v0.34.x' into bez/v0.34.x-prioritized-mempool 2022-06-21 15:33:43 +02:00
Callum Waters c25cd0a896 add reactor tests 2022-06-21 15:33:15 +02:00
Jasmina Malicevic 5eb677dec1 Fixed fifo mempool tests 2022-06-21 13:03:43 +02:00
dependabot[bot] 30915e9337 build(deps): Bump github.com/adlio/schema from 1.3.0 to 1.3.3 (#8799)
Bumps [github.com/adlio/schema](https://github.com/adlio/schema) from 1.3.0 to 1.3.3.
- [Release notes](https://github.com/adlio/schema/releases)
- [Commits](https://github.com/adlio/schema/compare/v1.3.0...v1.3.3)

---
updated-dependencies:
- dependency-name: github.com/adlio/schema
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-20 07:58:56 -04:00
Jasmina Malicevic e5c5db7f5b Updated mocks 2022-06-17 11:46:54 +02:00
Jasmina Malicevic 5d6185634d Fixed build errors; tests not passing 2022-06-17 11:41:14 +02:00
Aleksandr Bezobchuk 7d7b99099a updates 2022-06-14 14:51:52 -04:00
Aleksandr Bezobchuk 912f4fde30 updates 2022-06-14 14:06:24 -04:00
Aleksandr Bezobchuk e4d3edaf87 updates 2022-06-14 14:02:47 -04:00
Aleksandr Bezobchuk 726b346b95 updates 2022-06-14 13:51:30 -04:00
Aleksandr Bezobchuk 70bff85065 updates 2022-06-14 13:47:50 -04:00
Aleksandr Bezobchuk a571275392 updates 2022-06-14 10:44:41 -04:00
Aleksandr Bezobchuk be56f1dd7c updates 2022-06-14 10:30:57 -04:00
Aleksandr Bezobchuk d33b440098 updates 2022-06-14 10:24:27 -04:00
Aleksandr Bezobchuk fee86dd29b Merge branch 'v0.34.x' into bez/v0.34.x-prioritized-mempool 2022-06-14 10:11:22 -04:00
M. J. Fromberger 8a7affe3a0 Update default config docs for PSQL indexer settings. (#8728) 2022-06-08 13:59:49 -07:00
dependabot[bot] 851f404305 build(deps): Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 (#8709)
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.7.1 to 1.7.2.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](https://github.com/stretchr/testify/compare/v1.7.1...v1.7.2)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 04:59:20 -04:00
Aleksandr Bezobchuk 5405271493 updates 2022-06-06 12:21:56 -04:00