Commit Graph

312 Commits

Author SHA1 Message Date
wileyj
d99bc2fb0d change --config= to --config 2024-01-18 15:33:49 -05:00
wileyj
d18fd97c61 Merge branch 'master' into merge-develop
* master: (24 commits)
  Update location of archive
  update documentation
  renaming items to stacks-core
  remove comment in dockerfile
  address comments in 4079
  spelling error
  Update docker image name
  Add checks/trigger for next/fix typo
  set docker repo name and add tag arg for build
  (3847) - Adding new workflow files
  (3847) - Adding updated files
  (3847) - Removing files
  (3847) - Adding/updating Dockerfiles for ARM arch
  Update README.md
  Add new docker tag to address repo name change
  docs: fix invalid example in docs
  remove missing packags from ci
  fix: address issue in print eval
  fix: fix trait handler and cut release
  chore: add changelog entry for 3784 hotfix
  ...
2023-12-04 13:43:19 -08:00
wileyj
bd35a46bbc update documentation 2023-12-01 12:01:29 -08:00
wileyj
ef07100409 spelling error
Co-authored-by: Charlie <2747302+CharlieC3@users.noreply.github.com>
2023-12-01 12:01:29 -08:00
wileyj
f07190e65a (3847) - Adding updated files 2023-12-01 12:01:29 -08:00
Jude Nelson
501352f5d8 docs: update docs with event observer changes 2023-08-28 11:58:20 -04:00
Jude Nelson
1276dcbb6e docs: describe /stackerdb_chunks endpoint for event observer 2023-08-22 17:59:15 -04:00
Aaron Blankstein
b13350e778 Merge branch 'master' into chore/master-to-develop 2023-07-24 13:41:39 -05:00
Anthony Caccia
65a1fd2f8a doc: fix typo in endpoints 2023-06-23 09:54:38 +02:00
Anthony Caccia
115953c66f doc: add entry in openapi for GET /v2/constant_val 2023-06-15 19:56:29 +02:00
Anthony Caccia
e871ab83c4 doc: add an entry in rpc-endpoints for GET a constant from a contract 2023-06-15 19:25:32 +02:00
pavitthrap
6dbcab0343 Merge branch 'develop' into chore/open-api-nit 2023-06-07 11:32:02 -04:00
wileyj
8a7a371227 Update github action CI workflow (#3199)
* Updating Github Action

- build all release images from binaries
- create checksum of binary artifacts for release
- adds clippy and crate advisory actions
- update all dockerfiles to use ramdisk for building
- separate actions to relevant files
- adds arm64 binaries/docker image
- update all debian builds to use bullseye (latest debian)

* only run btc int tests on default branch

* enable btc int test on develop

* Feat/update ci (#38)

* Updating Github Action

- build all release images from binaries
- create checksum of binary artifacts for release
- adds clippy and crate advisory actions
- update all dockerfiles to use ramdisk for building
- separate actions to relevant files
- adds arm64 binaries/docker image
- update all debian builds to use bullseye (latest debian)

* only run btc int tests on default branch

* final action test

disabled a lot of the long-running tests

* Update ci.yml

* Update ci.yml

* Update bitcoin-tests.yml

* Update bitcoin-tests.yml

* run on push to master (merge)

* Update Github Actions

- build all release images from binaries
- create checksum of binary artifacts for release
- adds clippy and crate advisory actions
- update all dockerfiles to use ramdisk for building
- separate actions to relevant files
- adds arm64 binaries/docker image
- update all debian builds to use bullseye (latest debian)

* adding  build features to dockerfiles

* update repo org to stacks-network

missed a ref to wileyj forked repo

* addressing comments in pr 3199

see https://github.com/stacks-network/stacks-blockchain/pull/3199 for changes requested

* cleaning up docker tags

prevent overwriting of docker image branch tags

* disabling audit workflow

disabling this workflow until we can test further

* Adding a release file

* Update to trigger logic

Updating the logic of how/when builds and releases happen based on comments in PR.
Updated the RELEASING.md file to reflect these changes

* chore: delete circle.yml

CircleCI hasn't been used in 11+ months.

Fixes #3072

* switch repo&owner to var

remove hardcoded value in favor or `GITHUB_REPOSITORY`

* use local workflows

* fix: don't assume that the bitcoin node always gives a non-zero number of headers

* fix: add unit test and change log entry

* fix: Exclude benchmarks from compilation

* fix: Resolve conflicts and the remaining two errors

* clean: remove benchmark files

* fix: use explicit version number

* minor update to reconcile diffs

since some files were renamed, some minor changes had to be made manually here, i.e. fail_ci_if_error: false

* hardcode some vals for testing

* revert

* use org/repo locations for jobs

testing the locally built packages/docker images is successful, this reverts those changes need for testing the resulting artifacts

* Moving file to docs dir

* continue build if unit-tests fail

use current settings from master branch

* 3199 - minor updates for recent upstream changes

---------

Co-authored-by: Diwaker Gupta <15990+diwakergupta@users.noreply.github.com>
Co-authored-by: Jude Nelson <judecn@gmail.com>
Co-authored-by: Stjepan Golemac <stjepan.golemac@gmail.com>
2023-06-06 13:43:41 -07:00
Pavitthra Pandurangan
f66ff8db46 update to openapi.yaml 2023-06-05 12:58:05 -04:00
Aaron Blankstein
73f55526e6 docs: move docs/CONTRIBUTING.md to CONTRIBUTING.md 2023-03-22 10:01:35 -05:00
Aaron Blankstein
18b3b860bc docs: merge CONTRIBUTORS.md and DEVINFO.md into docs/CONTRIBUTING.md 2023-03-22 08:50:04 -05:00
CharlieC3
753aa1a224 chore: update default seed nodes and example config files 2023-03-14 10:11:20 -04:00
Pavitthra Pandurangan
dab5d0bd8e switched from pascal case to camel case 2023-02-03 14:09:23 -05:00
Pavitthra Pandurangan
9911a8d062 added docs, updated field names in json object 2023-02-03 11:29:59 -05:00
Pavitthra Pandurangan
b3fe8d40a7 addressed feedback 2023-02-02 14:56:20 -05:00
Pavitthra Pandurangan
f36473a444 added docs, serialization functions, tests, and json formatting for btc ops is readable 2023-02-01 17:03:11 -05:00
Pavitthra Pandurangan
3d2b3e56b2 wip - add example of stx op to md file 2023-02-01 17:03:04 -05:00
Pavitthra Pandurangan
441ad8fbc4 update event dispatcher md file 2023-02-01 17:02:57 -05:00
Jude Nelson
4e74929095 Merge branch 'develop' into chore/merge-develop-to-next 2022-12-15 09:03:01 -05:00
Jude Nelson
793f8edc8a Merge branch 'master' into chore/merge-master-to-next 2022-12-15 08:53:56 -05:00
wileyj
6954cb48a0 Updating docs
- breaking out sections to ./docs
- adding badges
- updating some text/links
2022-12-07 12:35:19 -08:00
Igor
befeb4b855 move stacks-events to testnet/stacks-node/src 2022-10-01 17:52:44 -07:00
Matthew Little
c23c8fa4ec docs: update OpenAPI schema with the /v2/pox changes 2022-09-13 15:58:30 +02:00
Igor
923b584ea7 updates 2022-08-25 16:09:01 -05:00
wileyj
1d1d6286fe Update for PR comments
- shellcheck adjustments for sysv init script
- launchd/systemd disabled respawn
- updated docs to reflect changes
2022-03-14 14:49:05 -07:00
wileyj
b14f366797 Adding contrib dir
Moving:
- deployment/helm -> contrib/helm
- tools -> contrib/tools
Adding:
- contrib/init/{stacks.init,stacks.service,org.stacks.stacks-blockchain.plist}
- docs/init.md
2022-03-11 20:48:40 -08:00
pavitthrap
f185afd89b Merge branch 'develop' into feat/miner-structured-logging 2022-01-06 12:03:33 -05:00
pavitthrap
cfd0e68bf1 Merge branch 'develop' into fix/rpc-tip 2021-12-16 17:54:48 -05:00
Pavitthra Pandurangan
467c52b3bc Added documentation for new mined_microblocks event 2021-12-16 17:31:55 -05:00
Jude Nelson
2415bbb5d6 Merge branch 'develop' into feat/appchain-network-improvements 2021-12-06 16:47:04 -05:00
Pavitthra Pandurangan
7661d030c5 Removed mentions of use_latest_tip parameter, returning a NotFound http response if the chain tip can't be loaded for an rpc request 2021-12-01 16:55:36 -05:00
pavitthrap
713968e9d8 Merge branch 'develop' into fix/rpc-tip 2021-12-01 15:13:39 -05:00
pavitthrap
946c8da5ab Merge branch 'develop' into fix/rpc-tip 2021-11-17 14:45:55 +05:30
Aaron Blankstein
b1291dac21 docs: add reference for the event dispatcher changes 2021-11-10 10:40:30 -06:00
Aaron Blankstein
cbc9a8a416 update scalar value docs, make neon run loop a little less chatty 2021-10-20 11:44:52 -05:00
Aaron Blankstein
d7da3014a0 use estimations array, address PR feedback, check minimum relay fees 2021-10-20 09:47:35 -05:00
Aaron Blankstein
fef1a8a489 Merge branch 'feat/miner-rate-eval' into feat/fee-rate-rpc 2021-10-18 08:38:35 -05:00
Aaron Blankstein
903fdda982 address PR feedback 2021-10-15 16:36:08 -05:00
Aaron Blankstein
3b0033a03a fix open api docs 2021-10-13 15:06:10 -05:00
Aaron Blankstein
c511fd5332 use arrays for fee estimates, fix test build 2021-10-13 14:49:49 -05:00
Aaron Blankstein
1dfd21a250 tests and documentation for the fee estimate endpoint 2021-10-13 10:19:23 -05:00
Jude Nelson
9d1fd436f8 docs: add documentation for /v2/headers and /v2/data_var 2021-10-01 16:20:32 -04:00
Pavitthra Pandurangan
4943f66a86 Fixed integration test and openapi syntax 2021-09-27 12:41:38 -04:00
Pavitthra Pandurangan
11d741b326 docs: updated wording in openapi.yaml, added comments to tests in rpc.rs 2021-08-05 12:59:51 -04:00
Pavitthra Pandurangan
46fbbbd77d docs: changed type of query parameter to boolean in the openapi doc 2021-07-29 13:19:31 -04:00