You need to sign in or sign up before continuing.
- Nov 06, 2023
-
-
Ethan Reesor authored
-
Ethan Reesor authored
Fix badger [#3478] Closes #3478 See merge request !972
-
Ethan Reesor authored
Closes #3478. Fixes an issue that causes Badger to retain old key-value versions. Changelog: fix
-
- Nov 05, 2023
-
-
Ethan Reesor authored
Timestamp service [#3175] Closes #3175 See merge request !970
-
Ethan Reesor authored
Closes #3175. Adds a timestamp service to the API gateway's HTTP handler. Changelog: feature
-
Ethan Reesor authored
Push-style anchor healing [#3423] Closes #3423 See merge request !965
-
Ethan Reesor authored
Closes #3423. Adds push-style anchor healing, to be run on the nodes themselves. Moves anchor submission to a new component: the conductor. Changelog: fix
-
Ethan Reesor authored
Hard-code peers for mainnet [#3472] Closes #3472 See merge request !971
-
Ethan Reesor authored
Closes #3472. Implements dumb dialing, using hard-coded peers for MainNet. Changelog: hack
-
Ethan Reesor authored
Fix querier panic [#3467] Closes #3467 See merge request !969
-
Ethan Reesor authored
Closes #3467. Fixes a panic in the querier service. Changelog: fix
-
Ethan Reesor authored
Track failed connection attempts [#3466] Closes #3466 See merge request !968
-
Ethan Reesor authored
Closes #3466. Updates the persistent peer tracker to track how many times a peer has been marked bad and prioritize those that have not been marked bad. Changelog: fix
-
Ethan Reesor authored
Fix supply issue in simulator [#3464] Closes #3464 See merge request !966
-
Ethan Reesor authored
* Closes #3464. Sets the supply to 1M ACME by default to prevent negative supply issues. * Refactors the snapshot indexer to allow mmap to be disabled due to [a bug in rr](https://github.com/rr-debugger/rr/issues/3635). * Panics if batch commit fails, since that is a fatal error and if returned it can be masked. Changelog: fix
-
- Nov 01, 2023
-
-
Ethan Reesor authored
-
- Oct 30, 2023
-
-
Ethan Reesor authored
Fix prometheus metrics [#3463] Closes #3463 See merge request !964
-
Ethan Reesor authored
Closes #3463. Updates initialization and bootup to ensure the two parts of a dual-mode node use different Prometheus namespaces so that metrics can be enabled on bpth. Changelog: fix
-
Ethan Reesor authored
REST API [#3450] Closes #3450 See merge request !962
-
Ethan Reesor authored
Closes #3450. Implements a REST API with the following endpoints: - `GET /query/:id` - `GET /query/:id/chain` - `GET /query/:id/chain/:name` - `GET /query/:id/chain/:name/index/:index` - `GET /query/:id/chain/:name/entry/:entry` - `GET /query/:id/data` - `GET /query/:id/data/index/:index` - `GET /query/:id/data/entry/:entry` - `GET /query/:id/directory` - `GET /query/:id/pending` - `GET /block/minor` - `GET /block/minor/:index` - `GET /block/major` - `GET /block/major/:index` - `GET /search/:id/anchor/:value` - `GET /search/:id/publicKey/:value` - `GET /search/:id/publicKeyHash/:value` - `GET /search/:id/delegate/:value` - `GET /search/:id/messageHash/:value` - `GET /node/info` - `GET /node/services` - `GET /consensus/status` - `GET /network/status` - `GET /metrics` - `POST /submit` - `POST /validate` - `POST /faucet` Changelog: feature
-
Ethan Reesor authored
Return the latest block time [#3447] Closes #3447 See merge request !963
-
Ethan Reesor authored
Closes #3447. Updates the querier to add the latest block time (from the consensus layer) to the query response. Changelog: feature
-
Ethan Reesor authored
User-specified transaction expiration [#3462] Closes #3462 See merge request !961
-
Ethan Reesor authored
Closes #3462. Allows the initiator of a transaction to specify a time after which it expires, earlier than the normal 2 week period. Changelog: feature
-
- Oct 24, 2023
-
-
Ethan Reesor authored
Reject invalid authorities [#3458] Closes #3458 See merge request !957
-
Ethan Reesor authored
Closes #3458. Rejects the transaction if a required authority does not exist or is not an authority. Changelog: feature
-
Ethan Reesor authored
Fix local routing [#3461] Closes #3461 See merge request !960
-
Ethan Reesor authored
Closes #3461. Fixes a bug in how requests are routed when querying a node's JSON-RPC transport. Changelog: fix
-
Ethan Reesor authored
Inherit authority [#3459] Closes #3459 See merge request !959
-
Ethan Reesor authored
Closes #3459. Adds the ability to inherit authority from an ancestor identity. Updates creation transactions to leave the authority set empty (inherited) by default. Allows the last authority of a non-root account to be removed. Changelog: feature
-
Ethan Reesor authored
Add BPT chain [#3453] Closes #3453 See merge request !958
-
Ethan Reesor authored
Closes #3453. During begin block, adds the previous block's BPT root hash to the new BPT chain. Changelog: feature
-
Ethan Reesor authored
Add additional transaction authorities [#3457] Closes #3457 See merge request !956
-
Ethan Reesor authored
Closes #3457. Adds the ability to specify additional authorities that are required to sign a transaction. Changelog: feature
-
Ethan Reesor authored
Reduce sub-ADI cost [#3455] Closes #3455 See merge request !955
-
Ethan Reesor authored
Closes #3455. Reduces the cost of sub-ADI creation. Changelog: feature
-
Ethan Reesor authored
Add signature memos [#3454] Closes #3454 See merge request !954
-
Ethan Reesor authored
Closes #3454. Adds memo and metadata fields to signatures (excluding legacy types). Changelog: feature
-
Ethan Reesor authored
-
Ethan Reesor authored
-