-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Utility] Session Interface - GetSession
Implementation (1st iteration)
#683
Commits on Apr 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c473aea - Browse repository at this point
Copy the full SHA c473aeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0f7269 - Browse repository at this point
Copy the full SHA c0f7269View commit details
Commits on Apr 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 11353f7 - Browse repository at this point
Copy the full SHA 11353f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 363f4ac - Browse repository at this point
Copy the full SHA 363f4acView commit details -
Configuration menu - View commit details
-
Copy full SHA for fc0f1f5 - Browse repository at this point
Copy the full SHA fc0f1f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7eff6f1 - Browse repository at this point
Copy the full SHA 7eff6f1View commit details
Commits on Apr 13, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 74f11be - Browse repository at this point
Copy the full SHA 74f11beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f4cbbc - Browse repository at this point
Copy the full SHA 4f4cbbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b096bf - Browse repository at this point
Copy the full SHA 4b096bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0bf2d75 - Browse repository at this point
Copy the full SHA 0bf2d75View commit details
Commits on Apr 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 6c04122 - Browse repository at this point
Copy the full SHA 6c04122View commit details -
Configuration menu - View commit details
-
Copy full SHA for c913c6d - Browse repository at this point
Copy the full SHA c913c6dView commit details
Commits on Apr 15, 2023
-
Configuration menu - View commit details
-
Copy full SHA for bfceded - Browse repository at this point
Copy the full SHA bfcededView commit details
Commits on Apr 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 96fe1a2 - Browse repository at this point
Copy the full SHA 96fe1a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2eb3c62 - Browse repository at this point
Copy the full SHA 2eb3c62View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42c59ec - Browse repository at this point
Copy the full SHA 42c59ecView commit details
Commits on Apr 18, 2023
-
Configuration menu - View commit details
-
Copy full SHA for ee5b3f4 - Browse repository at this point
Copy the full SHA ee5b3f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50ccff3 - Browse repository at this point
Copy the full SHA 50ccff3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830c72a - Browse repository at this point
Copy the full SHA 830c72aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 88a36b7 - Browse repository at this point
Copy the full SHA 88a36b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 99b25a3 - Browse repository at this point
Copy the full SHA 99b25a3View commit details
Commits on Apr 19, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 23f74dd - Browse repository at this point
Copy the full SHA 23f74ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3fa7ac3 - Browse repository at this point
Copy the full SHA 3fa7ac3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc15ba1 - Browse repository at this point
Copy the full SHA cc15ba1View commit details
Commits on Apr 20, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 42bc9f6 - Browse repository at this point
Copy the full SHA 42bc9f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede4821 - Browse repository at this point
Copy the full SHA ede4821View commit details
Commits on Apr 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4caac93 - Browse repository at this point
Copy the full SHA 4caac93View commit details -
Configuration menu - View commit details
-
Copy full SHA for c723b33 - Browse repository at this point
Copy the full SHA c723b33View commit details -
Configuration menu - View commit details
-
Copy full SHA for e108e03 - Browse repository at this point
Copy the full SHA e108e03View commit details -
Configuration menu - View commit details
-
Copy full SHA for 32bf680 - Browse repository at this point
Copy the full SHA 32bf680View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8688645 - Browse repository at this point
Copy the full SHA 8688645View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7df6c88 - Browse repository at this point
Copy the full SHA 7df6c88View commit details
Commits on Apr 24, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 50d0c71 - Browse repository at this point
Copy the full SHA 50d0c71View commit details
Commits on Apr 26, 2023
-
Co-authored-by: Bryan White <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 424cd54 - Browse repository at this point
Copy the full SHA 424cd54View commit details -
Apply suggestions from code review
Co-authored-by: Bryan White <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6c4d3ce - Browse repository at this point
Copy the full SHA 6c4d3ceView commit details
Commits on Apr 27, 2023
-
Update utility/session_test.go
Co-authored-by: Bryan White <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 6f26138 - Browse repository at this point
Copy the full SHA 6f26138View commit details -
[Makefile] fixes the localnet_db_cli target (#700)
## Description #658 changed how Postgres instances are handled and assigned to Validators in the LocalNet, which broke the Make target specified for grabbing a shell to the LocalNet database. This PR fixes the command to target the Postgres instance for validator-001 by default, since validator-001 used for other tasks by default. ## Type of change Please mark the relevant option(s): - [ ] New feature, functionality or library - [x] Bug fix - [ ] Code health or cleanup - [ ] Major breaking change - [ ] Documentation - [ ] Other ## List of changes - Changes `make localnet_db_cli` to target the Postgres instance that `validator001` uses. ## Testing - [x] `make test_e2e` - [x] `make localnet_db_cli` produces a CLI shell to validator001's Postgres - [x] `make develop_test`; if any code changes were made - [ ] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [x] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made ## Required Checklist - [x] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [x] I have tested my changes using the available tooling - [x] I have updated the corresponding CHANGELOG ### If Applicable Checklist - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Configuration menu - View commit details
-
Copy full SHA for 547d4b2 - Browse repository at this point
Copy the full SHA 547d4b2View commit details -
[E2E] adds in-cluster config for E2E tests (#689)
<!-- REMOVE this comment block after following the instructions 1. Make the title of the PR is descriptive and follows this format: `[<Module>] <DESCRIPTION>` 2. Update the _Assigness_, _Labels_, _Projects_, _Milestone_ before submitting the PR for review. 3. Add label(s) for the purpose (e.g. `persistence`) and, if applicable, priority (e.g. `low`) labels as well. --> Adds In-Cluster configuration support for the cluster-manager so that DevNet can run E2E tests. Related to #582 Please mark the relevant option(s): - [x] New feature, functionality or library - [ ] Bug fix - [ ] Code health or cleanup - [ ] Major breaking change - [x] Documentation - [ ] Other <!-- add details here if it a different type of change --> - Cluster-manager now attempts to use an InCluster config if it can't find one at the default `.kube` config location. - It uses this configuration to run the E2E tests in DevNet. - [x] `make develop_test`; if any code changes were made - [ ] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [x] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made <!-- REMOVE this comment block after following the instructions If you added additional tests or infrastructure, describe it here. Bonus points for images and videos or gifs. --> - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [ ] I have tested my changes using the available tooling - [ ] I have updated the corresponding CHANGELOG - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Configuration menu - View commit details
-
Copy full SHA for f3a545e - Browse repository at this point
Copy the full SHA f3a545eView commit details -
[Docs] Update shared module creation (#693)
Incorporates #643 into the shared modules readme. Fixes #642 Please mark the relevant option(s): - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Major breaking change - [x] Documentation - [ ] Other <!-- add details here if it a different type of change --> - Updates shared module readme - Adds `rainTeeFactory` type & compile-time enforcement - [ ] `make develop_test`; if any code changes were made - [ ] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [ ] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [ ] I have tested my changes using the available tooling - [ ] I have updated the corresponding CHANGELOG - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Configuration menu - View commit details
-
Copy full SHA for efba9a6 - Browse repository at this point
Copy the full SHA efba9a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 673fccb - Browse repository at this point
Copy the full SHA 673fccbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 565f0b7 - Browse repository at this point
Copy the full SHA 565f0b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f072f2 - Browse repository at this point
Copy the full SHA 5f072f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aebd770 - Browse repository at this point
Copy the full SHA aebd770View commit details -
Configuration menu - View commit details
-
Copy full SHA for 664abf7 - Browse repository at this point
Copy the full SHA 664abf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4607f7e - Browse repository at this point
Copy the full SHA 4607f7eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c824948 - Browse repository at this point
Copy the full SHA c824948View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf2f6e0 - Browse repository at this point
Copy the full SHA cf2f6e0View commit details
Commits on Apr 28, 2023
-
Co-authored-by: Bryan White <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for d0d3463 - Browse repository at this point
Copy the full SHA d0d3463View commit details -
Update utility/session_test.go
Co-authored-by: Bryan White <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 2e92fd2 - Browse repository at this point
Copy the full SHA 2e92fd2View commit details -
[P2P] chore: remove unnecessary
stdnetwork
package (#703)Removes the unneeded `stdnetwork` package. Covers removal goal of #266. The simplification goal is tracked by #553. TLDR; should close #266. Please mark the relevant option(s): - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Major breaking change - [ ] Documentation - [ ] Other <!-- add details here if it a different type of change --> - Removed unneeded `stdnetwork` package - Removed unneeded `use_rain_tree` P2P config field - [ ] `make develop_test`; if any code changes were made - [x] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [x] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [ ] I have tested my changes using the available tooling - [ ] I have updated the corresponding CHANGELOG - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Configuration menu - View commit details
-
Copy full SHA for b83efc7 - Browse repository at this point
Copy the full SHA b83efc7View commit details -
[P2P] refactor: rename "network" to "router" (#704)
## Description Refactors everything in the P2P module which previously referred to a "network" to instead be thought of as a "router". This begins with the `typesP2P.Network` interface and the changes propagates down from there, through implementations and into variable names, tests, etc. ## Issue Fixes #<issue_number> ## Type of change Please mark the relevant option(s): - [ ] New feature, functionality or library - [ ] Bug fix - [x] Code health or cleanup - [ ] Major breaking change - [ ] Documentation - [ ] Other <!-- add details here if it a different type of change --> ## List of changes - Renamed `Network` interface to `Router` - Shortened `Router#NetworkBroadcast` to `#Broadcast` - Shortened `Router#NetworkSend` to `#Send` - Shortened `Router#networkSendInternal` to `#sendInternal` - Shortened `Router#networkBroadcastAtLevel` to `#broadcastAtLevel` - Renamed `rainTreeNetwork` to `rainTreeRouter` - Renamed `rainTreeNetwork` method receivers - Renamed `p2pModule#network` to `#router` - Renamed `p2pModule#setupNetwork()` to `#setupRouter()` - Renamed config var in `rainTreeRouter#Create` - Renamed router logger - Renamed `NewRainTreeNetwork()` to `NewRainTreeRouter()` - Refactored peers_manager_test.go - Refactored network_test.go - Simplified p2p module/router config handoff - Updated debug logging ## Testing - [ ] `make develop_test`; if any code changes were made - [ ] [Docker Compose LocalNet](https://github.com/pokt-network/pocket/blob/main/docs/development/README.md); if any major functionality was changed or introduced - [ ] [k8s LocalNet](https://github.com/pokt-network/pocket/blob/main/build/localnet/README.md); if any infrastructure or configuration changes were made ## Required Checklist - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added, or updated, [`godoc` format comments](https://go.dev/blog/godoc) on touched members (see: [tip.golang.org/doc/comment](https://tip.golang.org/doc/comment)) - [ ] I have tested my changes using the available tooling - [ ] I have updated the corresponding CHANGELOG ### If Applicable Checklist - [ ] I have updated the corresponding README(s); local and/or global - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I have added, or updated, [mermaid.js](https://mermaid-js.github.io) diagrams in the corresponding README(s) - [ ] I have added, or updated, documentation and [mermaid.js](https://mermaid-js.github.io) diagrams in `shared/docs/*` if I updated `shared/*`README(s)
Configuration menu - View commit details
-
Copy full SHA for c2e2c9a - Browse repository at this point
Copy the full SHA c2e2c9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66a8940 - Browse repository at this point
Copy the full SHA 66a8940View commit details -
Configuration menu - View commit details
-
Copy full SHA for e26608a - Browse repository at this point
Copy the full SHA e26608aView commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ac25e - Browse repository at this point
Copy the full SHA e4ac25eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b92e5 - Browse repository at this point
Copy the full SHA 50b92e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d06787e - Browse repository at this point
Copy the full SHA d06787eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 42d69bc - Browse repository at this point
Copy the full SHA 42d69bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for e2864b8 - Browse repository at this point
Copy the full SHA e2864b8View commit details