스팀잇 공지가 올라왔네요(4시간전... 이면 새벽 4시인가?... 미국이면...오후 6시 퇴근전에 올린건가)

in #kr5 years ago

New Year, New DevPortal Updates

Hello Steemians. We’re kicking 2019 off with a whole bunch of devportal updates! Below you will find summaries for some of the updates, but for a complete list be sure to go to: https://github.com/steemit/devportal/pull/409.

Issue 384
A tutorial was added that demonstrates how to use the new API methods by explaining how developers can submit a transaction to the blockchain, and then use the new transaction polling API to determine the status of the transaction.

Issue #361
Documentation for a new transaction polling API was added. The plugins needed to enable this API on a steemd node were added along with a new section in “APPBASE API” for the new method prefixes that were added. New API definitions were also added to the "APPBASE API" section for the new methods.

Issue #371
Some changes were made to the plugin and API list from issue #269, in which documentation was created for steemd plugins. A link to the plugins was added to the menu. The plugin name that needs to be enabled within the config.ini file in order to turn on the plugin was clearly defined. All dependencies were reviewed to ensure that they are documented appropriately.

Issue #402
Some useful rake tasks were added mainly to improve the process for keeping up with continued changes to the devportal over time.

ops_dump
This task outputs all known ops, except virtual ops. We can use this to find undocumented ops. Using rake ops_dump # we can save the output to the project and run it later to find differences in new runs. rake ops_dump[true] will include virtual ops in the results and rake ops_dump[true,true] uses appbase naming.

test:proof
This task checks the HTML generated by Jekyll and other assets to find problems. In particular, it locates issues in HTML like duplicate IDs. This is most useful for avoiding issues that can impact dynamic features. The html-proofer gem is used and can be configured to be more or less opinionated. Currently, it is configured to look at:

["ImageCheck", "HtmlCheck", "ScriptCheck", "FaviconCheck", "LinkCheck"]

rake test:proof

Database API Details
Documentation on database_api has been expanded to include previously missing details with PR #404. Examples were added for each method in database_api. This is very useful because it includes some of the newer methods available in Steem.

Improving the DevPortal
The devportal is an important resource for developers who are interested in leveraging the Steem blockchain and we are excited to continue making improvements. For a complete list of all of the PRs that were merged, go here and be sure to check out our devportal at developers.steem.io.

The Steemit Team

라고 공지가 올라온걸.....

구글 번역님의 도움으로 적어볼까요?

안녕 Steemians.

우리는 한 덩어리의 업데이트로 2019 년을

시작하고 있습니다!

아래에서 몇 가지 업데이트에 대한 요약을

볼 수 있지만 전체 목록은

https://github.com/steemit/devportal/pull/409

를 참조하십시오.

이슈 384

개발자가 블록 체인에 트랜잭션을 제출하는

방법을 설명하고 새 트랜잭션 폴링 API를 사용

하여 트랜잭션 상태를 결정하는 방법을 설명하여

새로운 API 메소드를 사용하는 방법을 보여주는

자습서가 추가되었습니다.

문제 # 361 새 트랜잭션 폴링 API에 대한 설명서가

추가되었습니다.

steemd 노드에서이 API를 활성화하는 데 필요한

플러그인이 추가 된 새로운 메소드 접두사에 대한

"APPBASE API"의 새로운 섹션과 함께 추가되었습니다.

새 API 정의가 새 메소드에 대한 "APPBASE API"절에도

추가되었습니다.

문제 # 371 # 269 문제의 플러그인 및 API 목록이 일부

변경되었으며 steemd 플러그인에 대한 설명서가

생성되었습니다.

플러그인에 대한 링크가 메뉴에 추가되었습니다.

플러그인을 켜기 위해 config.ini 파일 내에서 활성화

해야하는 플러그인 이름이 명확하게 정의되었습

니다.

모든 종속성을 검토하여 적절하게 문서화되었는지

확인했습니다.

이슈 # 402

몇 가지 유용한 수집 작업은 주로 시간이 지남에

따라 계속 변경되는 과정을 개선하기 위해 추가

되었습니다.

ops_dump이 작업은 가상 작업을 제외한 모든

알려진 작업을 출력합니다.

이것을 사용하여 문서화되지 않은 작업을

찾을 수 있습니다.

rake ops_dump #을 사용하여 결과를 프로젝트에

저장하고 나중에 실행하여 새로운 실행의 차이점을

찾을 수 있습니다.

rake ops_dump [true]는 결과에 가상 연산을 포함

하고 rake ops_dump [true, true]는 appbase 명명을

사용합니다. test : proof이 작업은 Jekyll 및 기타

자산에서 생성 된 HTML을 검사하여 문제를 찾습

니다.

특히 중복 ID와 같은 HTML에서 문제를 찾습니다.

이는 동적 기능에 영향을 줄 수있는 문제를

피하는 데 가장 유용합니다.

html-proofer gem이 사용되며 어느 정도 독단적

으로 구성 될 수 있습니다.

현재, 그것은 다음을 보도록 구성되어 있습니다

: [ "ImageCheck", "HtmlCheck", "ScriptCheck",

"FaviconCheck", "LinkCheck"] rake test : proof

데이터베이스 API 세부 사항 database_api의

문서가 PR로 이전 누락 된 세부 사항을 포함하

도록 확장되었습니다 # 404. database_api의

각 메소드에 예제가 추가되었습니다.

Steem에서 사용할 수있는 새로운 메소드가

일부 포함되어 있기 때문에 매우 유용합니다.

DevPortal 개선 devportal은 Steem 블록 체인을

활용하는 데 관심이있는 개발자에게 중요한

리소스이며 계속 개선 할 수있게되어 기쁩

니다.

병합 된 모든 PR의 전체 목록을 보려면 여기로

이동하여 developers.steem.io의 devortal을

확인하십시오.

Steemit 팀

라고 하네요

대부분 기술적인 내용인것 같네요

댓글에는

처럼...

네드 소식을 물어보기도 하는군요

네드 소식은 대외비인건지.... 알려주지도않나봐요

Sort:  

짱짱맨 호출에 응답하여 보팅하였습니다.

Calling @originalworks :)
img credz: pixabay.com
Nice, you got an awesome upgoat, thanks to @ai1love
BuildTeam wishes everyone a bullish new Year!
Want a boost? Minnowbooster's got your back!

Coin Marketplace

STEEM 0.25
TRX 0.11
JST 0.032
BTC 63519.79
ETH 3073.58
USDT 1.00
SBD 3.82